aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-16 12:28:32 -0800
committerGitHub <noreply@github.com>2024-12-16 12:28:32 -0800
commitcbc3afe7d1ec5206a902e1beea166728418d233e (patch)
tree5ec45bb540fc29c916327ff50a2bce35ca921e87 /go.mod
parentb4bcedf06404266ec5bc6dcedea09b1de350bb8a (diff)
downloadseaweedfs-cbc3afe7d1ec5206a902e1beea166728418d233e.tar.xz
seaweedfs-cbc3afe7d1ec5206a902e1beea166728418d233e.zip
chore(deps): bump go.mongodb.org/mongo-driver from 1.16.0 to 1.17.1 (#6364)
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.16.0 to 1.17.1. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.16.0...v1.17.1) --- 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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index bf62be594..7111f81a1 100644
--- a/go.mod
+++ b/go.mod
@@ -95,9 +95,9 @@ require (
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
- github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
+ github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
go.etcd.io/etcd/client/v3 v3.5.17
- go.mongodb.org/mongo-driver v1.16.0
+ go.mongodb.org/mongo-driver v1.17.1
go.opencensus.io v0.24.0 // indirect
gocloud.dev v0.40.0
gocloud.dev/pubsub/natspubsub v0.40.0