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