]> source.dussan.org Git - gitea.git/commitdiff
Upgrade chi-binding (#30826) (#30830)
authorGiteabot <teabot@gitea.io>
Thu, 2 May 2024 14:50:10 +0000 (22:50 +0800)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 14:50:10 +0000 (16:50 +0200)
Backport #30826 by @lunny

Front port #30742

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
go.mod
go.sum

diff --git a/go.mod b/go.mod
index 1e88de3011c25880b947e38f6f5fd07a8bbfe1fb..3f780c39036953e4d05d01ff577d435a735efa33 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
        code.gitea.io/sdk/gitea v0.17.1
        codeberg.org/gusted/mcaptcha v0.0.0-20220723083913-4f3072e1d570
        connectrpc.com/connect v1.15.0
-       gitea.com/go-chi/binding v0.0.0-20240316035258-17450c5f3028
+       gitea.com/go-chi/binding v0.0.0-20240430071103-39a851e106ed
        gitea.com/go-chi/cache v0.2.0
        gitea.com/go-chi/captcha v0.0.0-20240315150714-fb487f629098
        gitea.com/go-chi/session v0.0.0-20240316035857-16768d98ec96
diff --git a/go.sum b/go.sum
index cbf397b95c913e28657913f9b6e039e3493aa67f..5bf8d737e449ccd887543ac8c402cc0c22838fa1 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -20,8 +20,8 @@ git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 h1:cliQ4H
 git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078/go.mod h1:g/V2Hjas6Z1UHUp4yIx6bATpNzJ7DYtD0FG3+xARWxs=
 gitea.com/gitea/act v0.259.1 h1:8GG1o/xtUHl3qjn5f0h/2FXrT5ubBn05TJOM5ry+FBw=
 gitea.com/gitea/act v0.259.1/go.mod h1:UxZWRYqQG2Yj4+4OqfGWW5a3HELwejyWFQyU7F1jUD8=
-gitea.com/go-chi/binding v0.0.0-20240316035258-17450c5f3028 h1:6/QAx4+s0dyRwdaTFPTnhGppuiuu0OqxIH9szyTpvKw=
-gitea.com/go-chi/binding v0.0.0-20240316035258-17450c5f3028/go.mod h1:E3i3cgB04dDx0v3CytCgRTTn9Z/9x891aet3r456RVw=
+gitea.com/go-chi/binding v0.0.0-20240430071103-39a851e106ed h1:EZZBtilMLSZNWtHHcgq2mt6NSGhJSZBuduAlinMEmso=
+gitea.com/go-chi/binding v0.0.0-20240430071103-39a851e106ed/go.mod h1:E3i3cgB04dDx0v3CytCgRTTn9Z/9x891aet3r456RVw=
 gitea.com/go-chi/cache v0.2.0 h1:E0npuTfDW6CT1yD8NMDVc1SK6IeRjfmRL2zlEsCEd7w=
 gitea.com/go-chi/cache v0.2.0/go.mod h1:iQlVK2aKTZ/rE9UcHyz9pQWGvdP9i1eI2spOpzgCrtE=
 gitea.com/go-chi/captcha v0.0.0-20240315150714-fb487f629098 h1:p2ki+WK0cIeNQuqjR98IP2KZQKRzJJiV7aTeMAFwaWo=