-
- Downloads
[renovate] Update module go.mongodb.org/mongo-driver to v2
parent
65571cb8
No related branches found
No related tags found
Pipeline #268495 failed
Stage: build
Stage: build-testing
Stage: test
Stage: analyze
Stage: test-legacy
... | ... | @@ -42,7 +42,7 @@ require ( |
github.com/golang-jwt/jwt v3.2.2+incompatible | ||
github.com/golang/glog v1.2.4 | ||
github.com/golang/protobuf v1.5.4 | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/golang/snappy v1.0.0 // indirect | ||
github.com/gookit/color v1.5.4 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
... | ... | @@ -91,6 +91,7 @@ require ( |
github.com/hashicorp/go-plugin v1.4.10 | ||
github.com/lesismal/nbio v1.6.2 | ||
go.mongodb.org/mongo-driver v1.17.3 | ||
go.mongodb.org/mongo-driver/v2 v2.2.0 | ||
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb | ||
) | ||
... | ... |
Please register or sign in to comment