add goshipit a component library fro templ
This commit is contained in:
6
go.mod
6
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user