From 16c2001e0a25ec52354cd712b6d78742f1b8b597 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Sun, 13 Nov 2016 23:09:36 +0300 Subject: Do not require core modules from outside core --- src/luarocks/deps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luarocks/deps.lua b/src/luarocks/deps.lua index 6548e56e..015e2527 100644 --- a/src/luarocks/deps.lua +++ b/src/luarocks/deps.lua @@ -3,7 +3,7 @@ local deps = {} local cfg = require("luarocks.core.cfg") -local manif = require("luarocks.core.manif") +local manif = require("luarocks.manif") local path = require("luarocks.path") local dir = require("luarocks.dir") local util = require("luarocks.util") -- cgit v1.2.3-55-g6feb