15 lines
257 B
Modula-2
15 lines
257 B
Modula-2
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
|