8 lines
150 B
Modula-2
8 lines
150 B
Modula-2
module git.greysoh.dev/imterah/hostess
|
|
|
|
go 1.23.3
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
golang.org/x/net v0.31.0 // indirect
|
|
)
|