File tree 4 files changed +30
-9
lines changed
4 files changed +30
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
gitea.com/go-chi/binding v0.0.0-20210301195521-1fe1c9a555e7
10
10
gitea.com/go-chi/cache v0.0.0-20210110083709-82c4c9ce2d5e
11
11
gitea.com/go-chi/captcha v0.0.0-20210110083842-e7696c336a1e
12
- gitea.com/go-chi/session v0.0.0-20210108030337-0cb48c5ba8ee
12
+ gitea.com/go-chi/session v0.0.0-20210913064732-2ac132b0fa07
13
13
gitea.com/lunny/levelqueue v0.4.1
14
14
github.com/Microsoft/go-winio v0.5.0 // indirect
15
15
github.com/NYTimes/gziphandler v1.1.1
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ gitea.com/go-chi/cache v0.0.0-20210110083709-82c4c9ce2d5e h1:zgPGaf3kXP0cVm9J0l8
47
47
gitea.com/go-chi/cache v0.0.0-20210110083709-82c4c9ce2d5e /go.mod h1:k2V/gPDEtXGjjMGuBJiapffAXTv76H4snSmlJRLUhH0 =
48
48
gitea.com/go-chi/captcha v0.0.0-20210110083842-e7696c336a1e h1:YjaQU6XFicdhPN+MlGolcXO8seYY2+EY5g7vZPB17CQ =
49
49
gitea.com/go-chi/captcha v0.0.0-20210110083842-e7696c336a1e /go.mod h1:nfA7JaGv3hbGQ1ktdhAsZhdS84qKffI8NMlHr+Opsog =
50
- gitea.com/go-chi/session v0.0.0-20210108030337-0cb48c5ba8ee h1:9U6HuKUBt/cGK6T/64dEuz0r7Yp97WAAEJvXHDlY3ws =
51
- gitea.com/go-chi/session v0.0.0-20210108030337-0cb48c5ba8ee /go.mod h1:Ozg8IchVNb/Udg+ui39iHRYqVHSvf3C99ixdpLR8Vu0 =
50
+ gitea.com/go-chi/session v0.0.0-20210913064732-2ac132b0fa07 h1:1xF0xbIgDWnBB0iURAUFCoac4KfhGDdI7y7+3/8I8i4 =
51
+ gitea.com/go-chi/session v0.0.0-20210913064732-2ac132b0fa07 /go.mod h1:Ozg8IchVNb/Udg+ui39iHRYqVHSvf3C99ixdpLR8Vu0 =
52
52
gitea.com/lunny/levelqueue v0.4.1 h1:RZ+AFx5gBsZuyqCvofhAkPQ9uaVDPJnsULoJZIYaJNw =
53
53
gitea.com/lunny/levelqueue v0.4.1 /go.mod h1:HBqmLbz56JWpfEGG0prskAV97ATNRoj5LDmPicD22hU =
54
54
gitea.com/xorm/sqlfiddle v0.0.0-20180821085327-62ce714f951a h1:lSA0F4e9A2NcQSqGqTOXqu2aRi/XEQxDCBwM8yJtE6s =
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ gitea.com/go-chi/cache/memcache
18
18
# gitea.com/go-chi/captcha v0.0.0-20210110083842-e7696c336a1e
19
19
## explicit
20
20
gitea.com/go-chi/captcha
21
- # gitea.com/go-chi/session v0.0.0-20210108030337-0cb48c5ba8ee
21
+ # gitea.com/go-chi/session v0.0.0-20210913064732-2ac132b0fa07
22
22
## explicit
23
23
gitea.com/go-chi/session
24
24
gitea.com/go-chi/session/couchbase
You can’t perform that action at this time.
0 commit comments