|
module git.tetele.net/tgo/dbquery
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
git.tetele.net/tgo/helper v0.1.0
|
|
gitee.com/opengauss/openGauss-connector-go-pq v1.0.7
|
|
github.com/denisenkom/go-mssqldb v0.11.0
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
golang.org/x/crypto v0.40.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|