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

This commit is contained in:
Kasper Juul Hermansen 2023-10-05 13:04:00 +00:00
parent 5ad87b6ab4
commit ee7231b970
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module git.front.kjuulh.io/kjuulh/byg
go 1.19
require golang.org/x/sync v0.1.0
require golang.org/x/sync v0.4.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.4.0 h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=
golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=