aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-21 08:49:19 -0700
committerGitHub <noreply@github.com>2023-08-21 08:49:19 -0700
commit558545500f15f4f314578917f402a8088455b4be (patch)
tree5083de1fbcc86e769340c935a605ba0dd96121dc /go.mod
parent0485880761beed82b93126099b8fd439ec16dc92 (diff)
downloadseaweedfs-558545500f15f4f314578917f402a8088455b4be.tar.xz
seaweedfs-558545500f15f4f314578917f402a8088455b4be.zip
Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (#4774)
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 bb97da763..bda8e76fc 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.20
require (
cloud.google.com/go v0.110.7 // indirect
cloud.google.com/go/pubsub v1.33.0
- cloud.google.com/go/storage v1.31.0
+ cloud.google.com/go/storage v1.32.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