Fix network_utils dep

This commit is contained in:
Alfredo Cardigliano 2022-08-31 09:57:45 +02:00
parent 49bdd32ce0
commit 3881dd3eea
5 changed files with 6 additions and 5 deletions

View file

@ -31,7 +31,6 @@ local os_utils = require "os_utils"
local format_utils = require "format_utils"
local http_utils = require "http_utils"
local dns_utils = require "dns_utils"
local network_utils = require "network_utils"
-- TODO: replace those globals with locals everywhere