Skip to content

Commit

Permalink
add socket and cjson to mod_lua_test.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
detailyang committed Oct 25, 2016
1 parent 14b745a commit 70fb686
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions luadevel/mod_lua_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ local _M = {
_VERSION = "0.1.0"
}

local cjson = require("cjson")
local socket = require("socket")
local http = require("socket.http")
local ltn12 = require("ltn12")
local DETAIL_BIT = tsar.DETAIL_BIT
local SUMMARY_BIT = tsar.SUMMARY_BIT
local HIDE_BIT = tsar.HIDE_BIT
Expand Down

0 comments on commit 70fb686

Please sign in to comment.