1
1
module github.com/Azure/azure-container-networking/azure-ipam
2
2
3
- go 1.22.7
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/Azure/azure-container-networking v1.5.40
7
7
github.com/containernetworking/cni v1.2.3
8
- github.com/containernetworking/plugins v1.5.0
8
+ github.com/containernetworking/plugins v1.6.1
9
9
github.com/pkg/errors v0.9.1
10
10
github.com/stretchr/testify v1.10.0
11
11
go.uber.org/zap v1.27.0
@@ -22,18 +22,20 @@ require (
22
22
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
23
23
github.com/Masterminds/semver v1.5.0 // indirect
24
24
github.com/Microsoft/go-winio v0.6.2 // indirect
25
- github.com/Microsoft/hcsshim v0.12.3 // indirect
25
+ github.com/Microsoft/hcsshim v0.12.9 // indirect
26
26
github.com/avast/retry-go/v3 v3.1.1 // indirect
27
27
github.com/beorn7/perks v1.0.1 // indirect
28
28
github.com/billgraziano/dpapi v0.5.0 // indirect
29
29
github.com/cespare/xxhash/v2 v2.3.0 // indirect
30
- github.com/containerd/cgroups/v3 v3.0.2 // indirect
31
- github.com/containerd/errdefs v0.1.0 // indirect
32
- github.com/coreos/go-iptables v0.7.0 // indirect
30
+ github.com/containerd/cgroups/v3 v3.0.3 // indirect
31
+ github.com/containerd/errdefs v0.3.0 // indirect
32
+ github.com/containerd/errdefs/pkg v0.3.0 // indirect
33
+ github.com/containerd/typeurl/v2 v2.2.0 // indirect
34
+ github.com/coreos/go-iptables v0.8.0 // indirect
33
35
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
34
36
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
35
37
github.com/fsnotify/fsnotify v1.7.0 // indirect
36
- github.com/go-logr/logr v1.4.1 // indirect
38
+ github.com/go-logr/logr v1.4.2 // indirect
37
39
github.com/go-openapi/jsonpointer v0.20.0 // indirect
38
40
github.com/go-openapi/jsonreference v0.20.2 // indirect
39
41
github.com/go-openapi/swag v0.22.4 // indirect
@@ -57,23 +59,23 @@ require (
57
59
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
58
60
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
59
61
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
60
- github.com/prometheus/client_golang v1.18.0 // indirect
62
+ github.com/prometheus/client_golang v1.20.2 // indirect
61
63
github.com/prometheus/client_model v0.6.1 // indirect
62
- github.com/prometheus/common v0.46 .0 // indirect
63
- github.com/prometheus/procfs v0.12.0 // indirect
64
+ github.com/prometheus/common v0.55 .0 // indirect
65
+ github.com/prometheus/procfs v0.15.1 // indirect
64
66
github.com/sirupsen/logrus v1.9.3 // indirect
65
67
github.com/spf13/pflag v1.0.5 // indirect
66
68
github.com/vishvananda/netns v0.0.4 // indirect
67
69
go.opencensus.io v0.24.0 // indirect
68
70
go.uber.org/multierr v1.11.0 // indirect
69
- golang.org/x/crypto v0.29 .0 // indirect
71
+ golang.org/x/crypto v0.32 .0 // indirect
70
72
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
71
73
golang.org/x/net v0.31.0 // indirect
72
74
golang.org/x/oauth2 v0.23.0 // indirect
73
- golang.org/x/sync v0.9 .0 // indirect
74
- golang.org/x/sys v0.27 .0 // indirect
75
- golang.org/x/term v0.26 .0 // indirect
76
- golang.org/x/text v0.20 .0 // indirect
75
+ golang.org/x/sync v0.10 .0 // indirect
76
+ golang.org/x/sys v0.29 .0 // indirect
77
+ golang.org/x/term v0.28 .0 // indirect
78
+ golang.org/x/text v0.21 .0 // indirect
77
79
golang.org/x/time v0.5.0 // indirect
78
80
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f // indirect
79
81
google.golang.org/grpc v1.68.0 // indirect
0 commit comments