feat: add sqlType
This commit is contained in:
2
go.mod
2
go.mod
@ -10,6 +10,7 @@ require (
|
||||
github.com/glebarez/sqlite v1.11.0
|
||||
github.com/go-redis/redis/v8 v8.11.0
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/jackc/pgtype v1.14.4
|
||||
github.com/jedib0t/go-pretty/v6 v6.6.7
|
||||
github.com/spf13/cast v1.9.2
|
||||
golang.org/x/crypto v0.31.0
|
||||
@ -35,6 +36,7 @@ require (
|
||||
github.com/go-playground/validator/v10 v10.20.0 // indirect
|
||||
github.com/go-sql-driver/mysql v1.8.1 // indirect
|
||||
github.com/goccy/go-json v0.10.2 // indirect
|
||||
github.com/jackc/pgio v1.0.0 // indirect
|
||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
||||
github.com/jackc/pgx/v5 v5.6.0 // indirect
|
||||
|
Reference in New Issue
Block a user