diff --git a/go.mod b/go.mod index be3fab8..12580d3 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,8 @@ go 1.21.0 // upper/db https://github.com/upper/db // gorm.io/gorm +// 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