aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-03 10:57:10 -0800
committerGitHub <noreply@github.com>2025-03-03 10:57:10 -0800
commit941794f6408cff5a3b7ea524fdb4a48bfa2363b2 (patch)
tree364047acd13730b78e3f80b4d4d98aac2905e459 /go.mod
parentd7dcfd515b27324982192f960e67d40d7568c1b0 (diff)
downloadseaweedfs-941794f6408cff5a3b7ea524fdb4a48bfa2363b2.tar.xz
seaweedfs-941794f6408cff5a3b7ea524fdb4a48bfa2363b2.zip
chore(deps): bump go.mongodb.org/mongo-driver from 1.17.2 to 1.17.3 (#6592)
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.17.2 to 1.17.3. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.17.2...v1.17.3) --- 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 d5ae6965f..19f98af54 100644
--- a/go.mod
+++ b/go.mod
@@ -99,7 +99,7 @@ require (
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
go.etcd.io/etcd/client/v3 v3.5.18
- go.mongodb.org/mongo-driver v1.17.2
+ go.mongodb.org/mongo-driver v1.17.3
go.opencensus.io v0.24.0 // indirect
gocloud.dev v0.40.0
gocloud.dev/pubsub/natspubsub v0.40.0