Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/snowflakedb/gosnowflake to v1.10.0 #33065

Merged
merged 3 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion internal/sqlquery/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/lib/pq v1.10.9
github.com/microsoft/go-mssqldb v1.7.1
github.com/sijms/go-ora/v2 v2.8.18
github.com/snowflakedb/gosnowflake v1.9.0
github.com/snowflakedb/gosnowflake v1.10.0
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/collector/component v0.100.1-0.20240509190532-c555005fcc80
go.opentelemetry.io/collector/pdata v1.7.1-0.20240509190532-c555005fcc80
Expand Down Expand Up @@ -52,6 +52,7 @@ require (
github.com/goccy/go-json v0.10.2 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/google/flatbuffers v23.5.26+incompatible // indirect
Expand Down
4 changes: 4 additions & 0 deletions internal/sqlquery/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading