forked from ligato/vpp-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
66 lines (64 loc) · 2.99 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
66
module go.ligato.io/vpp-agent/v3
go 1.13
require (
git.fd.io/govpp.git v0.3.6-0.20210810100027-c0da1f2999a6
github.com/Shopify/sarama v1.20.1 // indirect
github.com/alecthomas/jsonschema v0.0.0-20200217214135-7152f22193c9
github.com/alicebob/miniredis v2.5.0+incompatible // indirect
github.com/common-nighthawk/go-figure v0.0.0-20200609044655-c4b36f998cf2
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 v17.12.0-ce-rc1.0.20200505174321-1655290016ac+incompatible
github.com/fatih/color v1.10.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/fsouza/go-dockerclient v1.6.6
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/google/go-cmp v0.5.5
github.com/gorilla/mux v1.8.0
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/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
github.com/jhump/protoreflect v1.7.0
github.com/jonboulle/clockwork v0.2.2 // indirect
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.10.3
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/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.1.0
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-20201021035429-f5854403a974
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/genproto v0.0.0-20200601130524-0f60399e6634 // indirect
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.25.0
gotest.tools/v3 v3.0.3 // indirect
)