htmgo/framework/go.mod
2024-10-14 15:17:42 +00:00

16 lines
328 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
golang.org/x/net v0.29.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)