forked from aws/amazon-vpc-cni-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (24 loc) · 1016 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
23
24
25
26
27
module github.com/aws/amazon-vpc-cni-plugins
go 1.19
require (
github.com/Microsoft/hcsshim v0.7.12
github.com/cihub/seelog v0.0.0-20151216151435-d2c6e5aa9fbf
github.com/containernetworking/cni v0.8.1
github.com/coreos/go-iptables v0.6.0
github.com/stretchr/testify v1.2.2
github.com/vishvananda/netlink v1.1.1-0.20210316144550-c21bda41e995
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
)
require (
github.com/Microsoft/go-winio v0.4.12 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.1.1 // indirect
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e // indirect
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)