diff --git a/bootstrap/app/views/layouts/base_layout.templ b/bootstrap/app/views/layouts/base_layout.templ index e2d0d89..b96b6e7 100644 --- a/bootstrap/app/views/layouts/base_layout.templ +++ b/bootstrap/app/views/layouts/base_layout.templ @@ -1,6 +1,6 @@ package layouts -import "github.com/anthdm/kit/view" +import "github.com/anthdm/gothkit/view" var ( title = "GOTHKIT project" diff --git a/bootstrap/go.mod b/bootstrap/go.mod index 58c49d7..11df84d 100644 --- a/bootstrap/go.mod +++ b/bootstrap/go.mod @@ -15,7 +15,7 @@ require ( require ( github.com/a-h/templ v0.2.707 // indirect - github.com/anthdm/gothkit v0.0.0-20240607090309-1b5fc6bda9a4 // indirect + github.com/anthdm/gothkit v0.0.0-20240608091251-8198dfa775c8 // indirect github.com/go-chi/chi/v5 v5.0.12 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/joho/godotenv v1.5.1 diff --git a/bootstrap/go.sum b/bootstrap/go.sum index 79379d2..9a339ee 100644 --- a/bootstrap/go.sum +++ b/bootstrap/go.sum @@ -7,6 +7,8 @@ github.com/anthdm/gothkit v0.0.0-20240607073122-99cbc94b2cc1 h1:xYWzcL00bz5nlYIX github.com/anthdm/gothkit v0.0.0-20240607073122-99cbc94b2cc1/go.mod h1:ppehL6Nf6qf1HiozXFELwbh84SDR/aO9zdHmcJwxNng= github.com/anthdm/gothkit v0.0.0-20240607090309-1b5fc6bda9a4 h1:VFCgfPhlyhZk56NauI+TBhKJC1mR3ICfX+7Q28EVbB8= github.com/anthdm/gothkit v0.0.0-20240607090309-1b5fc6bda9a4/go.mod h1:ppehL6Nf6qf1HiozXFELwbh84SDR/aO9zdHmcJwxNng= +github.com/anthdm/gothkit v0.0.0-20240608091251-8198dfa775c8 h1:2C+WGVrNvIiSLFLJRRgKasJ8aWXR2pfsOh3T5flcMwI= +github.com/anthdm/gothkit v0.0.0-20240608091251-8198dfa775c8/go.mod h1:/zW/YMI9hOvRTQwmpfRU+CoJ+m4LZYuzC496KFOJAM8= github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM= github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE= github.com/go-chi/chi/v5 v5.0.12 h1:9euLV5sTrTNTRUU9POmDUvfxyj6LAABLUcEWO+JJb4s=