move to skynet module

This commit is contained in:
Cloud Wu
2017-06-01 11:29:07 +08:00
parent 8a6243d2a0
commit f1ed482001
37 changed files with 75 additions and 55 deletions

View File

@@ -2,7 +2,7 @@ local skynet = require "skynet"
local socket = require "http.sockethelper"
local url = require "http.url"
local internal = require "http.internal"
local dns = require "dns"
local dns = require "skynet.dns"
local string = string
local table = table