Skip to content

Commit 3d3b39e

Browse files
committed
Remove unnecessary deps
1 parent fa0e26a commit 3d3b39e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ author = Hans Zandbelt (@zandbelt)
44
is_original = yes
55
license = apache2
66
repo_link = https://github.com/zmartzone/lua-resty-openidc
7-
requires = openresty, pintsized/lua-resty-http >= 0.08, bungle/lua-resty-session >= 2.8, cdbattags/lua-resty-jwt >= 0.2.0, jkeys089/lua-resty-hmac >= 0.2
7+
requires = openresty, pintsized/lua-resty-http >= 0.08, bungle/lua-resty-session >= 2.8, cdbattags/lua-resty-jwt >= 0.2.0

lua-resty-openidc-1.5.4-1.rockspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ dependencies = {
2525
"lua >= 5.1",
2626
"lua-resty-http >= 0.08",
2727
"lua-resty-session >= 2.8",
28-
"lua-resty-jwt >= 0.2.0",
29-
"lua-resty-hmac"
28+
"lua-resty-jwt >= 0.2.0"
3029
}
3130
build = {
3231
type = "builtin",

0 commit comments

Comments
 (0)