Files
qsdk/go.mod

31 lines
1.0 KiB
Modula-2
Raw Normal View History

2026-05-01 11:03:19 +08:00
module git.apinb.com/quant/qsdk
go 1.26.1
require (
git.apinb.com/bsm-sdk/core v0.1.9
2026-05-01 11:07:05 +08:00
github.com/jedib0t/go-pretty/v6 v6.7.10
2026-05-01 11:03:19 +08:00
gorm.io/gorm v1.31.1
)
require (
2026-05-01 11:07:05 +08:00
filippo.io/edwards25519 v1.2.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/go-sql-driver/mysql v1.10.0 // indirect
2026-05-01 11:03:19 +08:00
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
2026-05-01 11:07:05 +08:00
github.com/jackc/pgx/v5 v5.9.2 // indirect
2026-05-01 11:03:19 +08:00
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
2026-05-01 11:07:05 +08:00
github.com/mattn/go-runewidth v0.0.23 // indirect
2026-05-01 11:03:19 +08:00
github.com/oklog/ulid/v2 v2.1.1 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
2026-05-01 11:07:05 +08:00
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
2026-05-01 11:03:19 +08:00
gorm.io/driver/mysql v1.6.0 // indirect
gorm.io/driver/postgres v1.6.0 // indirect
)