aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-02 08:46:07 -0700
committerGitHub <noreply@github.com>2023-10-02 08:46:07 -0700
commitc49dee4dade7982f11258edb2bbddff97908064b (patch)
tree44031752d8aa2ffee2d93c8ff77e5ecae6a3ab04 /go.mod
parentf7ad82e03d1b24c01ae4bca49b142a13fc263d06 (diff)
downloadseaweedfs-c49dee4dade7982f11258edb2bbddff97908064b.tar.xz
seaweedfs-c49dee4dade7982f11258edb2bbddff97908064b.zip
Bump cloud.google.com/go/storage from 1.32.0 to 1.33.0 (#4882)
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 5c7545978..5a0b5a5d5 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.32.0
+ cloud.google.com/go/storage v1.33.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