diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-01-01 18:23:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-01 11:23:26 +0100 |
commit | 2bbf9e730277e62caa54ac175d93e1570b721db4 (patch) | |
tree | cd93cd82440d76ee7292bc6e21c98d379b10ee8a /go.mod | |
parent | b1a4eb40a11233233f41289485661a489de44e65 (diff) | |
download | gitea-2bbf9e730277e62caa54ac175d93e1570b721db4.tar.gz gitea-2bbf9e730277e62caa54ac175d93e1570b721db4.zip |
Upgrade go-chi to v5.0.8 (#22304)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ require ( github.com/gliderlabs/ssh v0.3.5 github.com/go-ap/activitypub v0.0.0-20220917143152-e4e7018838c0 github.com/go-ap/jsonld v0.0.0-20220917142617-76bf51585778 - github.com/go-chi/chi/v5 v5.0.7 + github.com/go-chi/chi/v5 v5.0.8 github.com/go-chi/cors v1.2.1 github.com/go-enry/go-enry/v2 v2.8.3 github.com/go-fed/httpsig v1.1.1-0.20201223112313-55836744818e |