From 88667b29ec50edfd46fa1615a144c0630d105c70 Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Sun, 22 Feb 2026 22:47:49 +0000 Subject: [PATCH] build(deps): promote golang.org/x/sync to direct dependency --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7f1e1260f..9a5a6ee6d 100644 --- a/go.mod +++ b/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