44 lines
1.4 KiB
Modula-2
44 lines
1.4 KiB
Modula-2
|
|
module apigo.cc/go/db
|
||
|
|
|
||
|
|
go 1.25.0
|
||
|
|
|
||
|
|
require (
|
||
|
|
apigo.cc/go/cast v1.1.1
|
||
|
|
apigo.cc/go/config v1.0.4
|
||
|
|
apigo.cc/go/convert v1.0.4
|
||
|
|
apigo.cc/go/crypto v1.0.4
|
||
|
|
apigo.cc/go/id v1.0.4
|
||
|
|
apigo.cc/go/log v1.0.0
|
||
|
|
apigo.cc/go/rand v1.0.4
|
||
|
|
apigo.cc/go/safe v1.0.4
|
||
|
|
apigo.cc/go/shell v1.0.4
|
||
|
|
github.com/go-sql-driver/mysql v1.10.0
|
||
|
|
github.com/jackc/pgx/v5 v5.9.2
|
||
|
|
github.com/mitchellh/mapstructure v1.5.0
|
||
|
|
modernc.org/sqlite v1.50.0
|
||
|
|
)
|
||
|
|
|
||
|
|
require (
|
||
|
|
apigo.cc/go/encoding v1.0.4 // indirect
|
||
|
|
apigo.cc/go/file v1.0.4 // indirect
|
||
|
|
filippo.io/edwards25519 v1.2.0 // indirect
|
||
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
||
|
|
github.com/google/uuid v1.6.0 // indirect
|
||
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
||
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
||
|
|
github.com/kr/text v0.2.0 // indirect
|
||
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
||
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
||
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
||
|
|
golang.org/x/crypto v0.50.0 // indirect
|
||
|
|
golang.org/x/sync v0.20.0 // indirect
|
||
|
|
golang.org/x/sys v0.43.0 // indirect
|
||
|
|
golang.org/x/text v0.36.0 // indirect
|
||
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||
|
|
modernc.org/libc v1.72.0 // indirect
|
||
|
|
modernc.org/mathutil v1.7.1 // indirect
|
||
|
|
modernc.org/memory v1.11.0 // indirect
|
||
|
|
)
|