20 lines
539 B
Modula-2
20 lines
539 B
Modula-2
module git.32bit.cafe/32bitcafe/guestbook
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.833
|
|
github.com/alexedwards/scs/sqlite3store v0.0.0-20250212122300-421ef1d8611c
|
|
github.com/alexedwards/scs/v2 v2.8.0
|
|
github.com/coreos/go-oidc/v3 v3.14.1
|
|
github.com/gorilla/schema v1.4.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/justinas/alice v1.2.0
|
|
github.com/justinas/nosurf v1.1.1
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
|
golang.org/x/crypto v0.36.0
|
|
golang.org/x/oauth2 v0.30.0
|
|
)
|
|
|
|
require github.com/go-jose/go-jose/v4 v4.0.5 // indirect
|