Skip to content

Commit 54415e1

Browse files
committed
chore: Promote golang.org/x/sync to a direct dependency and demote go-sql-driver/mysql to an indirect dependency.
1 parent 6f5c1b1 commit 54415e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.24.4
55
require (
66
github.com/coder/websocket v1.8.14
77
github.com/glebarez/sqlite v1.11.0
8-
github.com/go-sql-driver/mysql v1.8.1
98
github.com/joho/godotenv v1.5.1
109
github.com/klauspost/compress v1.18.4
1110
github.com/microsoft/go-mssqldb v1.8.2
@@ -21,6 +20,7 @@ require (
2120
go.opentelemetry.io/otel/sdk/metric v1.40.0
2221
go.opentelemetry.io/otel/trace v1.40.0
2322
go.opentelemetry.io/proto/otlp v1.9.0
23+
golang.org/x/sync v0.19.0
2424
google.golang.org/grpc v1.79.1
2525
gorm.io/driver/mysql v1.6.0
2626
gorm.io/driver/postgres v1.6.0
@@ -43,6 +43,7 @@ require (
4343
github.com/glebarez/go-sqlite v1.21.2 // indirect
4444
github.com/go-logr/logr v1.4.3 // indirect
4545
github.com/go-logr/stdr v1.2.2 // indirect
46+
github.com/go-sql-driver/mysql v1.8.1 // indirect
4647
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
4748
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
4849
github.com/golang-sql/sqlexp v0.1.0 // indirect
@@ -67,7 +68,6 @@ require (
6768
go.yaml.in/yaml/v2 v2.4.2 // indirect
6869
golang.org/x/crypto v0.47.0 // indirect
6970
golang.org/x/net v0.49.0 // indirect
70-
golang.org/x/sync v0.19.0 // indirect
7171
golang.org/x/sys v0.40.0 // indirect
7272
golang.org/x/text v0.33.0 // indirect
7373
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect

0 commit comments

Comments
 (0)