aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-24 10:27:17 -0700
committerGitHub <noreply@github.com>2023-04-24 10:27:17 -0700
commit5a46005ddfc678ef8ba1f6e54667fc598500d90a (patch)
tree8260c4554ec8ed185e1705caa5a722d08949fbb3 /go.mod
parent54440f0d6324aa8e34cbd53fd4d58ef6849682a7 (diff)
downloadseaweedfs-5a46005ddfc678ef8ba1f6e54667fc598500d90a.tar.xz
seaweedfs-5a46005ddfc678ef8ba1f6e54667fc598500d90a.zip
build(deps): bump go.mongodb.org/mongo-driver from 1.11.3 to 1.11.4 (#4426)
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.11.3 to 1.11.4. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.11.3...v1.11.4) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production update-type: version-update:semver-patch ... 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 96a3a89be..9eab8b76c 100644
--- a/go.mod
+++ b/go.mod
@@ -107,7 +107,7 @@ require (
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.etcd.io/etcd/client/v3 v3.5.7
- go.mongodb.org/mongo-driver v1.11.3
+ go.mongodb.org/mongo-driver v1.11.4
go.opencensus.io v0.24.0 // indirect
gocloud.dev v0.29.0
gocloud.dev/pubsub/natspubsub v0.29.0