21 lines
589 B
Modula-2
21 lines
589 B
Modula-2
module github.com/Vomitblood/cspj-application/server
|
|
|
|
go 1.23.2
|
|
|
|
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
|
|
github.com/studio-b12/gowebdav v0.10.0
|
|
)
|
|
|
|
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
|
|
golang.org/x/crypto v0.32.0 // indirect
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
)
|