aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-07 09:43:54 -0700
committerGitHub <noreply@github.com>2025-04-07 09:43:54 -0700
commit43ffbfe608508d061ce72746a5a700e51c44afe2 (patch)
treea13218ab567d77c76843e5496dc30102de89e969 /go.mod
parentb10791f8a06ce22bb9cfc83f7f434ad935f952ff (diff)
downloadseaweedfs-43ffbfe608508d061ce72746a5a700e51c44afe2.tar.xz
seaweedfs-43ffbfe608508d061ce72746a5a700e51c44afe2.zip
chore(deps): bump gocloud.dev/pubsub/rabbitpubsub from 0.40.0 to 0.41.0 (#6687)
Bumps [gocloud.dev/pubsub/rabbitpubsub](https://github.com/google/go-cloud) from 0.40.0 to 0.41.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.40.0...v0.41.0) --- updated-dependencies: - dependency-name: gocloud.dev/pubsub/rabbitpubsub dependency-version: 0.41.0 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 66126c11a..3c47a466d 100644
--- a/go.mod
+++ b/go.mod
@@ -103,7 +103,7 @@ require (
go.opencensus.io v0.24.0 // indirect
gocloud.dev v0.41.0
gocloud.dev/pubsub/natspubsub v0.40.0
- gocloud.dev/pubsub/rabbitpubsub v0.40.0
+ gocloud.dev/pubsub/rabbitpubsub v0.41.0
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
golang.org/x/image v0.24.0