all repos — homestead @ 02344e6cb41515516464de403e2eae1caac81e5c

Code for my website

switch from templ to gomponent

Alan Pearce
commit

02344e6cb41515516464de403e2eae1caac81e5c

parent

4034ac2a849b499364d82b902896ca899d946c3a

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M go.modgo.mod
@@ -7,7 +7,6 @@
require ( github.com/BurntSushi/toml v1.4.0 github.com/PuerkitoBio/goquery v1.10.2 - github.com/a-h/templ v0.3.833 github.com/adrg/frontmatter v0.2.0 github.com/andybalholm/brotli v1.1.1 github.com/antchfx/xmlquery v1.4.4
@@ -30,6 +29,7 @@ github.com/yuin/goldmark v1.7.8
gitlab.com/tozd/go/errors v0.10.0 go.alanpearce.eu/x v0.0.0-20250213214218-1bdfdc914d6c go.uber.org/zap v1.27.0 + maragu.dev/gomponents v1.1.0 modernc.org/sqlite v1.36.0 )