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

This commit is contained in:
2024-08-04 16:04:37 +00:00
parent 29434549ce
commit b641ac0ca6
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -8,7 +8,7 @@ require (
github.com/go-sql-driver/mysql v1.8.1
github.com/irlndts/go-discogs v0.3.6
github.com/kelseyhightower/envconfig v1.4.0
golang.org/x/sync v0.7.0
golang.org/x/sync v0.8.0
tailscale.com v1.68.2
)