1
1
module github.com/containernetworking/plugins
2
2
3
- go 1.20
3
+ go 1.21
4
4
5
5
require (
6
- github.com/Microsoft/hcsshim v0.11.4
7
- github.com/alexflint/go-filemutex v1.2 .0
6
+ github.com/Microsoft/hcsshim v0.12.3
7
+ github.com/alexflint/go-filemutex v1.3 .0
8
8
github.com/buger/jsonparser v1.1.1
9
9
github.com/containernetworking/cni v1.1.2
10
10
github.com/coreos/go-iptables v0.7.0
@@ -15,36 +15,34 @@ require (
15
15
github.com/godbus/dbus/v5 v5.1.0
16
16
github.com/mattn/go-shellwords v1.0.12
17
17
github.com/networkplumbing/go-nft v0.4.0
18
- github.com/onsi/ginkgo/v2 v2.13.2
19
- github.com/onsi/gomega v1.30.0
18
+ github.com/onsi/ginkgo/v2 v2.19.0
19
+ github.com/onsi/gomega v1.33.1
20
20
github.com/opencontainers/selinux v1.11.0
21
- github.com/safchain/ethtool v0.3 .0
21
+ github.com/safchain/ethtool v0.4 .0
22
22
github.com/vishvananda/netlink v1.2.1-beta.2
23
- golang.org/x/sys v0.18 .0
23
+ golang.org/x/sys v0.21 .0
24
24
)
25
25
26
26
require (
27
- github.com/Microsoft/go-winio v0.6.1 // indirect
28
- github.com/containerd/cgroups v1.1.0 // indirect
29
- github.com/containerd/containerd v1.7.11 // indirect
27
+ github.com/Microsoft/go-winio v0.6.2 // indirect
28
+ github.com/containerd/cgroups/v3 v3.0.2 // indirect
29
+ github.com/containerd/errdefs v0.1.0 // indirect
30
30
github.com/d2g/hardwareaddr v0.0.0-20190221164911-e7d9fbe030e4 // indirect
31
- github.com/go-logr/logr v1.3.0 // indirect
32
- github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
33
- github.com/gogo/protobuf v1.3.2 // indirect
31
+ github.com/go-logr/logr v1.4.1 // indirect
32
+ github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
34
33
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
35
34
github.com/golang/protobuf v1.5.3 // indirect
36
35
github.com/google/go-cmp v0.6.0 // indirect
37
- github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
36
+ github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
38
37
github.com/pkg/errors v0.9.1 // indirect
39
38
github.com/sirupsen/logrus v1.9.3 // indirect
40
39
github.com/vishvananda/netns v0.0.4 // indirect
41
40
go.opencensus.io v0.24.0 // indirect
42
- golang.org/x/mod v0.13.0 // indirect
43
- golang.org/x/net v0.23.0 // indirect
44
- golang.org/x/text v0.14.0 // indirect
45
- golang.org/x/tools v0.14.0 // indirect
46
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
47
- google.golang.org/grpc v1.58.3 // indirect
41
+ golang.org/x/net v0.25.0 // indirect
42
+ golang.org/x/text v0.15.0 // indirect
43
+ golang.org/x/tools v0.21.0 // indirect
44
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
45
+ google.golang.org/grpc v1.62.0 // indirect
48
46
google.golang.org/protobuf v1.33.0 // indirect
49
47
gopkg.in/yaml.v3 v3.0.1 // indirect
50
48
)
0 commit comments