aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-20 09:13:38 -0700
committerGitHub <noreply@github.com>2023-03-20 09:13:38 -0700
commit8d8347d2f7a96a0c10c74e2b68a9167db4d786aa (patch)
treeaa1d2bd9f153f946f50c7005144064271da27c55 /go.mod
parent60c20dce9993ca662b1a05ea5fbca284902aabd7 (diff)
downloadseaweedfs-8d8347d2f7a96a0c10c74e2b68a9167db4d786aa.tar.xz
seaweedfs-8d8347d2f7a96a0c10c74e2b68a9167db4d786aa.zip
build(deps): bump cloud.google.com/go/storage from 1.29.0 to 1.30.0 (#4328)
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.29.0 to 1.30.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.29.0...spanner/v1.30.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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 335d14536..cac91c8cf 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.20
require (
cloud.google.com/go v0.110.0 // indirect
cloud.google.com/go/pubsub v1.28.0
- cloud.google.com/go/storage v1.29.0
+ cloud.google.com/go/storage v1.30.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