aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-30 10:49:01 -0700
committerGitHub <noreply@github.com>2024-07-30 10:49:01 -0700
commit69bcdf470bf62e9ba71da283d60a203bdbcb3fcb (patch)
treec120fde82fd2e2ac631c7a68dac8d4b64b0c41cf /go.mod
parent41ddbe329e15923a5698d3a49cebcd49cf6b4fb9 (diff)
downloadseaweedfs-69bcdf470bf62e9ba71da283d60a203bdbcb3fcb.tar.xz
seaweedfs-69bcdf470bf62e9ba71da283d60a203bdbcb3fcb.zip
chore(deps): bump gocloud.dev/pubsub/rabbitpubsub from 0.37.0 to 0.38.0 (#5829)
Bumps [gocloud.dev/pubsub/rabbitpubsub](https://github.com/google/go-cloud) from 0.37.0 to 0.38.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.37.0...v0.38.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> Co-authored-by: Chris Lu <chrislusf@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 376dfe58f..0cea5544d 100644
--- a/go.mod
+++ b/go.mod
@@ -101,7 +101,7 @@ require (
go.opencensus.io v0.24.0 // indirect
gocloud.dev v0.38.0
gocloud.dev/pubsub/natspubsub v0.38.0
- gocloud.dev/pubsub/rabbitpubsub v0.37.0
+ gocloud.dev/pubsub/rabbitpubsub v0.38.0
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
golang.org/x/image v0.18.0