add goshipit a component library fro templ

This commit is contained in:
Robin Olsen
2026-02-03 13:13:27 +01:00
parent 0da33876e1
commit 7333d5eb2b
12 changed files with 1703 additions and 1 deletions

6
go.mod
View File

@@ -19,6 +19,7 @@ require (
github.com/fatih/color v1.16.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/haatos/goshipit v0.0.0-20260102021700-fcb988ab74c5 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -44,4 +45,7 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)
tool github.com/a-h/templ/cmd/templ
tool (
github.com/a-h/templ/cmd/templ
github.com/haatos/goshipit/cmd/gsi
)