mirror of
https://github.com/injoyai/tdx.git
synced 2025-11-26 21:25:35 +08:00
43 lines
1.5 KiB
Modula-2
43 lines
1.5 KiB
Modula-2
module github.com/injoyai/tdx
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/glebarez/go-sqlite v1.22.0
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/injoyai/base v1.2.15
|
|
github.com/injoyai/conv v1.2.5
|
|
github.com/injoyai/ios v1.2.2
|
|
github.com/injoyai/logs v1.0.12
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
golang.org/x/text v0.16.0
|
|
xorm.io/core v0.7.3
|
|
xorm.io/xorm v1.3.9
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
github.com/goccy/go-json v0.8.1 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
modernc.org/libc v1.37.6 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.7.2 // indirect
|
|
modernc.org/sqlite v1.28.0 // indirect
|
|
xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978 // indirect
|
|
)
|