diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-16 12:28:56 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-16 12:28:56 -0800 |
| commit | 641fbc7a8090c151a99680383a6e603968aa7a6a (patch) | |
| tree | f317464334df2dff3b57f15f763f3630d332a303 /go.mod | |
| parent | ab7b81bbad01238ef587019482fa30fbb526121a (diff) | |
| download | seaweedfs-641fbc7a8090c151a99680383a6e603968aa7a6a.tar.xz seaweedfs-641fbc7a8090c151a99680383a6e603968aa7a6a.zip | |
chore(deps): bump cloud.google.com/go/storage from 1.45.0 to 1.48.0 (#6366)
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.45.0 to 1.48.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/pubsub/v1.45.0...spanner/v1.48.0)
---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
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 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ go 1.22.0 require ( cloud.google.com/go v0.116.0 // indirect cloud.google.com/go/pubsub v1.45.3 - cloud.google.com/go/storage v1.45.0 + cloud.google.com/go/storage v1.48.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 @@ -113,7 +113,7 @@ require ( golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect google.golang.org/api v0.210.0 google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect - google.golang.org/grpc v1.67.1 + google.golang.org/grpc v1.67.2 google.golang.org/protobuf v1.35.2 gopkg.in/inf.v0 v0.9.1 // indirect modernc.org/b v1.0.0 // indirect |
