forked from ligato/vpp-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
65 lines (63 loc) · 2.94 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
module go.ligato.io/vpp-agent/v3
go 1.13
require (
git.fd.io/govpp.git v0.3.6-0.20200907135408-e517439567ad
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.7 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/Shopify/sarama v1.20.1 // indirect
github.com/alicebob/miniredis v2.5.0+incompatible // indirect
github.com/common-nighthawk/go-figure v0.0.0-20200609044655-c4b36f998cf2
github.com/containerd/continuity v0.0.0-20171215195539-b2b946a77f59 // indirect
github.com/coreos/bbolt v1.3.3 // indirect
github.com/coreos/etcd v3.3.13+incompatible
github.com/coreos/go-iptables v0.4.5
github.com/coreos/go-semver v0.3.0 // indirect
github.com/docker/cli v0.0.0-20190822175708-578ab52ece34
github.com/docker/docker v0.0.0-20180620002508-3dfb26ab3cbf
github.com/docker/go-connections v0.3.0 // indirect
github.com/docker/go-units v0.3.2 // indirect
github.com/docker/libnetwork v0.0.0-20180726175142-9ffeaf7d8b64 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/fsouza/go-dockerclient v1.2.2
github.com/ghodss/yaml v1.0.0
github.com/go-errors/errors v1.0.1
github.com/goccy/go-graphviz v0.0.6
github.com/goccy/go-yaml v1.8.0
github.com/golang/protobuf v1.4.2
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.4.1 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway v1.11.3 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/jhump/protoreflect v1.7.0
github.com/lunixbochs/struc v0.0.0-20200521075829-a4cb8d33dbbe
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
github.com/mitchellh/mapstructure v1.1.2
github.com/namsral/flag v1.7.4-pre
github.com/olekukonko/tablewriter v0.0.4
github.com/onsi/gomega v1.4.3
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runc v1.0.0-rc5 // indirect
github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.5.0
github.com/prometheus/client_golang v0.9.3
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v0.0.7
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.4.0
github.com/unrolled/render v0.0.0-20180914162206-b9786414de4d
github.com/vishvananda/netlink v0.0.0-20180910184128-56b1bd27a9a3
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
github.com/yuin/gopher-lua v0.0.0-20190514113301-1cd887cd7036 // indirect
go.ligato.io/cn-infra/v2 v2.5.0-alpha.0.20200313154441-b0d4c1b11c73
go.uber.org/multierr v1.2.0 // indirect
golang.org/x/net v0.0.0-20200528225125-3c3fba18258b
golang.org/x/sys v0.0.0-20200610111108-226ff32320da
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
google.golang.org/genproto v0.0.0-20200601130524-0f60399e6634 // indirect
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.24.0
gotest.tools v2.2.0+incompatible // indirect
)