forked from networkservicemesh/networkservicemesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (37 loc) · 1.7 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
36
37
38
module github.com/networkservicemesh/networkservicemesh
require (
github.com/aws/aws-sdk-go v1.19.49
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/ghodss/yaml v1.0.0
github.com/go-errors/errors v1.0.1
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.1
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/ligato/cn-infra v2.0.0+incompatible // indirect
github.com/ligato/vpp-agent v2.1.1+incompatible
github.com/onsi/gomega v0.0.0-20190113212917-5533ce8a0da3
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.8.1 // indirect
github.com/rs/xid v1.2.1
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.4.0
github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf
github.com/uber-go/atomic v1.4.0 // indirect
github.com/uber/jaeger-client-go v2.16.0+incompatible
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
golang.org/x/sys v0.0.0-20190422165155-953cdadca894
google.golang.org/grpc v1.21.1
k8s.io/api v0.0.0-20190409092523-d687e77c8ae9
k8s.io/apimachinery v0.0.0-20190409092423-760d1845f48b
k8s.io/apiserver v0.0.0-20190111033246-d50e9ac5404f // indirect
k8s.io/client-go v0.0.0-20190409092706-ca8df85b1798
k8s.io/cluster-bootstrap v0.0.0-20190313124217-0fa624df11e9 // indirect
k8s.io/component-base v0.0.0-20190409093041-e34633071963 // indirect
k8s.io/klog v0.1.0 // indirect
k8s.io/kubernetes v1.14.3
)