diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-11 09:36:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-11 09:36:30 -0700 |
| commit | a6cca4dd39c3fc8a92f293d77cc9b24ae2ad2b00 (patch) | |
| tree | 510a4c2718ae63f4159a81dd8080c31425c1b9a4 /go.mod | |
| parent | 963bed33743542736fa685a9613945b7eb32ee9c (diff) | |
| download | seaweedfs-a6cca4dd39c3fc8a92f293d77cc9b24ae2ad2b00.tar.xz seaweedfs-a6cca4dd39c3fc8a92f293d77cc9b24ae2ad2b00.zip | |
chore(deps): bump go.mongodb.org/mongo-driver from 1.13.1 to 1.14.0 (#5372)
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.13.1 to 1.14.0.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.13.1...v1.14.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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,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.11 - go.mongodb.org/mongo-driver v1.13.1 + go.mongodb.org/mongo-driver v1.14.0 go.opencensus.io v0.24.0 // indirect gocloud.dev v0.36.0 gocloud.dev/pubsub/natspubsub v0.36.0 |
