Skip to content

Commit

Permalink
fix(deps): update module go.mongodb.org/mongo-driver to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 33b2eaf commit c074d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.10.0
go.mongodb.org/mongo-driver v1.17.1
go.mongodb.org/mongo-driver/v2 v2.0.0
go.mongodb.org/mongo-driver/v2 v2.0.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
2 changes: 1 addition & 1 deletion driver/mongo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/siyul-park/uniflow v0.11.0
github.com/stretchr/testify v1.10.0
github.com/tryvium-travels/memongo v0.12.0
go.mongodb.org/mongo-driver v1.9.1
go.mongodb.org/mongo-driver/v2 v2.0.0
go.mongodb.org/mongo-driver/v2 v2.0.0
)

Expand Down

0 comments on commit c074d22

Please sign in to comment.