Skip to content

Commit

Permalink
update mongo-driver to latest (v1.12.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Pechorin authored and ipechorin committed Sep 28, 2023
1 parent 60e857d commit 92edad3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/lib/pq v1.2.0
github.com/pkg/errors v0.9.1
go.mongodb.org/mongo-driver v1.11.1
go.mongodb.org/mongo-driver v1.12.1
)

require (
Expand All @@ -14,10 +14,10 @@ require (
github.com/kr/pretty v0.2.1 // indirect
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.1 // indirect
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/text v0.7.0 // indirect
)

0 comments on commit 92edad3

Please sign in to comment.