You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
389 B
Modula-2

module git.runcible.io/learning/ratchet
go 1.23.3
require github.com/mattn/go-sqlite3 v1.14.24
require (
github.com/alexedwards/scs/sqlite3store v0.0.0-20240316134038-7e11d57e8885 // indirect
github.com/alexedwards/scs/v2 v2.8.0 // indirect
github.com/go-playground/form/v4 v4.2.1 // indirect
github.com/justinas/nosurf v1.1.1 // indirect
golang.org/x/crypto v0.32.0 // indirect
)