@@ -12,12 +12,13 @@ require (
12
12
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.5.4 // indirect
13
13
github.com/cenkalti/backoff/v4 v4.1.2
14
14
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
15
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
15
16
github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 // indirect
16
17
github.com/cockroachdb/cockroach-go/v2 v2.1.1
17
18
github.com/cznic/mathutil v0.0.0-20180504122225-ca4c9f2c1369 // indirect
18
19
github.com/denisenkom/go-mssqldb v0.10.0
19
- github.com/dhui/dktest v0.3.10
20
- github.com/docker/docker v20.10.13 +incompatible
20
+ github.com/dhui/dktest v0.3.11
21
+ github.com/docker/docker v20.10.15 +incompatible
21
22
github.com/docker/go-connections v0.4.0
22
23
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
23
24
github.com/envoyproxy/go-control-plane v0.10.1 // indirect
@@ -29,8 +30,10 @@ require (
29
30
github.com/gocql/gocql v0.0.0-20210515062232-b7ef815b4556
30
31
github.com/gofrs/uuid v4.0.0+incompatible // indirect
31
32
github.com/golang-jwt/jwt/v4 v4.1.0 // indirect
33
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
32
34
github.com/google/go-github/v39 v39.2.0
33
35
github.com/gorilla/mux v1.7.4 // indirect
36
+ github.com/hashicorp/errwrap v1.1.0 // indirect
34
37
github.com/hashicorp/go-multierror v1.1.1
35
38
github.com/jackc/pgconn v1.8.0
36
39
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
@@ -42,9 +45,11 @@ require (
42
45
github.com/lib/pq v1.10.0
43
46
github.com/markbates/pkger v0.15.1
44
47
github.com/mattn/go-sqlite3 v1.14.10
48
+ github.com/mitchellh/mapstructure v1.1.2 // indirect
45
49
github.com/mutecomm/go-sqlcipher/v4 v4.4.0
46
50
github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8
47
51
github.com/neo4j/neo4j-go-driver v1.8.1-0.20200803113522-b626aa943eba
52
+ github.com/onsi/gomega v1.15.0 // indirect
48
53
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
49
54
github.com/snowflakedb/gosnowflake v1.6.3
50
55
github.com/stretchr/testify v1.7.0
@@ -53,9 +58,9 @@ require (
53
58
go.mongodb.org/mongo-driver v1.7.0
54
59
go.uber.org/atomic v1.7.0
55
60
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
56
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
61
+ golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
57
62
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
58
- golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf // indirect
63
+ golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
59
64
golang.org/x/tools v0.1.5
60
65
google.golang.org/api v0.62.0
61
66
google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
0 commit comments