aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-14 07:22:16 -0800
committerGitHub <noreply@github.com>2022-11-14 07:22:16 -0800
commit99e325b994d4f69aa7e14aa0c036b4c26b1d93e0 (patch)
treed5300a6511b501595773806c4107a854dd67329d /go.mod
parent8ff29ab30d90b7bf3a1be17a66c60436e6bd1936 (diff)
downloadseaweedfs-99e325b994d4f69aa7e14aa0c036b4c26b1d93e0.tar.xz
seaweedfs-99e325b994d4f69aa7e14aa0c036b4c26b1d93e0.zip
build(deps): bump cloud.google.com/go/storage from 1.27.0 to 1.28.0 (#3979)
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 edf116489..414aba540 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.19
require (
cloud.google.com/go v0.104.0 // indirect
cloud.google.com/go/pubsub v1.26.0
- cloud.google.com/go/storage v1.27.0
+ cloud.google.com/go/storage v1.28.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.37.2