Update module golang.org/x/sync to v0.14.0

This commit is contained in:
Kasper Juul Hermansen 2025-05-07 03:07:44 +00:00
parent 5ad87b6ab4
commit 2d2639b3d2
2 changed files with 6 additions and 2 deletions

6
go.mod
View File

@ -1,5 +1,7 @@
module git.front.kjuulh.io/kjuulh/byg
go 1.19
go 1.23.0
require golang.org/x/sync v0.1.0
toolchain go1.24.3
require golang.org/x/sync v0.14.0

2
go.sum
View File

@ -1,2 +1,4 @@
golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=