chore: Initial commit.

This commit is contained in:
greysoh 2024-12-07 00:21:33 -05:00
parent 90b91d06d3
commit f737c34a3e
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
4 changed files with 233 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
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
)