1
1
module github.com/Azure/application-gateway-kubernetes-ingress
2
2
3
- go 1.23.0
3
+ go 1.23.2
4
4
5
- toolchain go1.23 .3
5
+ toolchain go1.24 .3
6
6
7
7
require (
8
- github.com/Azure/azure-container-networking v1.6.19
8
+ github.com/Azure/azure-container-networking v1.6.25
9
9
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible
10
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17 .0
11
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.1
12
- github.com/Azure/go-autorest/autorest v0.11.29
10
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18 .0
11
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0
12
+ github.com/Azure/go-autorest/autorest v0.11.30
13
13
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
14
14
github.com/Azure/go-autorest/autorest/to v0.4.0
15
15
github.com/deckarep/golang-set v1.8.0
@@ -20,8 +20,8 @@ require (
20
20
github.com/onsi/ginkgo/v2 v2.22.2
21
21
github.com/onsi/gomega v1.36.2
22
22
github.com/pkg/errors v0.9.1
23
- github.com/prometheus/client_golang v1.20.5
24
- github.com/spf13/pflag v1.0.5
23
+ github.com/prometheus/client_golang v1.22.0
24
+ github.com/spf13/pflag v1.0.6
25
25
gopkg.in/yaml.v2 v2.4.0
26
26
k8s.io/api v0.32.1
27
27
k8s.io/apimachinery v0.32.1
@@ -33,65 +33,63 @@ require (
33
33
replace (
34
34
github.com/golang-jwt/jwt/v4 => github.com/golang-jwt/jwt/v4 v4.5.2
35
35
github.com/golang-jwt/jwt/v5 => github.com/golang-jwt/jwt/v5 v5.2.2
36
- golang.org/x/crypto => golang.org/x/crypto v0.31.0
37
36
golang.org/x/net => golang.org/x/net v0.38.0
38
37
)
39
38
40
39
require (
41
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
40
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
42
41
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
43
- github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
42
+ github.com/Azure/go-autorest/autorest/adal v0.9.24 // indirect
44
43
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
45
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
44
+ github.com/Azure/go-autorest/autorest/date v0.3.1 // indirect
46
45
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
47
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
48
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
49
- github.com/AzureAD/microsoft-authentication-library-for-go v1.3 .2 // indirect
46
+ github.com/Azure/go-autorest/logger v0.2.2 // indirect
47
+ github.com/Azure/go-autorest/tracing v0.6.1 // indirect
48
+ github.com/AzureAD/microsoft-authentication-library-for-go v1.4 .2 // indirect
50
49
github.com/beorn7/perks v1.0.1 // indirect
51
50
github.com/cespare/xxhash/v2 v2.3.0 // indirect
52
51
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
53
52
github.com/dimchansky/utfbom v1.1.1 // indirect
54
- github.com/emicklei/go-restful/v3 v3.11.0 // indirect
53
+ github.com/emicklei/go-restful/v3 v3.11.2 // indirect
55
54
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
56
- github.com/fsnotify/fsnotify v1.8 .0 // indirect
55
+ github.com/fsnotify/fsnotify v1.9 .0 // indirect
57
56
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
58
57
github.com/go-logr/logr v1.4.2 // indirect
59
58
github.com/go-openapi/jsonpointer v0.21.0 // indirect
60
- github.com/go-openapi/jsonreference v0.20.2 // indirect
59
+ github.com/go-openapi/jsonreference v0.20.4 // indirect
61
60
github.com/go-openapi/swag v0.23.0 // indirect
62
61
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
63
62
github.com/gogo/protobuf v1.3.2 // indirect
64
63
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
65
- github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
64
+ github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
66
65
github.com/golang/protobuf v1.5.4 // indirect
67
66
github.com/google/gnostic-models v0.6.8 // indirect
68
- github.com/google/go-cmp v0.6 .0 // indirect
67
+ github.com/google/go-cmp v0.7 .0 // indirect
69
68
github.com/google/gofuzz v1.2.0 // indirect
70
69
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
71
70
github.com/google/uuid v1.6.0 // indirect
72
71
github.com/josharian/intern v1.0.0 // indirect
73
72
github.com/json-iterator/go v1.1.12 // indirect
74
- github.com/klauspost/compress v1.17.9 // indirect
75
73
github.com/mailru/easyjson v0.7.7 // indirect
76
74
github.com/mitchellh/go-homedir v1.1.0 // indirect
77
75
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
78
76
github.com/modern-go/reflect2 v1.0.2 // indirect
79
77
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
80
78
github.com/nxadm/tail v1.4.11 // indirect
81
79
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
82
- github.com/prometheus/client_model v0.6.1 // indirect
83
- github.com/prometheus/common v0.61 .0 // indirect
80
+ github.com/prometheus/client_model v0.6.2 // indirect
81
+ github.com/prometheus/common v0.63 .0 // indirect
84
82
github.com/prometheus/procfs v0.15.1 // indirect
85
83
github.com/x448/float16 v0.8.4 // indirect
86
- golang.org/x/crypto v0.36 .0 // indirect
87
- golang.org/x/net v0.34 .0 // indirect
88
- golang.org/x/oauth2 v0.24 .0 // indirect
89
- golang.org/x/sys v0.31 .0 // indirect
90
- golang.org/x/term v0.30 .0 // indirect
91
- golang.org/x/text v0.23 .0 // indirect
92
- golang.org/x/time v0.8 .0 // indirect
93
- golang.org/x/tools v0.28 .0 // indirect
94
- google.golang.org/protobuf v1.36.1 // indirect
84
+ golang.org/x/crypto v0.38 .0 // indirect
85
+ golang.org/x/net v0.40 .0 // indirect
86
+ golang.org/x/oauth2 v0.25 .0 // indirect
87
+ golang.org/x/sys v0.33 .0 // indirect
88
+ golang.org/x/term v0.32 .0 // indirect
89
+ golang.org/x/text v0.25 .0 // indirect
90
+ golang.org/x/time v0.11 .0 // indirect
91
+ golang.org/x/tools v0.33 .0 // indirect
92
+ google.golang.org/protobuf v1.36.6 // indirect
95
93
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
96
94
gopkg.in/inf.v0 v0.9.1 // indirect
97
95
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
0 commit comments