This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


The following commit(s) were added to refs/heads/main by this push:
     new e0a4a1a4 chore: Bump golang.org/x/sync from 0.20.0 to 0.21.0 (#847)
e0a4a1a4 is described below

commit e0a4a1a492075c5c115a8001f1f1b694a4107775
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 11 13:12:32 2026 -0400

    chore: Bump golang.org/x/sync from 0.20.0 to 0.21.0 (#847)
    
    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.20.0 to
    0.21.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/golang/sync/commit/5071ed6a9f1617117556b66384f765c934de3698";><code>5071ed6</code></a>
    all: fix some comments to improve readability</li>
    <li>See full diff in <a
    href="https://github.com/golang/sync/compare/v0.20.0...v0.21.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 7ae2d834..1a664b89 100644
--- a/go.mod
+++ b/go.mod
@@ -45,7 +45,7 @@ require (
        github.com/tidwall/sjson v1.2.5
        github.com/zeebo/xxh3 v1.1.0
        golang.org/x/exp v0.0.0-20260112195511-716be5621a96
-       golang.org/x/sync v0.20.0
+       golang.org/x/sync v0.21.0
        golang.org/x/sys v0.46.0
        gonum.org/v1/gonum v0.17.0
        google.golang.org/grpc v1.81.1
diff --git a/go.sum b/go.sum
index 82a60202..6298d7dd 100644
--- a/go.sum
+++ b/go.sum
@@ -203,8 +203,8 @@ golang.org/x/net v0.52.0/go.mod 
h1:R1MAz7uMZxVMualyPXb+VaqGSa3LIaUqk0eEt3w36Sw=
 golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod 
h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod 
h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
-golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
-golang.org/x/sync v0.20.0/go.mod 
h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
+golang.org/x/sync v0.21.0 h1:HLII4xRRTtCRkxYp4HNFF0Js/Og6q2i++KXbg0gHCwM=
+golang.org/x/sync v0.21.0/go.mod 
h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
 golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod 
h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
 golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod 
h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
 golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod 
h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

Reply via email to