|
1 | 1 | module github.com/Azure/application-gateway-kubernetes-ingress/scripts/e2e |
2 | 2 |
|
3 | | -go 1.19 |
| 3 | +go 1.23.0 |
| 4 | + |
| 5 | +toolchain go1.23.4 |
4 | 6 |
|
5 | 7 | require ( |
6 | 8 | github.com/Azure/application-gateway-kubernetes-ingress v0.0.0 |
7 | 9 | github.com/Azure/azure-sdk-for-go v66.0.0+incompatible |
8 | | - github.com/Azure/go-autorest/autorest v0.11.28 |
9 | | - github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 |
| 10 | + github.com/Azure/go-autorest/autorest v0.11.29 |
| 11 | + github.com/Azure/go-autorest/autorest/azure/auth v0.5.13 |
10 | 12 | github.com/Azure/go-autorest/autorest/to v0.4.0 |
11 | | - github.com/google/uuid v1.3.0 |
| 13 | + github.com/google/uuid v1.6.0 |
12 | 14 | github.com/onsi/ginkgo v1.16.5 |
13 | | - github.com/onsi/gomega v1.24.1 |
14 | | - k8s.io/api v0.24.3 |
15 | | - k8s.io/apimachinery v0.24.3 |
16 | | - k8s.io/client-go v0.24.3 |
17 | | - k8s.io/klog/v2 v2.70.1 |
| 15 | + github.com/onsi/gomega v1.36.2 |
| 16 | + k8s.io/api v0.32.1 |
| 17 | + k8s.io/apimachinery v0.32.1 |
| 18 | + k8s.io/client-go v0.32.1 |
| 19 | + k8s.io/klog/v2 v2.130.1 |
| 20 | +) |
| 21 | + |
| 22 | +replace ( |
| 23 | + github.com/golang-jwt/jwt/v4 => github.com/golang-jwt/jwt/v4 v4.5.2 |
| 24 | + golang.org/x/net => golang.org/x/net v0.38.0 |
18 | 25 | ) |
19 | 26 |
|
20 | 27 | require ( |
21 | 28 | github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
22 | | - github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect |
| 29 | + github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect |
23 | 30 | github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect |
24 | 31 | github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
25 | 32 | github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect |
26 | 33 | github.com/Azure/go-autorest/logger v0.2.1 // indirect |
27 | 34 | github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
28 | | - github.com/davecgh/go-spew v1.1.1 // indirect |
| 35 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
29 | 36 | github.com/dimchansky/utfbom v1.1.1 // indirect |
30 | | - github.com/emicklei/go-restful v2.16.0+incompatible // indirect |
31 | | - github.com/fsnotify/fsnotify v1.5.4 // indirect |
32 | | - github.com/go-logr/logr v1.2.3 // indirect |
33 | | - github.com/go-openapi/jsonpointer v0.19.5 // indirect |
34 | | - github.com/go-openapi/jsonreference v0.20.0 // indirect |
35 | | - github.com/go-openapi/swag v0.21.1 // indirect |
| 37 | + github.com/emicklei/go-restful/v3 v3.11.0 // indirect |
| 38 | + github.com/fsnotify/fsnotify v1.8.0 // indirect |
| 39 | + github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
| 40 | + github.com/go-logr/logr v1.4.2 // indirect |
| 41 | + github.com/go-openapi/jsonpointer v0.21.0 // indirect |
| 42 | + github.com/go-openapi/jsonreference v0.20.2 // indirect |
| 43 | + github.com/go-openapi/swag v0.23.0 // indirect |
36 | 44 | github.com/gogo/protobuf v1.3.2 // indirect |
37 | | - github.com/golang-jwt/jwt/v4 v4.4.2 // indirect |
38 | | - github.com/golang/protobuf v1.5.2 // indirect |
39 | | - github.com/google/gnostic v0.5.7-v3refs // indirect |
40 | | - github.com/google/go-cmp v0.5.9 // indirect |
| 45 | + github.com/golang-jwt/jwt/v4 v4.5.0 // indirect |
| 46 | + github.com/golang/protobuf v1.5.4 // indirect |
| 47 | + github.com/google/gnostic-models v0.6.8 // indirect |
| 48 | + github.com/google/go-cmp v0.6.0 // indirect |
41 | 49 | github.com/google/gofuzz v1.2.0 // indirect |
42 | | - github.com/imdario/mergo v0.3.13 // indirect |
43 | 50 | github.com/josharian/intern v1.0.0 // indirect |
44 | 51 | github.com/json-iterator/go v1.1.12 // indirect |
45 | 52 | github.com/mailru/easyjson v0.7.7 // indirect |
46 | 53 | github.com/mitchellh/go-homedir v1.1.0 // indirect |
47 | 54 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
48 | 55 | github.com/modern-go/reflect2 v1.0.2 // indirect |
49 | 56 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
50 | | - github.com/nxadm/tail v1.4.8 // indirect |
| 57 | + github.com/nxadm/tail v1.4.11 // indirect |
| 58 | + github.com/pkg/errors v0.9.1 // indirect |
51 | 59 | github.com/spf13/pflag v1.0.5 // indirect |
52 | | - golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect |
53 | | - golang.org/x/net v0.3.0 // indirect |
54 | | - golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect |
55 | | - golang.org/x/sys v0.3.0 // indirect |
56 | | - golang.org/x/term v0.3.0 // indirect |
57 | | - golang.org/x/text v0.5.0 // indirect |
58 | | - golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect |
59 | | - google.golang.org/appengine v1.6.7 // indirect |
60 | | - google.golang.org/protobuf v1.28.0 // indirect |
| 60 | + github.com/x448/float16 v0.8.4 // indirect |
| 61 | + golang.org/x/crypto v0.36.0 // indirect |
| 62 | + golang.org/x/net v0.35.0 // indirect |
| 63 | + golang.org/x/oauth2 v0.24.0 // indirect |
| 64 | + golang.org/x/sys v0.31.0 // indirect |
| 65 | + golang.org/x/term v0.30.0 // indirect |
| 66 | + golang.org/x/text v0.23.0 // indirect |
| 67 | + golang.org/x/time v0.8.0 // indirect |
| 68 | + google.golang.org/protobuf v1.36.1 // indirect |
| 69 | + gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect |
61 | 70 | gopkg.in/inf.v0 v0.9.1 // indirect |
62 | 71 | gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect |
63 | | - gopkg.in/yaml.v2 v2.4.0 // indirect |
64 | 72 | gopkg.in/yaml.v3 v3.0.1 // indirect |
65 | | - k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect |
66 | | - k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect |
67 | | - sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect |
68 | | - sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect |
69 | | - sigs.k8s.io/yaml v1.3.0 // indirect |
| 73 | + k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect |
| 74 | + k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect |
| 75 | + sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect |
| 76 | + sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect |
| 77 | + sigs.k8s.io/yaml v1.4.0 // indirect |
70 | 78 | ) |
71 | 79 |
|
72 | 80 | replace github.com/Azure/application-gateway-kubernetes-ingress => ../.. |
0 commit comments