Skip to content

Commit

Permalink
Update dktest from v0.3.9 to v0.3.10 to fix upstream security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dhui committed Mar 17, 2022
1 parent cc5f8b7 commit 331a15d
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 35 deletions.
20 changes: 10 additions & 10 deletions go.mod
Expand Up @@ -6,19 +6,19 @@ require (
cloud.google.com/go/storage v1.10.0
github.com/Azure/go-autorest/autorest/adal v0.9.16
github.com/ClickHouse/clickhouse-go v1.4.3
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/apache/arrow/go/arrow v0.0.0-20211013220434-5962184e7a30 // indirect
github.com/aws/aws-sdk-go v1.17.7
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.5.4 // indirect
github.com/cenkalti/backoff/v4 v4.1.1
github.com/cenkalti/backoff/v4 v4.1.2
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 // indirect
github.com/cockroachdb/cockroach-go/v2 v2.1.1
github.com/cznic/mathutil v0.0.0-20180504122225-ca4c9f2c1369 // indirect
github.com/denisenkom/go-mssqldb v0.10.0
github.com/dhui/dktest v0.3.9
github.com/docker/docker v20.10.12+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/dhui/dktest v0.3.10
github.com/docker/docker v20.10.13+incompatible
github.com/docker/go-connections v0.4.0
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
github.com/envoyproxy/go-control-plane v0.10.1 // indirect
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
Expand All @@ -29,10 +29,9 @@ require (
github.com/gocql/gocql v0.0.0-20210515062232-b7ef815b4556
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang-jwt/jwt/v4 v4.1.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-github/v39 v39.2.0
github.com/gorilla/mux v1.7.4 // indirect
github.com/hashicorp/go-multierror v1.1.0
github.com/hashicorp/go-multierror v1.1.1
github.com/jackc/pgconn v1.8.0
github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
Expand All @@ -43,7 +42,6 @@ require (
github.com/lib/pq v1.10.0
github.com/markbates/pkger v0.15.1
github.com/mattn/go-sqlite3 v1.14.10
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/mutecomm/go-sqlcipher/v4 v4.4.0
github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8
github.com/neo4j/neo4j-go-driver v1.8.1-0.20200803113522-b626aa943eba
Expand All @@ -53,12 +51,14 @@ require (
github.com/xanzy/go-gitlab v0.15.0
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect
go.mongodb.org/mongo-driver v1.7.0
go.uber.org/atomic v1.6.0
go.uber.org/atomic v1.7.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf // indirect
golang.org/x/tools v0.1.5
google.golang.org/api v0.62.0
google.golang.org/genproto v0.0.0-20220111164026-67b88f271998
google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
modernc.org/b v1.0.0 // indirect
modernc.org/db v1.0.0 // indirect
modernc.org/file v1.0.0 // indirect
Expand Down

0 comments on commit 331a15d

Please sign in to comment.