aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-24 10:54:48 -0700
committerGitHub <noreply@github.com>2023-07-24 10:54:48 -0700
commit6e2e69a5e7656e9822080b124ce5bdbd6dfde946 (patch)
tree0c0889e94353889e2068e33c8693584dadd5372b /go.mod
parenta00f4eb1dea9d7cea352f505c7da8421551a3867 (diff)
downloadseaweedfs-6e2e69a5e7656e9822080b124ce5bdbd6dfde946.tar.xz
seaweedfs-6e2e69a5e7656e9822080b124ce5bdbd6dfde946.zip
Bump go.mongodb.org/mongo-driver from 1.11.6 to 1.12.0 (#4702)
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.11.6 to 1.12.0. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.11.6...v1.12.0) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver 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 bd6f1bad2..366c63e85 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.9
- go.mongodb.org/mongo-driver v1.11.6
+ 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