Skip to content

Commit

Permalink
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 Feb 4, 2025
1 parent 55eda57 commit 7027fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logs_import/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.2
require (
github.com/abaldeweg/warehouse-server/framework v0.12.1
github.com/spf13/viper v1.19.0
go.mongodb.org/mongo-driver v1.17.2
go.mongodb.org/mongo-driver/v2 v2.0.0
go.mongodb.org/mongo-driver/v2 v2.0.0
)

Expand Down
2 changes: 1 addition & 1 deletion logs_web/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/abaldeweg/warehouse-server/framework v0.12.1
github.com/gin-gonic/gin v1.10.0
github.com/spf13/viper v1.19.0
go.mongodb.org/mongo-driver v1.17.2
go.mongodb.org/mongo-driver/v2 v2.0.0
go.mongodb.org/mongo-driver/v2 v2.0.0
)

Expand Down

0 comments on commit 7027fa6

Please sign in to comment.