go-htmx-examples/go.mod

12 lines
231 B
Modula-2
Raw Normal View History

2023-04-18 09:23:18 +00:00
module examples
go 1.21
require (
2023-04-19 09:55:03 +00:00
github.com/a-h/templ v0.2.234-0.20230416205859-20293271f3c5
github.com/rs/xid v1.5.0
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
2023-04-18 09:23:18 +00:00
)
2023-04-19 09:55:03 +00:00
require golang.org/x/net v0.9.0 // indirect