1
0
Fork 0
golang-forgejo-go-chi-binding/go.mod

15 lines
277 B
Modula-2
Raw Permalink Normal View History

module code.forgejo.org/go-chi/binding
go 1.23
require (
github.com/go-chi/chi/v5 v5.1.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
)