File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ require (
127
127
golang.org/x/crypto v0.25.0 // indirect
128
128
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
129
129
golang.org/x/oauth2 v0.20.0 // indirect
130
- golang.org/x/sync v0.7 .0
130
+ golang.org/x/sync v0.8 .0
131
131
golang.org/x/sys v0.22.0 // indirect
132
132
golang.org/x/term v0.22.0 // indirect
133
133
golang.org/x/text v0.16.0 // indirect
Original file line number Diff line number Diff line change @@ -344,8 +344,8 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ
344
344
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
345
345
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
346
346
golang.org/x/sync v0.1.0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
347
- golang.org/x/sync v0.7 .0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M =
348
- golang.org/x/sync v0.7 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
347
+ golang.org/x/sync v0.8 .0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ =
348
+ golang.org/x/sync v0.8 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
349
349
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
350
350
golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
351
351
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ golang.org/x/net/websocket
587
587
## explicit; go 1.18
588
588
golang.org/x/oauth2
589
589
golang.org/x/oauth2/internal
590
- # golang.org/x/sync v0.7 .0
590
+ # golang.org/x/sync v0.8 .0
591
591
## explicit; go 1.18
592
592
golang.org/x/sync/errgroup
593
593
golang.org/x/sync/singleflight
You can’t perform that action at this time.
0 commit comments