diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2021-01-08 20:15:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 14:15:06 +0200 |
commit | ce43d38b4ffa40255cc8f859c5b31f59351f827c (patch) | |
tree | d309312f735491278abe31493e70370259d11002 /vendor/modules.txt | |
parent | 461406070c1fa8015d6dba17ae32bb43f78db3fc (diff) | |
download | gitea-ce43d38b4ffa40255cc8f859c5b31f59351f827c.tar.gz gitea-ce43d38b4ffa40255cc8f859c5b31f59351f827c.zip |
Fix session bug when introduce chi (#14287)
* Update go-chi session
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 426b0dc947..5dffe2e52e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -7,7 +7,7 @@ code.gitea.io/gitea-vet/checks # code.gitea.io/sdk/gitea v0.13.1 ## explicit code.gitea.io/sdk/gitea -# gitea.com/go-chi/session v0.0.0-20201218134809-7209fa084f27 +# gitea.com/go-chi/session v0.0.0-20210108030337-0cb48c5ba8ee ## explicit gitea.com/go-chi/session gitea.com/go-chi/session/couchbase |