Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70d6a03

Browse files
committed
Upgrade dktest from v0.3.3 to v0.3.4
Addresses: golang-migrate#506
1 parent ff92da4 commit 70d6a03

File tree

2 files changed

+34
-44
lines changed

2 files changed

+34
-44
lines changed

go.mod

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ require (
1010
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
1111
github.com/cenkalti/backoff/v4 v4.0.2
1212
github.com/cockroachdb/cockroach-go v0.0.0-20190925194419-606b3d062051
13-
github.com/containerd/containerd v1.4.1 // indirect
1413
github.com/cznic/mathutil v0.0.0-20180504122225-ca4c9f2c1369 // indirect
1514
github.com/denisenkom/go-mssqldb v0.0.0-20200620013148-b91950f658ec
16-
github.com/dhui/dktest v0.3.3
17-
github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
15+
github.com/dhui/dktest v0.3.4
16+
github.com/docker/docker v17.12.0-ce-rc1.0.20210128214336-420b1d36250f+incompatible
1817
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
1918
github.com/fsouza/fake-gcs-server v1.17.0
2019
github.com/go-sql-driver/mysql v1.5.0
2120
github.com/gobuffalo/here v0.6.0
2221
github.com/gocql/gocql v0.0.0-20190301043612-f6df8288f9b4
23-
github.com/golang/protobuf v1.4.3 // indirect
2422
github.com/golang/snappy v0.0.1 // indirect
2523
github.com/google/go-github v17.0.0+incompatible
2624
github.com/gorilla/mux v1.7.4 // indirect
@@ -34,7 +32,6 @@ require (
3432
github.com/mutecomm/go-sqlcipher/v4 v4.4.0
3533
github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8
3634
github.com/neo4j/neo4j-go-driver v1.8.1-0.20200803113522-b626aa943eba
37-
github.com/sirupsen/logrus v1.7.0 // indirect
3835
github.com/snowflakedb/gosnowflake v1.3.5
3936
github.com/stretchr/testify v1.5.1
4037
github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51 // indirect
@@ -45,13 +42,10 @@ require (
4542
go.mongodb.org/mongo-driver v1.1.0
4643
go.uber.org/atomic v1.4.0
4744
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
48-
golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d // indirect
49-
golang.org/x/sys v0.0.0-20201029080932-201ba4db2418 // indirect
5045
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
51-
golang.org/x/tools v0.0.0-20200818005847-188abfa75333
46+
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
5247
google.golang.org/api v0.30.0
53-
google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3
54-
google.golang.org/grpc v1.33.1 // indirect
48+
google.golang.org/genproto v0.0.0-20210207032614-bba0dbe2a9ea
5549
modernc.org/b v1.0.0 // indirect
5650
modernc.org/db v1.0.0 // indirect
5751
modernc.org/file v1.0.0 // indirect

0 commit comments

Comments
 (0)