Skip to content

Commit

Permalink
delete lua-resty-core and resty dependencies library
Browse files Browse the repository at this point in the history
  • Loading branch information
YazaiHu committed Dec 10, 2019
1 parent ea987bd commit 58df5e4
Show file tree
Hide file tree
Showing 74 changed files with 2 additions and 16,787 deletions.
3 changes: 2 additions & 1 deletion lib/abtesting/utils/sema.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
local modulename = "abtestingSema"
local _M = {}

local semaphore = require("lua-resty-core.lib.ngx.semaphore")
local semaphore = require("ngx.semaphore")

_M.sema = semaphore.new(1)
_M.upsSema = semaphore.new(1)
_M.modulename = modulename

return _M
21 changes: 0 additions & 21 deletions lib/lua-resty-core/Makefile

This file was deleted.

265 changes: 0 additions & 265 deletions lib/lua-resty-core/README.markdown

This file was deleted.

Loading

0 comments on commit 58df5e4

Please sign in to comment.