Skip to content

Commit

Permalink
* reverting gosnowflake to v1.6.18 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcoulombe authored May 25, 2023
1 parent 064b28d commit 5baf510
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 126 deletions.
17 changes: 15 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,25 @@ module github.com/hashicorp/vault-plugin-database-snowflake
go 1.15

require (
github.com/99designs/keyring v1.2.2 // indirect
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.59 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/google/flatbuffers v23.1.21+incompatible // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/hashicorp/errwrap v1.1.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
github.com/hashicorp/vault/sdk v0.9.0
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/snowflakedb/gosnowflake v1.6.21
github.com/klauspost/compress v1.15.15 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/snowflakedb/gosnowflake v1.6.18
github.com/stretchr/testify v1.8.2
google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/exp v0.0.0-20230206171751-46f607a40771 // indirect
gonum.org/v1/gonum v0.11.0 // indirect
google.golang.org/grpc v1.49.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
Loading

0 comments on commit 5baf510

Please sign in to comment.