@@ -7,9 +7,9 @@ toolchain go1.23.2
77require (
88 github.com/Azure/azure-container-networking v1.5.21
99 github.com/containernetworking/cni v1.2.3
10- github.com/containernetworking/plugins v1.6.0
10+ github.com/containernetworking/plugins v1.6.1
1111 github.com/pkg/errors v0.9.1
12- github.com/stretchr/testify v1.9 .0
12+ github.com/stretchr/testify v1.10 .0
1313 go.uber.org/zap v1.27.0
1414 gopkg.in/natefinch/lumberjack.v2 v2.2.1
1515)
@@ -24,13 +24,15 @@ require (
2424 github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
2525 github.com/Masterminds/semver v1.5.0 // indirect
2626 github.com/Microsoft/go-winio v0.6.2 // indirect
27- github.com/Microsoft/hcsshim v0.12.7 // indirect
27+ github.com/Microsoft/hcsshim v0.12.9 // indirect
2828 github.com/avast/retry-go/v3 v3.1.1 // indirect
2929 github.com/beorn7/perks v1.0.1 // indirect
3030 github.com/billgraziano/dpapi v0.5.0 // indirect
3131 github.com/cespare/xxhash/v2 v2.3.0 // indirect
3232 github.com/containerd/cgroups/v3 v3.0.3 // indirect
33- github.com/containerd/errdefs v0.1.0 // indirect
33+ github.com/containerd/errdefs v0.3.0 // indirect
34+ github.com/containerd/errdefs/pkg v0.3.0 // indirect
35+ github.com/containerd/typeurl/v2 v2.2.0 // indirect
3436 github.com/coreos/go-iptables v0.8.0 // indirect
3537 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3638 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
@@ -68,18 +70,18 @@ require (
6870 github.com/vishvananda/netns v0.0.4 // indirect
6971 go.opencensus.io v0.24.0 // indirect
7072 go.uber.org/multierr v1.11.0 // indirect
71- golang.org/x/crypto v0.26 .0 // indirect
73+ golang.org/x/crypto v0.31 .0 // indirect
7274 golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
73- golang.org/x/net v0.28 .0 // indirect
74- golang.org/x/oauth2 v0.21 .0 // indirect
75- golang.org/x/sync v0.8 .0 // indirect
76- golang.org/x/sys v0.26 .0 // indirect
77- golang.org/x/term v0.23 .0 // indirect
78- golang.org/x/text v0.17 .0 // indirect
75+ golang.org/x/net v0.30 .0 // indirect
76+ golang.org/x/oauth2 v0.22 .0 // indirect
77+ golang.org/x/sync v0.10 .0 // indirect
78+ golang.org/x/sys v0.28 .0 // indirect
79+ golang.org/x/term v0.27 .0 // indirect
80+ golang.org/x/text v0.21 .0 // indirect
7981 golang.org/x/time v0.5.0 // indirect
80- google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
81- google.golang.org/grpc v1.66 .0 // indirect
82- google.golang.org/protobuf v1.34.2 // indirect
82+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
83+ google.golang.org/grpc v1.67 .0 // indirect
84+ google.golang.org/protobuf v1.35.1 // indirect
8385 gopkg.in/inf.v0 v0.9.1 // indirect
8486 gopkg.in/yaml.v2 v2.4.0 // indirect
8587 gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments