2024-11-11 17:34:37 +08:00
|
|
|
module github.com/Vomitblood/cspj-application/server
|
2024-11-11 15:43:09 +08:00
|
|
|
|
|
|
|
go 1.23.2
|
|
|
|
|
2025-01-14 04:15:32 +08:00
|
|
|
require github.com/jackc/pgx/v5 v5.7.1
|
|
|
|
|
2024-11-11 15:43:09 +08:00
|
|
|
require (
|
2025-02-09 17:05:57 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
2025-02-09 16:34:46 +08:00
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
|
2024-11-11 15:43:09 +08:00
|
|
|
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
|
2025-02-09 16:34:46 +08:00
|
|
|
github.com/tidwall/gjson v1.18.0 // indirect
|
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
2025-01-14 02:39:24 +08:00
|
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
|
|
golang.org/x/sync v0.10.0 // indirect
|
2025-02-09 17:05:57 +08:00
|
|
|
golang.org/x/sys v0.29.0 // indirect
|
2025-01-14 02:39:24 +08:00
|
|
|
golang.org/x/text v0.21.0 // indirect
|
2024-11-11 15:43:09 +08:00
|
|
|
)
|