htmgo/templates/starter/go.mod

22 lines
621 B
Modula-2
Raw Normal View History

2024-09-23 15:57:59 +00:00
module starter-template
go 1.23.0
require (
github.com/labstack/echo/v4 v4.12.0
2024-09-26 17:06:02 +00:00
github.com/maddalax/htmgo/framework v0.0.0-20240926164716-6b4ccf76046e
2024-09-23 15:57:59 +00:00
)
require (
github.com/google/uuid v1.6.0 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
)