From dc7ece7d1280734abbf5e332346494ea822887ce Mon Sep 17 00:00:00 2001 From: Muyao CHEN Date: Mon, 1 Jul 2024 14:34:15 +0200 Subject: [PATCH] update go mod --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e32e8a3..cd284ee 100644 --- a/go.mod +++ b/go.mod @@ -2,10 +2,12 @@ module go-udemy-web-1 go 1.21.0 +// github.com/CloudyKit/jet --> Check this later + 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/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect +require github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2