-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
22 lines (19 loc) · 909 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/TrilliumIT/vxrouter
go 1.13
require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/TrilliumIT/iputil v0.0.0-20180924135734-17ef68da6dff
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
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-plugins-helpers v0.0.0-20200102110956-c9a8a2d92ccc
github.com/docker/go-units v0.4.0 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/urfave/cli v1.22.2
github.com/vishvananda/netlink v1.1.0
golang.org/x/net v0.0.0-20200219183655-46282727080f
)
replace github.com/docker/go-plugins-helpers => github.com/clinta/go-plugins-helpers v0.0.0-20200221140445-4667bb9f0ed5 // for shutdown