Skip to content

Commit bb57d66

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 9a7bc05 commit bb57d66

File tree

2 files changed

+98
-52
lines changed

2 files changed

+98
-52
lines changed

go.mod

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
1111
github.com/fsnotify/fsnotify v1.4.7
1212
github.com/go-ole/go-ole v1.2.2 // indirect
13-
github.com/go-sql-driver/mysql v1.4.0
13+
github.com/go-sql-driver/mysql v1.5.0
1414
github.com/gogo/protobuf v1.2.0
1515
github.com/golang/mock v1.2.0
1616
github.com/golang/protobuf v1.3.2
@@ -25,8 +25,6 @@ require (
2525
github.com/juju/errors v0.0.0-20170703010042-c7d06af17c68
2626
github.com/juju/loggo v0.0.0-20190212223446-d976af380377 // indirect
2727
github.com/juju/testing v0.0.0-20180920084828-472a3e8b2073 // indirect
28-
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
29-
github.com/kr/pretty v0.1.0 // indirect
3028
github.com/lib/pq v1.0.0 // indirect
3129
github.com/mattn/go-sqlite3 v1.10.0 // indirect
3230
github.com/mitchellh/hashstructure v1.0.0
@@ -50,15 +48,10 @@ require (
5048
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726
5149
github.com/siddontang/go-mysql v0.0.0-20190312052122-c6ab05a85eb8
5250
github.com/sirupsen/logrus v1.4.2
53-
github.com/stretchr/testify v1.3.0
54-
github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 // indirect
55-
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
56-
github.com/xdg/stringprep v1.0.0 // indirect
57-
go.mongodb.org/mongo-driver v1.0.1
58-
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c // indirect
59-
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
51+
github.com/stretchr/testify v1.6.1
52+
go.mongodb.org/mongo-driver v1.5.1
53+
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
6054
golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2 // indirect
61-
golang.org/x/text v0.3.2 // indirect
6255
google.golang.org/grpc v1.19.0
6356
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0
6457
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce

0 commit comments

Comments
 (0)