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 @@ -34,7 +34,7 @@ require (
3434 github.com/stretchr/testify v1.11.1
3535 go.podman.io/image/v5 v5.38.0
3636 golang.org/x/net v0.46.0
37- golang.org/x/sync v0.17 .0
37+ golang.org/x/sync v0.18 .0
3838 golang.org/x/time v0.14.0
3939 google.golang.org/grpc v1.76.0
4040 gopkg.in/yaml.v2 v2.4.0
Original file line number Diff line number Diff line change @@ -800,8 +800,8 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ
800800golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
801801golang.org/x/sync v0.0.0-20201207232520-09787c993a3a /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
802802golang.org/x/sync v0.0.0-20210220032951-036812b2e83c /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
803- golang.org/x/sync v0.17 .0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug =
804- golang.org/x/sync v0.17 .0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
803+ golang.org/x/sync v0.18 .0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I =
804+ golang.org/x/sync v0.18 .0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
805805golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
806806golang.org/x/sys v0.0.0-20180903190138-2b024373dcd9 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
807807golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
Original file line number Diff line number Diff line change @@ -797,7 +797,7 @@ golang.org/x/net/websocket
797797## explicit; go 1.24.0
798798golang.org/x/oauth2
799799golang.org/x/oauth2/internal
800- # golang.org/x/sync v0.17 .0
800+ # golang.org/x/sync v0.18 .0
801801## explicit; go 1.24.0
802802golang.org/x/sync/errgroup
803803golang.org/x/sync/semaphore
You can’t perform that action at this time.
0 commit comments