chore: Initial commit.
This commit is contained in:
parent
90b91d06d3
commit
f737c34a3e
4 changed files with 233 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue