File tree Expand file tree Collapse file tree 4 files changed +35
-91
lines changed
golang.org/x/sync/errgroup Expand file tree Collapse file tree 4 files changed +35
-91
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ require (
3434 github.com/spf13/pflag v1.0.6
3535 github.com/stretchr/testify v1.10.0
3636 golang.org/x/net v0.41.0
37- golang.org/x/sync v0.15 .0
37+ golang.org/x/sync v0.16 .0
3838 golang.org/x/time v0.12.0
3939 google.golang.org/grpc v1.73.0
4040 gopkg.in/yaml.v2 v2.4.0
Original file line number Diff line number Diff line change @@ -2316,8 +2316,8 @@ golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
23162316golang.org/x/sync v0.4.0 /go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y =
23172317golang.org/x/sync v0.5.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
23182318golang.org/x/sync v0.6.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
2319- golang.org/x/sync v0.15 .0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8 =
2320- golang.org/x/sync v0.15 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
2319+ golang.org/x/sync v0.16 .0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw =
2320+ golang.org/x/sync v0.16 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
23212321golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
23222322golang.org/x/sys v0.0.0-20190312061237-fead79001313 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
23232323golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
Original file line number Diff line number Diff line change @@ -797,7 +797,7 @@ golang.org/x/net/websocket
797797## explicit; go 1.23.0
798798golang.org/x/oauth2
799799golang.org/x/oauth2/internal
800- # golang.org/x/sync v0.15 .0
800+ # golang.org/x/sync v0.16 .0
801801## explicit; go 1.23.0
802802golang.org/x/sync/errgroup
803803golang.org/x/sync/semaphore
You can’t perform that action at this time.
0 commit comments