go-form/go.mod

15 lines
305 B
Modula-2

module gitnet.fr/deblan/go-form
go 1.23.0
require (
github.com/mitchellh/mapstructure v1.5.0
github.com/spf13/cast v1.9.2
github.com/yassinebenaid/godump v0.11.1
)
require (
github.com/samber/lo v1.51.0 // indirect
golang.org/x/text v0.22.0 // indirect
maragu.dev/gomponents v1.1.0 // indirect
)