Skip to content

Commit 5e3fb46

Browse files
[PR BOT] Update go.mod files (#3517)
1 parent 8a59322 commit 5e3fb46

File tree

2 files changed

+53
-70
lines changed

2 files changed

+53
-70
lines changed
Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/containernetworking/plugins
22

3-
go 1.20
3+
go 1.21
44

55
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
88
github.com/buger/jsonparser v1.1.1
99
github.com/containernetworking/cni v1.1.2
1010
github.com/coreos/go-iptables v0.7.0
@@ -15,36 +15,34 @@ require (
1515
github.com/godbus/dbus/v5 v5.1.0
1616
github.com/mattn/go-shellwords v1.0.12
1717
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
2020
github.com/opencontainers/selinux v1.11.0
21-
github.com/safchain/ethtool v0.3.0
21+
github.com/safchain/ethtool v0.4.0
2222
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
2424
)
2525

2626
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
3030
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
3433
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3534
github.com/golang/protobuf v1.5.3 // indirect
3635
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
3837
github.com/pkg/errors v0.9.1 // indirect
3938
github.com/sirupsen/logrus v1.9.3 // indirect
4039
github.com/vishvananda/netns v0.0.4 // indirect
4140
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
4846
google.golang.org/protobuf v1.33.0 // indirect
4947
gopkg.in/yaml.v3 v3.0.1 // indirect
5048
)

0 commit comments

Comments
 (0)