module go-udemy-web-1 go 1.21.0 // Template: github.com/CloudyKit/jet --> Check this later // // ORM packages: // upper/db https://github.com/upper/db // gorm.io/gorm // TODO Checkout sqlc and sqlx // TODO Use default http package to rewrite the project with go 1.22.1 require github.com/go-chi/chi/v5 v5.0.14 require github.com/justinas/nosurf v1.1.1 require github.com/alexedwards/scs/v2 v2.8.0 require ( github.com/alexedwards/scs/redisstore v0.0.0-20240316134038-7e11d57e8885 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 github.com/gomodule/redigo v1.9.2 github.com/jackc/pgconn v1.14.3 github.com/jackc/pgx/v5 v5.6.0 github.com/xhit/go-simple-mail v2.2.2+incompatible golang.org/x/crypto v0.25.0 ) require ( github.com/jackc/chunkreader/v2 v2.0.1 // 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/puddle/v2 v2.2.1 // indirect golang.org/x/sync v0.7.0 // indirect golang.org/x/text v0.16.0 // indirect )