build(deps): promote golang.org/x/sync to direct dependency

This commit is contained in:
ZanzyTHEbar 2026-02-22 22:47:49 +00:00
parent 551912f73f
commit 88667b29ec

2
go.mod
View file

@ -33,6 +33,7 @@ require (
github.com/tursodatabase/go-libsql v0.0.0-20251219133454-43644db490ff
golang.org/x/crypto v0.48.0
golang.org/x/oauth2 v0.35.0
golang.org/x/sync v0.19.0
)
require (
@ -83,7 +84,6 @@ require (
golang.org/x/arch v0.24.0 // indirect
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
golang.org/x/net v0.50.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect