diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/luarocks/deps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 3 | local deps = {} | 3 | local deps = {} |
| 4 | 4 | ||
| 5 | local cfg = require("luarocks.core.cfg") | 5 | local cfg = require("luarocks.core.cfg") |
| 6 | local manif = require("luarocks.core.manif") | 6 | local manif = require("luarocks.manif") |
| 7 | local path = require("luarocks.path") | 7 | local path = require("luarocks.path") |
| 8 | local dir = require("luarocks.dir") | 8 | local dir = require("luarocks.dir") |
| 9 | local util = require("luarocks.util") | 9 | local util = require("luarocks.util") |
