htmgo/framework/go.mod

17 lines
340 B
Modula-2
Raw Normal View History

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 (
github.com/go-chi/chi/v5 v5.1.0
2024-09-22 16:31:31 +00:00
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.9.0
2024-09-26 21:01:41 +00:00
golang.org/x/net v0.29.0
2024-09-13 17:08:15 +00:00
)
require (
2024-09-20 02:13:08 +00:00
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
2024-09-13 17:08:15 +00:00
)