forked from meshery/meshery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
44 lines (42 loc) · 1.88 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
39
40
41
42
43
44
module github.com/layer5io/meshery
go 1.13
require (
fortio.org/fortio v1.3.1
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496
github.com/aspenmesh/istio-client-go v0.0.0-20191010215625-4de6e89009c4
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/ghodss/yaml v1.0.0
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.2
github.com/gosimple/slug v1.9.0
github.com/grafana-tools/sdk v0.0.0-20200411085644-f7626bef00b3
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/layer5io/gowrk2 v0.0.0-20191111234958-a4c9071c0f87
github.com/layer5io/service-mesh-performance-specification v0.0.0-20200622030323-136a17f58ad9
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pkg/errors v0.9.1
github.com/prologic/bitcask v0.3.5
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.10.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v0.0.7
github.com/spf13/viper v1.7.0
github.com/vmihailenco/taskq/v3 v3.0.0-beta.9.0.20200519124923-d9823546b85a
golang.org/x/net v0.0.0-20200519113804-d87ec0cfa476
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
golang.org/x/tools v0.0.0-20200601175630-2caf76543d99 // indirect
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.24.0
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.0.0-20190620084959-7cf5895f2711
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
k8s.io/utils v0.0.0-20191010214722-8d271d903fe4 // indirect
)