-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathgo.mod
30 lines (28 loc) · 1.25 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
module github.com/lyft/cni-ipvlan-vpc-k8s
go 1.13
require (
github.com/Microsoft/go-winio v0.4.11
github.com/alecthomas/units v0.0.0-20190910110746-680d30ca3117 // indirect
github.com/aws/aws-sdk-go v1.29.27
github.com/containernetworking/cni v0.7.1
github.com/containernetworking/plugins v0.8.5
github.com/coreos/go-iptables v0.4.5
github.com/docker/distribution v2.6.2+incompatible
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.3.3
github.com/go-ini/ini v1.39.0
github.com/golangci/golangci-lint v1.18.0 // indirect
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/nightlyone/lockfile v0.0.0-20180618180623-0ad87eef1443
github.com/pkg/errors v0.9.1
github.com/urfave/cli v1.20.0
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f
gopkg.in/alecthomas/gometalinter.v2 v2.0.12 // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
)