Skip to content

Commit

Permalink
Automated dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 43e14a5 commit a937e94
Show file tree
Hide file tree
Showing 2 changed files with 2,251 additions and 83 deletions.
18 changes: 3 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,10 @@ 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/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.19
github.com/stretchr/testify v1.8.2
golang.org/x/exp v0.0.0-20230206171751-46f607a40771 // indirect
google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79 // indirect
github.com/hashicorp/vault/sdk v0.9.1
github.com/snowflakedb/gosnowflake v1.6.22
github.com/stretchr/testify v1.8.4
)
Loading

0 comments on commit a937e94

Please sign in to comment.