16 lines
330 B
Modula-2
16 lines
330 B
Modula-2
module party.at/party
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/felixge/httpsnoop v1.0.4
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/lib/pq v1.12.0
|
|
github.com/wneessen/go-mail v0.7.2
|
|
golang.org/x/crypto v0.37.0
|
|
golang.org/x/time v0.15.0
|
|
)
|
|
|
|
require golang.org/x/text v0.29.0 // indirect
|