Skip to content

Commit

Permalink
chore(go/adbc): bump github.com/snowflakedb/gosnowflake from 1.9.0 to…
Browse files Browse the repository at this point in the history
… 1.10.0 in /go/adbc (apache#1857)

Bumps
[github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake)
from 1.9.0 to 1.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/snowflakedb/gosnowflake/releases">github.com/snowflakedb/gosnowflake's
releases</a>.</em></p>
<blockquote>
<h2>Release</h2>
<ul>
<li>Please check Snowflake <a
href="https://docs.snowflake.com/en/release-notes/clients-drivers/golang">community
page for release notes</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/06ec38e9e1c6881405e4b4073f288602ada8c3ba"><code>06ec38e</code></a>
MINOR: Bumped up GoLang connector MINOR version from 1.9.0 to 1.10.0 (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1123">#1123</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/355c8c4b1a5303d97894595ac988882d348894a1"><code>355c8c4</code></a>
SNOW-1256899 Add structured types docs (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1124">#1124</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/0389a9ab3f7073d4fbf527c06990ce11bd93b17e"><code>0389a9a</code></a>
SNOW-1342971 Add golang version to telemetry and auth request (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1118">#1118</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/fd31f5f9cf71859bbf130f56557f7f5182dd568a"><code>fd31f5f</code></a>
doc: fixed minor typo in runbook-update-ca-certs.md (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1121">#1121</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/ec3e828cc13dfed6975ba558ec6fcda2cc6a786b"><code>ec3e828</code></a>
SNOW-1017575 replace deprecated jwt library with supported one (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1117">#1117</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/bd156e93e91986e567846667158e95a7951b5e14"><code>bd156e9</code></a>
SNOW-1264786 Support structured types in arrow batches (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1111">#1111</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/3ffb2874ab51206d3182dd0243a4f56919723ba1"><code>3ffb287</code></a>
SNOW-1334777: Add permission write for create-jira workflow (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1112">#1112</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/920745820e670a6e7b48689e604b1f38d4b1ca4c"><code>9207458</code></a>
Allow caller to set log fields (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1094">#1094</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/088150ca61eca6409cf682931cc2991d117bcaf0"><code>088150c</code></a>
SNOW-1313544 temporal credential cache map race (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1103">#1103</a>)</li>
<li><a
href="https://github.com/snowflakedb/gosnowflake/commit/c165ed515d2bb8bdcece5049eacb089e897067cd"><code>c165ed5</code></a>
SNOW-1283946 Embed structured types (<a
href="https://redirect.github.com/snowflakedb/gosnowflake/issues/1096">#1096</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/snowflakedb/gosnowflake/compare/v1.9.0...v1.10.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/snowflakedb/gosnowflake&package-manager=go_modules&previous-version=1.9.0&new-version=1.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent e184bce commit abe6d6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go/adbc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.9.0
github.com/snowflakedb/gosnowflake v1.10.0
github.com/stretchr/testify v1.9.0
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81
Expand Down Expand Up @@ -61,10 +61,10 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v24.3.25+incompatible // indirect
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
Expand Down
10 changes: 4 additions & 6 deletions go/adbc/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,14 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
github.com/dvsekhvalnov/jose2go v1.6.0 h1:Y9gnSnP4qEI0+/uQkHvFXeD2PLPJeXEL+ySMEA2EjTY=
github.com/dvsekhvalnov/jose2go v1.6.0/go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB/mPZadG+mhXU=
github.com/form3tech-oss/jwt-go v3.2.5+incompatible h1:/l4kBbb4/vGSsdtB5nUe8L7B9mImVMaBPw9L/0TBHU8=
github.com/form3tech-oss/jwt-go v3.2.5+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k=
github.com/gabriel-vasile/mimetype v1.4.3 h1:in2uUcidCuFcDKtdcBxlR0rJ1+fsokWf+uqxgUFjbI0=
github.com/gabriel-vasile/mimetype v1.4.3/go.mod h1:d8uq/6HKRL6CGdk+aubisF/M5GcPfT7nKyLpA0lbSSk=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
github.com/goccy/go-json v0.10.2/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 h1:ZpnhV/YsD2/4cESfV5+Hoeu/iUR3ruzNvZ+yQfO03a0=
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2/go.mod h1:bBOAhwG1umN6/6ZUMtDFBMQR8jRg9O75tm9K00oMsK4=
github.com/golang-jwt/jwt/v5 v5.2.0 h1:d/ix8ftRUorsN+5eMIlF4T6J8CAt9rch3My2winC1Jw=
github.com/golang-jwt/jwt/v5 v5.2.0/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
Expand Down Expand Up @@ -144,8 +142,8 @@ github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZV
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
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.9.0 h1:s2ZdwFxFfpqwa5CqlhnzRESnLmwU3fED6zyNOJHFBQA=
github.com/snowflakedb/gosnowflake v1.9.0/go.mod h1:4ZgHxVf2OKwecx07WjfyAMr0gn8Qj4yvwAo68Og8wsU=
github.com/snowflakedb/gosnowflake v1.10.0 h1:5hBGKa/jJEhciokzgJcz5xmLNlJ8oUm8vhfu5tg82tM=
github.com/snowflakedb/gosnowflake v1.10.0/go.mod h1:WC4eGUOH3K9w3pLsdwZsdawIwtWgse4kZPPqNG0Ky/k=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
Expand Down

0 comments on commit abe6d6a

Please sign in to comment.