start migration to templ

This commit is contained in:
Matthew Stobbs 2024-03-14 14:39:26 -06:00
parent 0da1551a2b
commit db068fcecb
4 changed files with 5 additions and 1 deletions

1
go.mod
View File

@ -5,6 +5,7 @@ go 1.22.1
require libvirt.org/go/libvirt v1.10001.0
require (
github.com/a-h/templ v0.2.598 // indirect
github.com/go-chi/chi/v5 v5.0.12 // indirect
gopkg.in/ffmt.v1 v1.5.6 // indirect
)

2
go.sum
View File

@ -1,3 +1,5 @@
github.com/a-h/templ v0.2.598 h1:6jMIHv6wQZvdPxTuv87erW4RqN/FPU0wk7ZHN5wVuuo=
github.com/a-h/templ v0.2.598/go.mod h1:SA7mtYwVEajbIXFRh3vKdYm/4FYyLQAtPH1+KxzGPA8=
github.com/go-chi/chi/v5 v5.0.12 h1:9euLV5sTrTNTRUU9POmDUvfxyj6LAABLUcEWO+JJb4s=
github.com/go-chi/chi/v5 v5.0.12/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8=
gopkg.in/ffmt.v1 v1.5.6 h1:4Bu3riZp5sAIXW2T/18JM9BkwJLodurXFR0f7PXp+cw=

View File

@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["view/**/*.templ"],
content: ["**/*.templ", "**/*.go"],
theme: {
extend: {
listStyleImage: {

View File

@ -0,0 +1 @@
package components