File tree 5 files changed +15
-6
lines changed
5 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ replace go.mongodb.org/mongo-driver => ../../../
7
7
require (
8
8
github.com/bombsimon/logrusr/v4 v4.0.0
9
9
github.com/sirupsen/logrus v1.9.0
10
- go.mongodb.org/mongo-driver v1.11.1
10
+ // Note that the Go driver version is replaced with the local Go driver code
11
+ // by the replace directive above.
12
+ go.mongodb.org/mongo-driver v1.11.7
11
13
)
12
14
13
15
require (
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ replace go.mongodb.org/mongo-driver => ../../../
6
6
7
7
require (
8
8
github.com/go-logr/zapr v1.2.3
9
- go.mongodb.org/mongo-driver v1.11.1
9
+ // Note that the Go driver version is replaced with the local Go driver code
10
+ // by the replace directive above.
11
+ go.mongodb.org/mongo-driver v1.11.7
10
12
go.uber.org/zap v1.24.0
11
13
)
12
14
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ replace go.mongodb.org/mongo-driver => ../../../
7
7
require (
8
8
github.com/go-logr/zerologr v1.2.2
9
9
github.com/rs/zerolog v1.28.0
10
- go.mongodb.org/mongo-driver v1.11.1
10
+ // Note that the Go driver version is replaced with the local Go driver code
11
+ // by the replace directive above.
12
+ go.mongodb.org/mongo-driver v1.11.7
11
13
)
12
14
13
15
require (
Original file line number Diff line number Diff line change 4
4
5
5
replace go.mongodb.org/mongo-driver => ../../../
6
6
7
- require go.mongodb.org/mongo-driver v0.0.0-00010101000000-000000000000
7
+ // Note that the Go driver version is replaced with the local Go driver code by
8
+ // the replace directive above.
9
+ require go.mongodb.org/mongo-driver v1.11.7
Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ replace go.mongodb.org/mongo-driver => ../../../../../
6
6
7
7
require (
8
8
github.com/aws/aws-lambda-go v1.41.0
9
- go.mongodb.org/mongo-driver v1.11.4
9
+ // Note that the Go driver version is replaced with the local Go driver code
10
+ // by the replace directive above.
11
+ go.mongodb.org/mongo-driver v1.11.7
10
12
)
11
13
12
14
require (
13
15
github.com/golang/snappy v0.0.1 // indirect
14
16
github.com/klauspost/compress v1.13.6 // indirect
15
17
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
16
- github.com/pkg/errors v0.9.1 // indirect
17
18
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
18
19
github.com/xdg-go/scram v1.1.2 // indirect
19
20
github.com/xdg-go/stringprep v1.0.4 // indirect
You can’t perform that action at this time.
0 commit comments