make a chat that should work on the cruise ship

This commit is contained in:
2025-05-09 22:16:10 -06:00
commit 79977c47ba
13 changed files with 430 additions and 0 deletions

14
go.mod Normal file
View File

@ -0,0 +1,14 @@
module cruise-chat
go 1.23.0
toolchain go1.23.6
require (
github.com/gorilla/mux v1.8.1
github.com/gorilla/sessions v1.4.0
github.com/mattn/go-sqlite3 v1.14.28
golang.org/x/crypto v0.38.0
)
require github.com/gorilla/securecookie v1.1.2 // indirect