Merge branch 'master' into select_json

# Conflicts:
#	tests/postgres/alltypes_test.go
This commit is contained in:
go-jet 2025-03-09 18:32:20 +01:00
commit 03af2665ea
5 changed files with 30 additions and 7 deletions

4
go.mod
View file

@ -4,7 +4,7 @@ go 1.22
// used by jet generator
require (
github.com/go-sql-driver/mysql v1.8.1
github.com/go-sql-driver/mysql v1.9.0
github.com/google/uuid v1.6.0
github.com/jackc/pgconn v1.14.3
github.com/jackc/pgtype v1.14.4
@ -15,7 +15,7 @@ require (
// used in tests
require (
github.com/google/go-cmp v0.6.0
github.com/google/go-cmp v0.7.0
github.com/pkg/profile v1.7.0
github.com/shopspring/decimal v1.4.0
github.com/stretchr/testify v1.10.0