@@ -10,7 +10,7 @@ require (
10
10
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
11
11
github.com/fsnotify/fsnotify v1.4.7
12
12
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
14
14
github.com/gogo/protobuf v1.2.0
15
15
github.com/golang/mock v1.2.0
16
16
github.com/golang/protobuf v1.3.2
@@ -25,8 +25,6 @@ require (
25
25
github.com/juju/errors v0.0.0-20170703010042-c7d06af17c68
26
26
github.com/juju/loggo v0.0.0-20190212223446-d976af380377 // indirect
27
27
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
30
28
github.com/lib/pq v1.0.0 // indirect
31
29
github.com/mattn/go-sqlite3 v1.10.0 // indirect
32
30
github.com/mitchellh/hashstructure v1.0.0
@@ -50,15 +48,10 @@ require (
50
48
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726
51
49
github.com/siddontang/go-mysql v0.0.0-20190312052122-c6ab05a85eb8
52
50
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
60
54
golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2 // indirect
61
- golang.org/x/text v0.3.2 // indirect
62
55
google.golang.org/grpc v1.19.0
63
56
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0
64
57
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
0 commit comments