Update dependencies.

This commit is contained in:
go-jet 2026-05-03 12:10:07 +02:00
parent 36e3319d90
commit 88fe61e7e2
6 changed files with 87 additions and 88 deletions

12
go.mod
View file

@ -4,11 +4,11 @@ go 1.24.0
// used by jet generator
require (
github.com/go-sql-driver/mysql v1.9.3
github.com/go-sql-driver/mysql v1.10.0
github.com/google/uuid v1.6.0
github.com/jackc/pgtype v1.14.4
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.28
github.com/lib/pq v1.12.3
github.com/mattn/go-sqlite3 v1.14.44
)
// used in tests
@ -18,15 +18,15 @@ require (
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
filippo.io/edwards25519 v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/text v0.29.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/text v0.31.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)