mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
f0e15250b9
* Migrate to use jsoniter * fix tests * update gitea.com/go-chi/binding Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de>
11 lines
250 B
Modula-2
Vendored
11 lines
250 B
Modula-2
Vendored
module gitea.com/go-chi/binding
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-chi/chi v1.5.1
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
|
|
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
|
|
)
|