@@ -5,8 +5,8 @@ go 1.22.1
5
5
toolchain go1.22.11
6
6
7
7
require (
8
- cloud.google.com/go/kms v1.1.0
9
- cloud.google.com/go/storage v1.21.0
8
+ cloud.google.com/go/kms v1.10.1
9
+ cloud.google.com/go/storage v1.28.1
10
10
github.com/Azure/azure-sdk-for-go v57.1.0+incompatible
11
11
github.com/Azure/azure-storage-blob-go v0.14.0
12
12
github.com/Azure/go-autorest/autorest v0.11.20
@@ -147,17 +147,17 @@ require (
147
147
golang.org/x/crypto v0.33.0
148
148
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
149
149
golang.org/x/net v0.35.0
150
- golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
150
+ golang.org/x/oauth2 v0.7.0
151
151
golang.org/x/perf v0.0.0-20180704124530-6e6d33e29852
152
152
golang.org/x/sync v0.11.0
153
153
golang.org/x/sys v0.30.0
154
154
golang.org/x/term v0.29.0
155
155
golang.org/x/text v0.22.0
156
156
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
157
157
golang.org/x/tools v0.30.0
158
- google.golang.org/api v0.69 .0
159
- google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3
160
- google.golang.org/grpc v1.46.0
158
+ google.golang.org/api v0.114 .0
159
+ google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
160
+ google.golang.org/grpc v1.56.3
161
161
google.golang.org/protobuf v1.33.0
162
162
gopkg.in/yaml.v2 v2.4.0
163
163
gopkg.in/yaml.v3 v3.0.1
@@ -166,9 +166,10 @@ require (
166
166
)
167
167
168
168
require (
169
- cloud.google.com/go v0.100.2 // indirect
170
- cloud.google.com/go/compute v1.2.0 // indirect
171
- cloud.google.com/go/iam v0.1.1 // indirect
169
+ cloud.google.com/go v0.110.0 // indirect
170
+ cloud.google.com/go/compute v1.19.1 // indirect
171
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
172
+ cloud.google.com/go/iam v0.13.0 // indirect
172
173
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
173
174
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
174
175
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -195,7 +196,7 @@ require (
195
196
github.com/aws/smithy-go v1.8.0 // indirect
196
197
github.com/beorn7/perks v1.0.1 // indirect
197
198
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
198
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
199
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
199
200
github.com/davecgh/go-spew v1.1.1 // indirect
200
201
github.com/dimchansky/utfbom v1.1.1 // indirect
201
202
github.com/docker/go-units v0.4.0 // indirect
@@ -221,7 +222,8 @@ require (
221
222
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
222
223
github.com/google/go-querystring v1.1.0 // indirect
223
224
github.com/google/uuid v1.3.0 // indirect
224
- github.com/googleapis/gax-go/v2 v2.1.1 // indirect
225
+ github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
226
+ github.com/googleapis/gax-go/v2 v2.7.1 // indirect
225
227
github.com/gorilla/handlers v1.5.1 // indirect
226
228
github.com/gorilla/websocket v1.4.2 // indirect
227
229
github.com/hashicorp/go-uuid v1.0.2 // indirect
@@ -284,12 +286,12 @@ require (
284
286
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
285
287
github.com/yusufpapurcu/wmi v1.2.2 // indirect
286
288
go.mongodb.org/mongo-driver v1.5.1 // indirect
287
- go.opencensus.io v0.23 .0 // indirect
289
+ go.opencensus.io v0.24 .0 // indirect
288
290
go.opentelemetry.io/proto/otlp v0.9.0 // indirect
289
291
go.uber.org/atomic v1.9.0 // indirect
290
292
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
291
293
golang.org/x/mod v0.23.0 // indirect
292
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
294
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
293
295
google.golang.org/appengine v1.6.7 // indirect
294
296
)
295
297
@@ -299,7 +301,7 @@ require (
299
301
github.com/andybalholm/cascadia v1.2.0 // indirect
300
302
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
301
303
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
302
- github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
304
+ github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect
303
305
github.com/golang-commonmark/html v0.0.0-20180910111043-7d7c804e1d46 // indirect
304
306
github.com/golang-commonmark/linkify v0.0.0-20180910111149-f05efb453a0e // indirect
305
307
github.com/golang-commonmark/mdurl v0.0.0-20180910110917-8d018c6567d6 // indirect
0 commit comments