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 @@ -29,7 +29,7 @@ require (
29
29
github.com/tchap/go-patricia/v2 v2.3.3
30
30
github.com/ulikunitz/xz v0.5.12
31
31
github.com/vbatts/tar-split v0.12.1
32
- golang.org/x/sync v0.15 .0
32
+ golang.org/x/sync v0.16 .0
33
33
golang.org/x/sys v0.33.0
34
34
gotest.tools/v3 v3.5.2
35
35
)
Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJ
146
146
golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
147
147
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
148
148
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
149
- golang.org/x/sync v0.15 .0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8 =
150
- golang.org/x/sync v0.15 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
149
+ golang.org/x/sync v0.16 .0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw =
150
+ golang.org/x/sync v0.16 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
151
151
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
152
152
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
153
153
golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ go.opencensus.io/internal
168
168
go.opencensus.io/trace
169
169
go.opencensus.io/trace/internal
170
170
go.opencensus.io/trace/tracestate
171
- # golang.org/x/sync v0.15 .0
171
+ # golang.org/x/sync v0.16 .0
172
172
## explicit; go 1.23.0
173
173
golang.org/x/sync/errgroup
174
174
# golang.org/x/sys v0.33.0
You can’t perform that action at this time.
0 commit comments