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 /go.mod | |
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 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ go 1.14 require ( code.gitea.io/gitea-vet v0.2.1 code.gitea.io/sdk/gitea v0.13.1 - gitea.com/go-chi/session v0.0.0-20201218134809-7209fa084f27 + gitea.com/go-chi/session v0.0.0-20210108030337-0cb48c5ba8ee gitea.com/lunny/levelqueue v0.3.0 gitea.com/macaron/binding v0.0.0-20190822013154-a5f53841ed2b gitea.com/macaron/cache v0.0.0-20200924044943-905232fba10b |