-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.17 KB
/
go.mod
File metadata and controls
33 lines (30 loc) · 1.17 KB
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
module github.com/aws/amazon-vpc-cni-plugins
go 1.25
require (
github.com/Microsoft/go-winio v0.6.1
github.com/Microsoft/hcsshim v0.12.0
github.com/cihub/seelog v0.0.0-20151216151435-d2c6e5aa9fbf
github.com/containernetworking/cni v1.1.2
github.com/coreos/go-iptables v0.6.0
github.com/stretchr/testify v1.8.2
github.com/vishvananda/netlink v1.2.1-beta.2
golang.org/x/sys v0.17.0
)
require (
github.com/containerd/cgroups/v3 v3.0.2 // indirect
github.com/containerd/errdefs v0.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/tools v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/grpc v1.62.0 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)