Skip to content

Commit b5d62b2

Browse files
Prometheus2677FPiety0521
authored and
FPiety0521
committed
Update gosnowflake from v1.4.3 to v1.6.3
Addresses: * golang-migrate/migrate#632 * golang-migrate/migrate#637
1 parent e5ad50b commit b5d62b2

File tree

2 files changed

+132
-86
lines changed

2 files changed

+132
-86
lines changed

go.mod

+9-11
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ require (
66
github.com/Azure/go-autorest/autorest/adal v0.9.14
77
github.com/ClickHouse/clickhouse-go v1.4.3
88
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
1010
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
1212
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
1313
github.com/cenkalti/backoff/v4 v4.0.2
1414
github.com/cockroachdb/cockroach-go/v2 v2.1.1
@@ -17,13 +17,12 @@ require (
1717
github.com/dhui/dktest v0.3.7
1818
github.com/docker/docker v20.10.9+incompatible
1919
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
20-
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
2120
github.com/fsouza/fake-gcs-server v1.17.0
21+
github.com/gabriel-vasile/mimetype v1.4.0 // indirect
2222
github.com/go-sql-driver/mysql v1.5.0
2323
github.com/gobuffalo/here v0.6.0
2424
github.com/gocql/gocql v0.0.0-20190301043612-f6df8288f9b4
2525
github.com/gofrs/uuid v4.0.0+incompatible // indirect
26-
github.com/google/flatbuffers v2.0.0+incompatible // indirect
2726
github.com/google/go-github/v35 v35.2.0
2827
github.com/gorilla/mux v1.7.4 // indirect
2928
github.com/hashicorp/go-multierror v1.1.0
@@ -32,7 +31,7 @@ require (
3231
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
3332
github.com/jackc/pgx/v4 v4.10.1
3433
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
3635
github.com/ktrysmt/go-bitbucket v0.6.4
3736
github.com/lib/pq v1.10.0
3837
github.com/markbates/pkger v0.15.1
@@ -41,17 +40,16 @@ require (
4140
github.com/mutecomm/go-sqlcipher/v4 v4.4.0
4241
github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8
4342
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
4745
github.com/stretchr/testify v1.7.0
4846
github.com/xanzy/go-gitlab v0.15.0
4947
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect
5048
go.mongodb.org/mongo-driver v1.7.0
5149
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
5553
golang.org/x/tools v0.1.5
5654
google.golang.org/api v0.51.0
5755
google.golang.org/genproto v0.0.0-20211013025323-ce878158c4d4

0 commit comments

Comments
 (0)