2024-06-26 15:30:39 +00:00
|
|
|
module go-udemy-web-1
|
|
|
|
|
|
|
|
go 1.21.0
|
2024-06-28 10:59:47 +00:00
|
|
|
|
2024-07-01 12:34:15 +00:00
|
|
|
// github.com/CloudyKit/jet --> Check this later
|
|
|
|
|
2024-06-28 11:33:43 +00:00
|
|
|
require github.com/go-chi/chi/v5 v5.0.14
|
|
|
|
|
|
|
|
require github.com/justinas/nosurf v1.1.1
|
2024-06-28 13:30:00 +00:00
|
|
|
|
2024-06-28 13:41:25 +00:00
|
|
|
require github.com/alexedwards/scs/v2 v2.8.0
|
2024-07-01 11:47:52 +00:00
|
|
|
|
2024-07-01 12:34:15 +00:00
|
|
|
require github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|