aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-25 09:14:49 -0700
committerGitHub <noreply@github.com>2023-09-25 09:14:49 -0700
commit51efba43fd1bb2ce1bf4c99b945708b657e72183 (patch)
treeaa6550f79b18cbedb92ed03cb45a75649b9f1383 /go.mod
parentadabb63c1869259103145a8daf48af75ade10940 (diff)
downloadseaweedfs-51efba43fd1bb2ce1bf4c99b945708b657e72183.tar.xz
seaweedfs-51efba43fd1bb2ce1bf4c99b945708b657e72183.zip
Bump gocloud.dev/pubsub/rabbitpubsub from 0.33.0 to 0.34.0 (#4870)
Bumps [gocloud.dev/pubsub/rabbitpubsub](https://github.com/google/go-cloud) from 0.33.0 to 0.34.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: gocloud.dev/pubsub/rabbitpubsub dependency-type: direct:production update-type: version-update:semver-minor ... 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 9e5bba5cb..9ff4262b4 100644
--- a/go.mod
+++ b/go.mod
@@ -111,7 +111,7 @@ require (
go.opencensus.io v0.24.0 // indirect
gocloud.dev v0.34.0
gocloud.dev/pubsub/natspubsub v0.33.0
- gocloud.dev/pubsub/rabbitpubsub v0.33.0
+ gocloud.dev/pubsub/rabbitpubsub v0.34.0
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
golang.org/x/image v0.11.0