File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
package = " lua-resty-session"
2
2
version = " dev-1"
3
3
source = {
4
- url = " git://github.com/bungle/lua-resty-session.git"
4
+ url = " git+https ://github.com/bungle/lua-resty-session.git"
5
5
}
6
6
description = {
7
7
summary = " Session Library for OpenResty – Flexible and Secure" ,
@@ -20,9 +20,6 @@ build = {
20
20
[" resty.session.identifiers.random" ] = " lib/resty/session/identifiers/random.lua" ,
21
21
[" resty.session.storage.shm" ] = " lib/resty/session/storage/shm.lua" ,
22
22
[" resty.session.storage.redis" ] = " lib/resty/session/storage/redis.lua" ,
23
- [" resty.session.storage.cookie" ] = " lib/resty/session/storage/cookie.lua" ,
24
- [" resty.session.storage.memcache" ] = " lib/resty/session/storage/memcache.lua" ,
25
- [" resty.session.storage.memcached" ] = " lib/resty/session/storage/memcached.lua" ,
26
23
[" resty.session.ciphers.aes" ] = " lib/resty/session/ciphers/aes.lua" ,
27
24
[" resty.session.ciphers.none" ] = " lib/resty/session/ciphers/none.lua" ,
28
25
[" resty.session.encoders.hex" ] = " lib/resty/session/encoders/hex.lua" ,
You can’t perform that action at this time.
0 commit comments