aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-22 08:39:19 -0700
committerGitHub <noreply@github.com>2024-04-22 08:39:19 -0700
commit9cd7022c174aa725476dbdceb000ff3cd4652176 (patch)
tree39a80455e6db7a34b59bcbf121d63c0176f22ae2 /go.mod
parent374c5d24619ddeffa2c4407acf6d842350b28fad (diff)
downloadseaweedfs-9cd7022c174aa725476dbdceb000ff3cd4652176.tar.xz
seaweedfs-9cd7022c174aa725476dbdceb000ff3cd4652176.zip
chore(deps): bump gocloud.dev/pubsub/rabbitpubsub from 0.36.0 to 0.37.0 (#5517)
Bumps [gocloud.dev/pubsub/rabbitpubsub](https://github.com/google/go-cloud) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.36.0...v0.37.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 13373a90d..b613ff5f8 100644
--- a/go.mod
+++ b/go.mod
@@ -107,7 +107,7 @@ require (
go.opencensus.io v0.24.0 // indirect
gocloud.dev v0.37.0
gocloud.dev/pubsub/natspubsub v0.37.0
- gocloud.dev/pubsub/rabbitpubsub v0.36.0
+ gocloud.dev/pubsub/rabbitpubsub v0.37.0
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
golang.org/x/image v0.15.0