diff --git a/go.mod b/go.mod index 8c56807..be3fab8 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,10 @@ module go-udemy-web-1 go 1.21.0 // github.com/CloudyKit/jet --> Check this later +// +// ORM packages: +// upper/db https://github.com/upper/db +// gorm.io/gorm require github.com/go-chi/chi/v5 v5.0.14