We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bce177 commit ac4129bCopy full SHA for ac4129b
go.mod
@@ -4,7 +4,7 @@ go 1.21
4
5
require (
6
github.com/containerd/fifo v1.1.0
7
- github.com/containernetworking/cni v1.1.2
+ github.com/containernetworking/cni v1.2.3
8
github.com/containernetworking/plugins v1.4.1
9
github.com/go-openapi/errors v0.22.0
10
github.com/go-openapi/runtime v0.24.0
@@ -42,7 +42,7 @@ require (
42
github.com/opentracing/opentracing-go v1.2.0 // indirect
43
github.com/pmezard/go-difflib v1.0.0 // indirect
44
go.mongodb.org/mongo-driver v1.14.0 // indirect
45
- golang.org/x/net v0.23.0 // indirect
+ golang.org/x/net v0.25.0 // indirect
46
golang.org/x/sync v0.1.0 // indirect
47
golang.org/x/text v0.15.0 // indirect
48
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments