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 129785a44 chore(go/adbc): bump golang.org/x/tools from 0.20.0 to 
0.21.0 in /go/adbc (#1828)
129785a44 is described below

commit 129785a44af4f6e879101234651f9b4560dc3627
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 6 19:11:30 2024 -0400

    chore(go/adbc): bump golang.org/x/tools from 0.20.0 to 0.21.0 in /go/adbc 
(#1828)
    
    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.20.0
    to 0.21.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/golang/tools/commit/cc29c91ba3acb47c1793da56d919cc40def4ea41";><code>cc29c91</code></a>
    go.mod: update golang.org/x dependencies</li>
    <li><a
    
href="https://github.com/golang/tools/commit/397fef9629377c5179518414e4502009dc0918a2";><code>397fef9</code></a>
    gopls/internal/protocol: add links to LSP spec</li>
    <li><a
    
href="https://github.com/golang/tools/commit/e2a352c850a52c32b9bfdb78fbfb97882b7c1424";><code>e2a352c</code></a>
    internal/refactor/inline: extensible API</li>
    <li><a
    
href="https://github.com/golang/tools/commit/c16c816ac486df69471674bcaf6f1a8f76f2bdcf";><code>c16c816</code></a>
    go/analysis/passes/stdversion: test *.go &lt; go.mod version</li>
    <li><a
    
href="https://github.com/golang/tools/commit/629a7be6d0a4808cd8e7af805986652d81bb975f";><code>629a7be</code></a>
    go/analysis/analysistest: stricter errors and GOWORK setting</li>
    <li><a
    
href="https://github.com/golang/tools/commit/4db16973aa22c2c1a5a873261a68949f351efe2b";><code>4db1697</code></a>
    go/packages/packagestest: fold modules_111.go into modules.go</li>
    <li><a
    
href="https://github.com/golang/tools/commit/ccdef3cc2699ea2a30a2931a43a1774bd974000a";><code>ccdef3c</code></a>
    gopls/internal/golang: fix nil panic in InlayHint</li>
    <li><a
    
href="https://github.com/golang/tools/commit/74c9cfe4d22faa696baabeea02df6493b15e8c79";><code>74c9cfe</code></a>
    go/analysis: add Pass.ReadFile</li>
    <li><a
    
href="https://github.com/golang/tools/commit/5ef4fc9014e76bcc56324b24218c0216a7146306";><code>5ef4fc9</code></a>
    gopls/internal/golang/completion: fix the isEmptyInterface
    predicate</li>
    <li><a
    
href="https://github.com/golang/tools/commit/77f691badad098462fed0a46c9a3f5f3d178b633";><code>77f691b</code></a>
    internal/gcimporter: use Alias.Rhs, not unsafe hack</li>
    <li>Additional commits viewable in <a
    href="https://github.com/golang/tools/compare/v0.20.0...v0.21.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.20.0&new-version=0.21.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>
---
 go/adbc/go.mod | 12 ++++++------
 go/adbc/go.sum | 24 ++++++++++++------------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/go/adbc/go.mod b/go/adbc/go.mod
index 0c22e2b93..05dd4871a 100644
--- a/go/adbc/go.mod
+++ b/go/adbc/go.mod
@@ -29,7 +29,7 @@ require (
        github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
        golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81
        golang.org/x/sync v0.7.0
-       golang.org/x/tools v0.20.0
+       golang.org/x/tools v0.21.0
        google.golang.org/grpc v1.63.2
        google.golang.org/protobuf v1.33.0
 )
@@ -85,12 +85,12 @@ require (
        github.com/sirupsen/logrus v1.9.3 // indirect
        github.com/stretchr/objx v0.5.2 // indirect
        github.com/zeebo/xxh3 v1.0.2 // indirect
-       golang.org/x/crypto v0.22.0 // indirect
+       golang.org/x/crypto v0.23.0 // indirect
        golang.org/x/mod v0.17.0 // indirect
-       golang.org/x/net v0.24.0 // indirect
-       golang.org/x/sys v0.19.0 // indirect
-       golang.org/x/term v0.19.0 // indirect
-       golang.org/x/text v0.14.0 // indirect
+       golang.org/x/net v0.25.0 // indirect
+       golang.org/x/sys v0.20.0 // indirect
+       golang.org/x/term v0.20.0 // indirect
+       golang.org/x/text v0.15.0 // indirect
        golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
        google.golang.org/genproto/googleapis/rpc 
v0.0.0-20240227224415-6ceb2ff114de // indirect
        gopkg.in/yaml.v3 v3.0.1 // indirect
diff --git a/go/adbc/go.sum b/go/adbc/go.sum
index 4702e17ec..7bcebdece 100644
--- a/go/adbc/go.sum
+++ b/go/adbc/go.sum
@@ -160,15 +160,15 @@ github.com/zeebo/xxh3 v1.0.2 
h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=
 github.com/zeebo/xxh3 v1.0.2/go.mod 
h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA=
 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod 
h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
 golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod 
h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
-golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
-golang.org/x/crypto v0.22.0/go.mod 
h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
+golang.org/x/crypto v0.23.0 h1:dIJU/v2J8Mdglj/8rJ6UUOM3Zc9zLZxVZwwxMooUSAI=
+golang.org/x/crypto v0.23.0/go.mod 
h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
 golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 
h1:6R2FC06FonbXQ8pK11/PDFY6N6LWlf9KlzibaCapmqc=
 golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81/go.mod 
h1:CQ1k9gNrJ50XIzaKCRR2hssIjF07kZFEiieALBM/ARQ=
 golang.org/x/mod v0.17.0 h1:zY54UmvipHiNd+pm+m0x9KhZ9hl1/7QNMyxXbc6ICqA=
 golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
 golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod 
h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
-golang.org/x/net v0.24.0 h1:1PcaxkF854Fu3+lvBIx5SYn9wRlBzzcnHZSiaFFAb0w=
-golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8=
+golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
+golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
 golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
 golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
 golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod 
h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -177,15 +177,15 @@ golang.org/x/sys 
v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBc
 golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
 golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=
-golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
-golang.org/x/term v0.19.0 h1:+ThwsDv+tYfnJFhF4L8jITxu1tdTWRTZpdsWgEgjL6Q=
-golang.org/x/term v0.19.0/go.mod 
h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk=
+golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
+golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
+golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
+golang.org/x/term v0.20.0/go.mod 
h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY=
 golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
-golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
-golang.org/x/text v0.14.0/go.mod 
h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
-golang.org/x/tools v0.20.0 h1:hz/CVckiOxybQvFw6h7b/q80NTr9IUQb4s1IIzW7KNY=
-golang.org/x/tools v0.20.0/go.mod 
h1:WvitBU7JJf6A4jOdg4S1tviW9bhUxkgeCui/0JHctQg=
+golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
+golang.org/x/text v0.15.0/go.mod 
h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
+golang.org/x/tools v0.21.0 h1:qc0xYgIbsSDt9EyWz05J5wfa7LOVW0YTLOXrqdLAWIw=
+golang.org/x/tools v0.21.0/go.mod 
h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 
h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU=
 golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028/go.mod 
h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
 gonum.org/v1/gonum v0.15.0 h1:2lYxjRbTYyxkJxlhC+LvJIx3SsANPdRybu1tGj9/OrQ=

Reply via email to