diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-11 15:29:25 +0000 |
|---|---|---|
| committer | Chris Lu <chrislusf@users.noreply.github.com> | 2023-12-11 11:12:56 -0800 |
| commit | f743df0f0b22295df93012456f230f471f8b8d64 (patch) | |
| tree | 4589d6d16c56c2b0f2b1a5e618d9368384714d52 /go.mod | |
| parent | 3407e28a788415b33ad4bd8c2c3e7d25aba3a82a (diff) | |
| download | seaweedfs-f743df0f0b22295df93012456f230f471f8b8d64.tar.xz seaweedfs-f743df0f0b22295df93012456f230f471f8b8d64.zip | |
Bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.1
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.12.1 to 1.13.1.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.12.1...v1.13.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>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,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.12.1 + go.mongodb.org/mongo-driver v1.13.1 go.opencensus.io v0.24.0 // indirect gocloud.dev v0.34.0 gocloud.dev/pubsub/natspubsub v0.34.0 |
