aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-05 10:05:15 -0800
committerGitHub <noreply@github.com>2022-12-05 10:05:15 -0800
commit38479b6329ead2d2e35850bd894bf9d8e030f09f (patch)
tree904adc1ba574ae18b0d8a1323f16de62c54e0098 /go.mod
parent334ccb74e7f214b9bf71ad528c3cd6a6a78d7ac9 (diff)
downloadseaweedfs-38479b6329ead2d2e35850bd894bf9d8e030f09f.tar.xz
seaweedfs-38479b6329ead2d2e35850bd894bf9d8e030f09f.zip
build(deps): bump cloud.google.com/go/pubsub from 1.26.0 to 1.27.1 (#4032)
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.26.0 to 1.27.1. - [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.26.0...pubsub/v1.27.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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 e9e4c32f4..cca84e893 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.19
require (
cloud.google.com/go v0.105.0 // indirect
- cloud.google.com/go/pubsub v1.26.0
+ cloud.google.com/go/pubsub v1.27.1
cloud.google.com/go/storage v1.28.1
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-storage-blob-go v0.15.0