aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gitea.com/go-chi/binding/go.mod
blob: 68e7cc5c7e9487a02cbc48fcd33faf955243a332 (plain)
1
2
3
4
5
6
7
8
9
module gitea.com/go-chi/binding

go 1.13

require (
	github.com/go-chi/chi v1.5.1
	github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
	github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
)