17 lines
379 B
Modula-2
17 lines
379 B
Modula-2
module party.at/party
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/jackc/pgx/v5 v5.7.6
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
golang.org/x/crypto v0.37.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
)
|