cspj-application/server/go.mod

21 lines
589 B
Modula-2
Raw Permalink Normal View History

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-02-09 17:30:30 +08:00
require (
github.com/fsnotify/fsnotify v1.8.0
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/jackc/pgx/v5 v5.7.1
2025-02-09 18:51:53 +08:00
github.com/studio-b12/gowebdav v0.10.0
2025-02-09 17:30:30 +08:00
)
2025-01-14 04:15:32 +08:00
2024-11-11 15:43:09 +08:00
require (
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-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
)