Skip to content

Commit 7b6479b

Browse files
Bump go.mongodb.org/mongo-driver from 1.0.1 to 1.5.1
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.0.1 to 1.5.1. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v1.0.1...v1.5.1) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e934fa3 commit 7b6479b

File tree

2 files changed

+71
-14
lines changed

2 files changed

+71
-14
lines changed

go.mod

+2-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ require (
3737
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726
3838
github.com/siddontang/go-mysql v0.0.0-20190312052122-c6ab05a85eb8
3939
github.com/sirupsen/logrus v1.6.0
40-
github.com/stretchr/testify v1.5.1
41-
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
42-
github.com/xdg/stringprep v1.0.0 // indirect
43-
go.mongodb.org/mongo-driver v1.0.1
40+
github.com/stretchr/testify v1.6.1
41+
go.mongodb.org/mongo-driver v1.5.1
4442
golang.org/x/net v0.0.0-20201021035429-f5854403a974
4543
golang.org/x/sys v0.6.0 // indirect
4644
google.golang.org/grpc v1.26.0

0 commit comments

Comments
 (0)