@@ -6,9 +6,9 @@ require (
6
6
github.com/Azure/go-autorest/autorest/adal v0.9.14
7
7
github.com/ClickHouse/clickhouse-go v1.4.3
8
8
github.com/Microsoft/go-winio v0.5.0 // indirect
9
- github.com/apache/arrow/go/arrow v0.0.0-20210521153258-78c88a9f517b // indirect
9
+ github.com/apache/arrow/go/arrow v0.0.0-20211013220434-5962184e7a30 // indirect
10
10
github.com/aws/aws-sdk-go v1.17.7
11
- github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.2.1 // indirect
11
+ github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.5.4 // indirect
12
12
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
13
13
github.com/cenkalti/backoff/v4 v4.0.2
14
14
github.com/cockroachdb/cockroach-go/v2 v2.1.1
@@ -17,13 +17,12 @@ require (
17
17
github.com/dhui/dktest v0.3.7
18
18
github.com/docker/docker v20.10.9+incompatible
19
19
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
20
- github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
21
20
github.com/fsouza/fake-gcs-server v1.17.0
21
+ github.com/gabriel-vasile/mimetype v1.4.0 // indirect
22
22
github.com/go-sql-driver/mysql v1.5.0
23
23
github.com/gobuffalo/here v0.6.0
24
24
github.com/gocql/gocql v0.0.0-20190301043612-f6df8288f9b4
25
25
github.com/gofrs/uuid v4.0.0+incompatible // indirect
26
- github.com/google/flatbuffers v2.0.0+incompatible // indirect
27
26
github.com/google/go-github/v35 v35.2.0
28
27
github.com/gorilla/mux v1.7.4 // indirect
29
28
github.com/hashicorp/go-multierror v1.1.0
@@ -32,7 +31,7 @@ require (
32
31
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
33
32
github.com/jackc/pgx/v4 v4.10.1
34
33
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
35
- github.com/klauspost/compress v1.12.2 // indirect
34
+ github.com/klauspost/compress v1.13.6 // indirect
36
35
github.com/ktrysmt/go-bitbucket v0.6.4
37
36
github.com/lib/pq v1.10.0
38
37
github.com/markbates/pkger v0.15.1
@@ -41,17 +40,16 @@ require (
41
40
github.com/mutecomm/go-sqlcipher/v4 v4.4.0
42
41
github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8
43
42
github.com/neo4j/neo4j-go-driver v1.8.1-0.20200803113522-b626aa943eba
44
- github.com/pierrec/lz4/v4 v4.1.7 // indirect
45
- github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
46
- github.com/snowflakedb/gosnowflake v1.4.3
43
+ github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
44
+ github.com/snowflakedb/gosnowflake v1.6.3
47
45
github.com/stretchr/testify v1.7.0
48
46
github.com/xanzy/go-gitlab v0.15.0
49
47
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect
50
48
go.mongodb.org/mongo-driver v1.7.0
51
49
go.uber.org/atomic v1.6.0
52
- golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
53
- golang.org/x/net v0.0.0-20211011170408-caeb26a5c8c0 // indirect
54
- golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
50
+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
51
+ golang.org/x/net v0.0.0-20211013171255-e13a2654a71e // indirect
52
+ golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
55
53
golang.org/x/tools v0.1.5
56
54
google.golang.org/api v0.51.0
57
55
google.golang.org/genproto v0.0.0-20211013025323-ce878158c4d4
0 commit comments