@@ -7,10 +7,14 @@ require (
7
7
cloud.google.com/go/storage v1.29.0
8
8
github.com/Azure/azure-pipeline-go v0.2.3
9
9
github.com/Azure/azure-sdk-for-go v55.6.0+incompatible
10
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.0
11
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0
10
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
11
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
12
+ github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v1.1.0
13
+ github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns v1.2.0
14
+ github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.6.0
15
+ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.0
12
16
github.com/Azure/azure-storage-blob-go v0.7.0
13
- github.com/Azure/go-autorest/autorest v0.11.27
17
+ github.com/Azure/go-autorest/autorest v0.11.29
14
18
github.com/Azure/go-autorest/autorest/mocks v0.4.2
15
19
github.com/Azure/go-autorest/autorest/to v0.4.0
16
20
github.com/IBM/go-sdk-core/v5 v5.5.0
@@ -23,12 +27,12 @@ require (
23
27
github.com/ghodss/yaml v1.0.0
24
28
github.com/golang-jwt/jwt v3.2.2+incompatible
25
29
github.com/google/go-cmp v0.5.9
26
- github.com/google/uuid v1.3 .0
30
+ github.com/google/uuid v1.6 .0
27
31
github.com/googleapis/gax-go/v2 v2.11.0
28
32
github.com/gophercloud/gophercloud v1.1.0
29
33
github.com/gophercloud/utils v0.0.0-20221124081324-7bac6f5cdf99
30
34
github.com/goware/urlx v0.3.2
31
- github.com/jongio/azidext/go/azidext v0.4 .0
35
+ github.com/jongio/azidext/go/azidext v0.5 .0
32
36
github.com/openshift/api v0.0.0-20230807132801-600991d550ac
33
37
github.com/openshift/build-machinery-go v0.0.0-20220913142420-e25cf57ea46d
34
38
github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb
@@ -37,8 +41,8 @@ require (
37
41
github.com/prometheus/client_model v0.4.0
38
42
github.com/prometheus/common v0.44.0
39
43
github.com/spf13/cobra v1.6.1
40
- github.com/stretchr/testify v1.8.4
41
- golang.org/x/net v0.17 .0
44
+ github.com/stretchr/testify v1.9.0
45
+ golang.org/x/net v0.27 .0
42
46
golang.org/x/oauth2 v0.8.0
43
47
golang.org/x/time v0.3.0
44
48
google.golang.org/api v0.126.0
@@ -56,14 +60,14 @@ require (
56
60
cloud.google.com/go/compute/metadata v0.2.3 // indirect
57
61
cloud.google.com/go/iam v1.1.0 // indirect
58
62
cloud.google.com/go/longrunning v0.5.0 // indirect
59
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.3 .0 // indirect
63
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.10 .0 // indirect
60
64
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
61
- github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
65
+ github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
62
66
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
63
67
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
64
68
github.com/Azure/go-autorest/logger v0.2.1 // indirect
65
69
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
66
- github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 // indirect
70
+ github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
67
71
github.com/NYTimes/gziphandler v1.1.1 // indirect
68
72
github.com/PuerkitoBio/purell v1.1.1 // indirect
69
73
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
@@ -92,6 +96,7 @@ require (
92
96
github.com/go-stack/stack v1.8.0 // indirect
93
97
github.com/gogo/protobuf v1.3.2 // indirect
94
98
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
99
+ github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
95
100
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
96
101
github.com/golang/protobuf v1.5.3 // indirect
97
102
github.com/google/cel-go v0.12.6 // indirect
@@ -120,7 +125,7 @@ require (
120
125
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
121
126
github.com/oklog/ulid v1.3.1 // indirect
122
127
github.com/onsi/ginkgo v1.16.4 // indirect
123
- github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
128
+ github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
124
129
github.com/pkg/errors v0.9.1 // indirect
125
130
github.com/pkg/profile v1.3.0 // indirect
126
131
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -147,11 +152,11 @@ require (
147
152
go.uber.org/atomic v1.7.0 // indirect
148
153
go.uber.org/multierr v1.6.0 // indirect
149
154
go.uber.org/zap v1.19.0 // indirect
150
- golang.org/x/crypto v0.14 .0 // indirect
151
- golang.org/x/sync v0.2 .0 // indirect
152
- golang.org/x/sys v0.20 .0 // indirect
153
- golang.org/x/term v0.13 .0 // indirect
154
- golang.org/x/text v0.13 .0 // indirect
155
+ golang.org/x/crypto v0.25 .0 // indirect
156
+ golang.org/x/sync v0.7 .0 // indirect
157
+ golang.org/x/sys v0.22 .0 // indirect
158
+ golang.org/x/term v0.22 .0 // indirect
159
+ golang.org/x/text v0.16 .0 // indirect
155
160
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
156
161
google.golang.org/appengine v1.6.7 // indirect
157
162
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
0 commit comments