This is an automated email from the ASF dual-hosted git repository. lidavidm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push: new cfb7f8240 chore(go/adbc): bump github.com/snowflakedb/gosnowflake from 1.14.1 to 1.15.0 in /go/adbc (#3116) cfb7f8240 is described below commit cfb7f82407d002106fe37a8f2a56441f91aeb4ad Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Jul 8 12:16:18 2025 +0900 chore(go/adbc): bump github.com/snowflakedb/gosnowflake from 1.14.1 to 1.15.0 in /go/adbc (#3116) Bumps [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) from 1.14.1 to 1.15.0. Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go/adbc/go.mod | 2 +- go/adbc/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go/adbc/go.mod b/go/adbc/go.mod index e254a13c0..ebc904270 100644 --- a/go/adbc/go.mod +++ b/go/adbc/go.mod @@ -27,7 +27,7 @@ require ( github.com/bluele/gcache v0.0.2 github.com/golang/protobuf v1.5.4 github.com/google/uuid v1.6.0 - github.com/snowflakedb/gosnowflake v1.14.1 + github.com/snowflakedb/gosnowflake v1.15.0 github.com/stretchr/testify v1.10.0 github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a go.opentelemetry.io/otel v1.37.0 diff --git a/go/adbc/go.sum b/go/adbc/go.sum index 388fce195..a89a3be38 100644 --- a/go/adbc/go.sum +++ b/go/adbc/go.sum @@ -194,8 +194,8 @@ github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR github.com/rogpeppe/go-internal v1.13.1/go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/snowflakedb/gosnowflake v1.14.1 h1:FnnlaSAm6Zyq3ujqa0JmeU1Ivj7Iz+A0C2YGV6nbRSw= -github.com/snowflakedb/gosnowflake v1.14.1/go.mod h1:+3Eh8swS12G6Fbt/wb5Vcse2Id7VU9HGgKSH8ydiumU= +github.com/snowflakedb/gosnowflake v1.15.0 h1:1V4dG1EmJ9O81Hv8y1LAE9koZebmx4tnRAPKWvDf8xA= +github.com/snowflakedb/gosnowflake v1.15.0/go.mod h1:+3Eh8swS12G6Fbt/wb5Vcse2Id7VU9HGgKSH8ydiumU= github.com/spiffe/go-spiffe/v2 v2.5.0 h1:N2I01KCUkv1FAjZXJMwh95KK1ZIQLYbPfhaxw8WS0hE= github.com/spiffe/go-spiffe/v2 v2.5.0/go.mod h1:P+NxobPc6wXhVtINNtFjNWGBTreew1GBUCwT2wPmb7g= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=