aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-31 10:41:34 -0700
committerGitHub <noreply@github.com>2023-07-31 10:41:34 -0700
commita80ea93efc963c3fa4fc01780a67eefda8c296db (patch)
tree1591119384730e8425aaa6f731f4279a3f6dd890 /go.mod
parente544ddb02c9609641e73a371859451de7e97fb3e (diff)
downloadseaweedfs-a80ea93efc963c3fa4fc01780a67eefda8c296db.tar.xz
seaweedfs-a80ea93efc963c3fa4fc01780a67eefda8c296db.zip
Bump gocloud.dev/pubsub/natspubsub from 0.30.0 to 0.32.0 (#4722)
Bumps [gocloud.dev/pubsub/natspubsub](https://github.com/google/go-cloud) from 0.30.0 to 0.32.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.30.0...v0.32.0) --- updated-dependencies: - dependency-name: gocloud.dev/pubsub/natspubsub 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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index ff92593b9..53b81622f 100644
--- a/go.mod
+++ b/go.mod
@@ -58,7 +58,7 @@ require (
github.com/json-iterator/go v1.1.12
github.com/karlseguin/ccache/v2 v2.0.8
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
- github.com/klauspost/compress v1.16.6 // indirect
+ github.com/klauspost/compress v1.16.7 // indirect
github.com/klauspost/reedsolomon v1.11.8
github.com/kurin/blazer v0.5.3
github.com/lib/pq v1.10.9
@@ -110,7 +110,7 @@ require (
go.mongodb.org/mongo-driver v1.12.0
go.opencensus.io v0.24.0 // indirect
gocloud.dev v0.32.0
- gocloud.dev/pubsub/natspubsub v0.30.0
+ gocloud.dev/pubsub/natspubsub v0.32.0
gocloud.dev/pubsub/rabbitpubsub v0.30.0
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
@@ -243,7 +243,7 @@ require (
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/montanaflynn/stats v0.7.0 // indirect
- github.com/nats-io/nats.go v1.27.0 // indirect
+ github.com/nats-io/nats.go v1.27.1 // indirect
github.com/nats-io/nkeys v0.4.4 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/ncw/go-acd v0.0.0-20201019170801-fe55f33415b1 // indirect