Files
collector/go.mod

22 lines
590 B
Modula-2
Raw Normal View History

2026-04-07 12:22:57 +08:00
module git.apinb.com/quant/collector
go 1.26.1
require (
github.com/robfig/cron/v3 v3.0.1
2026-04-17 13:08:48 +08:00
gorm.io/driver/postgres v1.6.0
gorm.io/gorm v1.31.1
2026-04-07 12:22:57 +08:00
)
require (
github.com/jackc/pgpassfile v1.0.0 // indirect
2026-04-17 13:08:48 +08:00
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.9.1 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
2026-04-07 12:22:57 +08:00
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
2026-04-17 13:08:48 +08:00
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/text v0.36.0 // indirect
2026-04-07 12:22:57 +08:00
)