htmgo/framework/go.mod
maddalax 76ff3fba23 swap out echo with std lib
(cherry picked from commit 6ec3dfa790)
2024-09-26 14:41:46 -05:00

15 lines
314 B
Modula-2

module github.com/maddalax/htmgo/framework
go 1.23.0
require (
github.com/go-chi/chi/v5 v5.1.0
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.9.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)