30 lines
1005 B
Modula-2
30 lines
1005 B
Modula-2
module git.kealoha.me/lks/lenslocked
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/gorilla/csrf v1.7.2
|
|
github.com/jackc/pgx/v4 v4.18.3
|
|
github.com/pressly/goose/v3 v3.21.1
|
|
golang.org/x/crypto v0.26.0
|
|
)
|
|
|
|
require (
|
|
github.com/go-mail/mail/v2 v2.3.0 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.14.3 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgtype v1.14.0 // indirect
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/sethvargo/go-retry v0.2.4 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
)
|