aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-18 08:43:28 -0800
committerGitHub <noreply@github.com>2023-12-18 08:43:28 -0800
commit32e45541dc52b9eae75eb7fa229ae4961d0d0d14 (patch)
tree63d9ca5191fb66a068cb0595cd7bb63e2613d777 /go.mod
parent745c55da3567750ef4002d07bedb60102da992e7 (diff)
downloadseaweedfs-32e45541dc52b9eae75eb7fa229ae4961d0d0d14.tar.xz
seaweedfs-32e45541dc52b9eae75eb7fa229ae4961d0d0d14.zip
Bump cloud.google.com/go/storage from 1.35.1 to 1.36.0 (#5111)
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 5f41a2817..19740bb44 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.21
require (
cloud.google.com/go v0.110.10 // indirect
cloud.google.com/go/pubsub v1.33.0
- cloud.google.com/go/storage v1.35.1
+ cloud.google.com/go/storage v1.36.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