forked from apache/yunikorn-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 1.12 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
module github.com/cloudera/yunikorn-core
go 1.12
require (
cloud.google.com/go v0.41.0 // indirect
github.com/cloudera/yunikorn-scheduler-interface v0.0.0-20190712100022-3df392eded1f
github.com/golang/protobuf v1.3.2 // indirect
github.com/gorilla/mux v1.7.2
github.com/looplab/fsm v0.1.0
github.com/prometheus/client_golang v0.9.4
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.3.0
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/exp v0.0.0-20190627132806-fd42eb6b336f // indirect
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9 // indirect
golang.org/x/mobile v0.0.0-20190711165009-e47acb2ca7f9 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
golang.org/x/tools v0.0.0-20190712213246-8b927904ee0d // indirect
google.golang.org/genproto v0.0.0-20190708153700-3bdd9d9f5532 // indirect
google.golang.org/grpc v1.22.0
gopkg.in/yaml.v2 v2.2.2
gotest.tools v0.0.0-20181223230014-1083505acf35
)