forked from apache/yunikorn-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (33 loc) · 1.59 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
module github.com/apache/incubator-yunikorn-core
go 1.12
require (
cloud.google.com/go v0.55.0 // indirect
cloud.google.com/go/pubsub v1.3.1 // indirect
dmitri.shuralyov.com/gpu/mtl v0.0.0-20191203043605-d42048ed14fd // indirect
github.com/BurntSushi/xgb v0.0.0-20200324125942-20f126ea2843 // indirect
github.com/apache/incubator-yunikorn-k8shim v0.0.0-20200324161844-1b277fa95ef2
github.com/apache/incubator-yunikorn-scheduler-interface v0.0.0-20200324235502-68d212f575dc
github.com/cncf/udpa/go v0.0.0-20200324003616-bae28a880fdb // indirect
github.com/gorilla/mux v1.7.3
github.com/kr/text v0.2.0 // indirect
github.com/looplab/fsm v0.1.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/prometheus/client_golang v1.4.0
github.com/prometheus/common v0.9.1
github.com/rogpeppe/go-internal v1.5.2 // indirect
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.5.1 // indirect
go.uber.org/zap v1.13.0
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
golang.org/x/exp v0.0.0-20200320212757-167ffe94c325 // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
golang.org/x/mobile v0.0.0-20200222142934-3c8601c510d0 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/tools v0.0.0-20200324201824-1fc30e1f4ccc // indirect
google.golang.org/genproto v0.0.0-20200324203455-a04cca1dde73 // indirect
google.golang.org/grpc v1.28.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8
gotest.tools v2.2.0+incompatible
rsc.io/sampler v1.99.99 // indirect
)