File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
golang.org/x/sync/errgroup Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ require (
171171 golang.org/x/mod v0.28.0 // indirect
172172 golang.org/x/net v0.45.0 // indirect
173173 golang.org/x/oauth2 v0.30.0 // indirect
174- golang.org/x/sync v0.17 .0 // indirect
174+ golang.org/x/sync v0.18 .0 // indirect
175175 golang.org/x/sys v0.37.0 // indirect
176176 golang.org/x/term v0.36.0 // indirect
177177 golang.org/x/text v0.30.0 // indirect
Original file line number Diff line number Diff line change @@ -557,8 +557,8 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ
557557golang.org/x/sync v0.0.0-20210220032951-036812b2e83c /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
558558golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
559559golang.org/x/sync v0.1.0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
560- golang.org/x/sync v0.17 .0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug =
561- golang.org/x/sync v0.17 .0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
560+ golang.org/x/sync v0.18 .0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I =
561+ golang.org/x/sync v0.18 .0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
562562golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
563563golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
564564golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
Original file line number Diff line number Diff line change @@ -878,7 +878,7 @@ golang.org/x/oauth2/google/internal/stsexchange
878878golang.org/x/oauth2/internal
879879golang.org/x/oauth2/jws
880880golang.org/x/oauth2/jwt
881- # golang.org/x/sync v0.17 .0
881+ # golang.org/x/sync v0.18 .0
882882## explicit; go 1.24.0
883883golang.org/x/sync/errgroup
884884golang.org/x/sync/semaphore
You can’t perform that action at this time.
0 commit comments