Skip to content

Commit e15465c

Browse files
authored
Merge pull request #313 from crazy-max/dependabot/go_modules/golang.org/x/sync-0.13.0
build(deps): bump golang.org/x/sync from 0.10.0 to 0.13.0
2 parents 529b629 + f1f4c98 commit e15465c

File tree

6 files changed

+9
-34
lines changed

6 files changed

+9
-34
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/rs/zerolog v1.34.0
1515
github.com/sirupsen/logrus v1.9.3
1616
github.com/stretchr/testify v1.10.0
17-
golang.org/x/sync v0.10.0
17+
golang.org/x/sync v0.13.0
1818
golang.org/x/sys v0.32.0
1919
)
2020

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,8 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ
480480
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
481481
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
482482
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
483-
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
484-
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
483+
golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=
484+
golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
485485
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
486486
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
487487
golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

vendor/golang.org/x/sync/errgroup/errgroup.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/golang.org/x/sync/errgroup/go120.go

Lines changed: 0 additions & 13 deletions
This file was deleted.

vendor/golang.org/x/sync/errgroup/pre_go120.go

Lines changed: 0 additions & 14 deletions
This file was deleted.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,8 @@ golang.org/x/net/http2/hpack
653653
golang.org/x/net/idna
654654
golang.org/x/net/internal/timeseries
655655
golang.org/x/net/trace
656-
# golang.org/x/sync v0.10.0
657-
## explicit; go 1.18
656+
# golang.org/x/sync v0.13.0
657+
## explicit; go 1.23.0
658658
golang.org/x/sync/errgroup
659659
golang.org/x/sync/semaphore
660660
# golang.org/x/sys v0.32.0

0 commit comments

Comments
 (0)