aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-15 09:45:33 -0700
committerGitHub <noreply@github.com>2023-05-15 09:45:33 -0700
commitd77c787ec6b0855b90689efc2e4a5ecbcd99b822 (patch)
treebf7cb50912c4bcbc8b0463a67ad432bfa9ca1fc1 /go.mod
parent7034fd155f71c7cbda980a30268e65aae5de03e4 (diff)
downloadseaweedfs-d77c787ec6b0855b90689efc2e4a5ecbcd99b822.tar.xz
seaweedfs-d77c787ec6b0855b90689efc2e4a5ecbcd99b822.zip
build(deps): bump cloud.google.com/go/pubsub from 1.30.0 to 1.30.1 (#4473)
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.30.0 to 1.30.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.30.0...pubsub/v1.30.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-patch ... 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 8c9968900..1b6234c5e 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.20
require (
cloud.google.com/go v0.110.0 // indirect
- cloud.google.com/go/pubsub v1.30.0
+ cloud.google.com/go/pubsub v1.30.1
cloud.google.com/go/storage v1.30.1
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-storage-blob-go v0.15.0