2024-09-14 00:05:55 +00:00
|
|
|
module github.com/maddalax/htmgo/framework
|
2024-09-13 17:08:15 +00:00
|
|
|
|
|
|
|
|
go 1.23.0
|
|
|
|
|
|
|
|
|
|
require (
|
2024-09-22 16:31:31 +00:00
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
|
github.com/labstack/echo/v4 v4.12.0
|
|
|
|
|
github.com/stretchr/testify v1.9.0
|
2024-09-13 17:08:15 +00:00
|
|
|
golang.org/x/net v0.29.0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2024-09-20 02:13:08 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-09-17 17:13:22 +00:00
|
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
2024-09-13 17:08:15 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-09-20 02:13:08 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-09-13 17:08:15 +00:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2024-09-17 17:13:22 +00:00
|
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
|
|
|
golang.org/x/crypto v0.27.0 // indirect
|
2024-09-13 17:08:15 +00:00
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
2024-09-17 17:13:22 +00:00
|
|
|
golang.org/x/text v0.18.0 // indirect
|
2024-09-20 02:13:08 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-09-13 17:08:15 +00:00
|
|
|
)
|