build(deps): promote golang.org/x/sync to direct dependency
This commit is contained in:
parent
551912f73f
commit
88667b29ec
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue