hostess/go.mod
2024-12-07 00:21:33 -05:00

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
)