Skip to content

Commit 6a46076

Browse files
chore(deps): bump cloud.google.com/go/storage from 1.50.0 to 1.54.0
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.50.0 to 1.54.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@spanner/v1.50.0...spanner/v1.54.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-version: 1.54.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e23bd66 commit 6a46076

File tree

2 files changed

+74
-65
lines changed

2 files changed

+74
-65
lines changed

go.mod

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module d7y.io/dragonfly/v2
33
go 1.23.8
44

55
require (
6-
cloud.google.com/go/storage v1.50.0
6+
cloud.google.com/go/storage v1.54.0
77
d7y.io/api/v2 v2.1.39
88
github.com/MysteriousPotato/go-lockable v1.0.0
99
github.com/Showmax/go-fqdn v1.0.0
@@ -92,8 +92,8 @@ require (
9292
golang.org/x/sync v0.14.0
9393
golang.org/x/sys v0.33.0
9494
golang.org/x/time v0.11.0
95-
google.golang.org/api v0.229.0
96-
google.golang.org/grpc v1.71.1
95+
google.golang.org/api v0.232.0
96+
google.golang.org/grpc v1.72.0
9797
google.golang.org/protobuf v1.36.6
9898
gopkg.in/natefinch/lumberjack.v2 v2.0.0
9999
gopkg.in/yaml.v3 v3.0.1
@@ -107,18 +107,18 @@ require (
107107
)
108108

109109
require (
110-
cel.dev/expr v0.19.1 // indirect
111-
cloud.google.com/go v0.116.0 // indirect
112-
cloud.google.com/go/auth v0.16.0 // indirect
110+
cel.dev/expr v0.20.0 // indirect
111+
cloud.google.com/go v0.121.0 // indirect
112+
cloud.google.com/go/auth v0.16.1 // indirect
113113
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
114114
cloud.google.com/go/compute/metadata v0.6.0 // indirect
115-
cloud.google.com/go/iam v1.2.2 // indirect
116-
cloud.google.com/go/monitoring v1.22.1 // indirect
117-
cloud.google.com/go/pubsub v1.45.3 // indirect
115+
cloud.google.com/go/iam v1.5.2 // indirect
116+
cloud.google.com/go/monitoring v1.24.0 // indirect
117+
cloud.google.com/go/pubsub v1.47.0 // indirect
118118
filippo.io/edwards25519 v1.1.0 // indirect
119-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
120-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
121-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
119+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
120+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
121+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
122122
github.com/KyleBanks/depth v1.2.1 // indirect
123123
github.com/Microsoft/hcsshim v0.9.12 // indirect
124124
github.com/RichardKnop/logging v0.0.0-20190827224416-1a693bdd4fae // indirect
@@ -130,7 +130,7 @@ require (
130130
github.com/bytedance/sonic/loader v0.2.4 // indirect
131131
github.com/casbin/govaluate v1.1.0 // indirect
132132
github.com/cloudwego/base64x v0.1.5 // indirect
133-
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
133+
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
134134
github.com/containerd/errdefs v0.1.0 // indirect
135135
github.com/containerd/log v0.1.0 // indirect
136136
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
@@ -146,6 +146,7 @@ require (
146146
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
147147
github.com/gin-contrib/sse v1.0.0 // indirect
148148
github.com/go-echarts/go-echarts/v2 v2.2.4 // indirect
149+
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
149150
github.com/go-logr/logr v1.4.2 // indirect
150151
github.com/go-logr/stdr v1.2.2 // indirect
151152
github.com/go-ole/go-ole v1.2.6 // indirect
@@ -238,6 +239,7 @@ require (
238239
github.com/spf13/afero v1.11.0 // indirect
239240
github.com/spf13/cast v1.6.0 // indirect
240241
github.com/spf13/pflag v1.0.6 // indirect
242+
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
241243
github.com/subosito/gotenv v1.6.0 // indirect
242244
github.com/tklauser/go-sysconf v0.3.12 // indirect
243245
github.com/tklauser/numcpus v0.6.1 // indirect
@@ -251,10 +253,11 @@ require (
251253
github.com/xdg-go/stringprep v1.0.4 // indirect
252254
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
253255
github.com/yusufpapurcu/wmi v1.2.4 // indirect
256+
github.com/zeebo/errs v1.4.0 // indirect
254257
go.mongodb.org/mongo-driver v1.17.0 // indirect
255258
go.opencensus.io v0.24.0 // indirect
256259
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
257-
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
260+
go.opentelemetry.io/contrib/detectors/gcp v1.35.0 // indirect
258261
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
259262
go.opentelemetry.io/otel/metric v1.35.0 // indirect
260263
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
@@ -265,9 +268,9 @@ require (
265268
golang.org/x/term v0.31.0 // indirect
266269
golang.org/x/text v0.24.0 // indirect
267270
golang.org/x/tools v0.31.0 // indirect
268-
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
269-
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
270-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
271+
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
272+
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
273+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
271274
gopkg.in/ini.v1 v1.67.0 // indirect
272275
gopkg.in/yaml.v2 v2.4.0 // indirect
273276
gorm.io/driver/sqlserver v1.4.1 // indirect

0 commit comments

Comments
 (0)