diff --git a/bootstrap/bootstrap_test.go b/bootstrap/bootstrap_test.go index 2ecd999..8606366 100644 --- a/bootstrap/bootstrap_test.go +++ b/bootstrap/bootstrap_test.go @@ -304,7 +304,7 @@ go 1.24 tool ( github.com/a-h/templ/cmd/templ github.com/air-verse/air - github.com/axzilla/templui/cmd/templui + github.com/templui/templui/cmd/templui ) ` Expect(dirWithPath("go.mod")).Should(testmatchers.BeAnExistingFileAndEqualString(content)) diff --git a/bootstrap/cmd/service/controllers/initpages/home.templ b/bootstrap/cmd/service/controllers/initpages/home.templ index b6b1b47..161a0b4 100644 --- a/bootstrap/cmd/service/controllers/initpages/home.templ +++ b/bootstrap/cmd/service/controllers/initpages/home.templ @@ -116,7 +116,7 @@ templ HomePage() {
Built with version: 1.0.0
Build type-safe HTML templates with Go's type system.
Beautiful UI with Tailwind CSS and interactive elements with HTMX.
Rapid development with hot reloading and efficient workflows.
Seamless PostgreSQL integration with GORM ORM for efficient data management.
Redis integration for high-performance caching and session management.
Robust input validation with built-in validation libraries.
Comprehensive testing support with Ginkgo and Gomega frameworks.
Automatic reloading during development with Air for a smoother workflow.
Built with version: 1.0.0
Build type-safe HTML templates with Go's type system.
Beautiful UI with Tailwind CSS and interactive elements with HTMX.
Rapid development with hot reloading and efficient workflows.
Seamless PostgreSQL integration with GORM ORM for efficient data management.
Redis integration for high-performance caching and session management.
Robust input validation with built-in validation libraries.
Comprehensive testing support with Ginkgo and Gomega frameworks.
Automatic reloading during development with Air for a smoother workflow.