1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Upgrade chi to v5 (#17298)

This commit is contained in:
Lunny Xiao
2021-10-14 10:50:23 +08:00
committed by GitHub
parent bd14c40461
commit d47798ccc7
35 changed files with 2692 additions and 132 deletions

View File

@@ -3,8 +3,8 @@ 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/go-chi/chi/v5 v5.0.4
github.com/goccy/go-json v0.4.11
github.com/stretchr/testify v1.3.0
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
)