diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-19 11:16:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-19 11:16:55 -0700 |
| commit | 6fd752445e36b9ea1ab4641927fc4d330bc0488a (patch) | |
| tree | f0a36627ca847287b1f48f497fd851c453733984 /go.mod | |
| parent | 372547e332e8d01422af7eb182b705bed13353b4 (diff) | |
| download | seaweedfs-6fd752445e36b9ea1ab4641927fc4d330bc0488a.tar.xz seaweedfs-6fd752445e36b9ea1ab4641927fc4d330bc0488a.zip | |
chore(deps): bump cloud.google.com/go/storage from 1.51.0 to 1.54.0 (#6801)
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.51.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](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.51.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -5,9 +5,9 @@ go 1.24 toolchain go1.24.1 require ( - cloud.google.com/go v0.120.0 // indirect + cloud.google.com/go v0.121.0 // indirect cloud.google.com/go/pubsub v1.49.0 - cloud.google.com/go/storage v1.51.0 + cloud.google.com/go/storage v1.54.0 github.com/Azure/azure-pipeline-go v0.2.3 github.com/Azure/azure-storage-blob-go v0.15.0 github.com/Shopify/sarama v1.38.1 @@ -104,12 +104,12 @@ require ( golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 golang.org/x/image v0.24.0 golang.org/x/net v0.40.0 - golang.org/x/oauth2 v0.29.0 // indirect + golang.org/x/oauth2 v0.30.0 // indirect golang.org/x/sys v0.33.0 golang.org/x/text v0.25.0 // indirect golang.org/x/tools v0.33.0 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect - google.golang.org/api v0.230.0 + google.golang.org/api v0.232.0 google.golang.org/genproto v0.0.0-20250324211829-b45e905df463 // indirect google.golang.org/grpc v1.72.0 google.golang.org/protobuf v1.36.6 @@ -159,10 +159,10 @@ require ( require ( cel.dev/expr v0.22.1 // indirect - cloud.google.com/go/auth v0.16.0 // indirect + cloud.google.com/go/auth v0.16.1 // indirect cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect cloud.google.com/go/compute/metadata v0.6.0 // indirect - cloud.google.com/go/iam v1.4.2 // indirect + cloud.google.com/go/iam v1.5.2 // indirect cloud.google.com/go/monitoring v1.24.1 // indirect filippo.io/edwards25519 v1.1.0 // indirect github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.1 // indirect @@ -359,8 +359,8 @@ require ( go.uber.org/zap v1.27.0 // indirect golang.org/x/term v0.32.0 // indirect golang.org/x/time v0.11.0 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect gopkg.in/validator.v2 v2.0.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect |
