Files
Crimson-Gatekeeper/srv/go.mod

21 lines
545 B
Modula-2
Raw Normal View History

2025-12-28 18:45:43 +08:00
module Crimson-Gatekeeper
2026-01-11 10:11:09 +08:00
go 1.25.5
2025-12-28 18:45:43 +08:00
2026-01-11 10:11:09 +08:00
require (
gorm.io/driver/postgres v1.6.0
gorm.io/gorm v1.31.1
)
2025-12-29 23:05:32 +08:00
2025-12-28 18:45:43 +08:00
require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.8.0 // indirect
2026-01-11 10:11:09 +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
2025-12-28 18:45:43 +08:00
golang.org/x/crypto v0.46.0 // indirect
2026-01-11 10:11:09 +08:00
golang.org/x/sync v0.19.0 // indirect
golang.org/x/text v0.33.0 // indirect
2025-12-28 18:45:43 +08:00
)