Skip to content

Commit ac4129b

Browse files
Bump github.com/containernetworking/cni from 1.1.2 to 1.2.3
Bumps [github.com/containernetworking/cni](https://github.com/containernetworking/cni) from 1.1.2 to 1.2.3. - [Release notes](https://github.com/containernetworking/cni/releases) - [Commits](containernetworking/cni@v1.1.2...v1.2.3) --- updated-dependencies: - dependency-name: github.com/containernetworking/cni dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8bce177 commit ac4129b

File tree

2 files changed

+16
-85
lines changed

2 files changed

+16
-85
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/containerd/fifo v1.1.0
7-
github.com/containernetworking/cni v1.1.2
7+
github.com/containernetworking/cni v1.2.3
88
github.com/containernetworking/plugins v1.4.1
99
github.com/go-openapi/errors v0.22.0
1010
github.com/go-openapi/runtime v0.24.0
@@ -42,7 +42,7 @@ require (
4242
github.com/opentracing/opentracing-go v1.2.0 // indirect
4343
github.com/pmezard/go-difflib v1.0.0 // indirect
4444
go.mongodb.org/mongo-driver v1.14.0 // indirect
45-
golang.org/x/net v0.23.0 // indirect
45+
golang.org/x/net v0.25.0 // indirect
4646
golang.org/x/sync v0.1.0 // indirect
4747
golang.org/x/text v0.15.0 // indirect
4848
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)