renamening: Fix newly added imports to use the new namespace

This commit is contained in:
Kim Alvefur 2023-06-18 16:48:56 +02:00
parent 597f3c7f0a
commit af2cf5f188
5 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ local url_build = require "socket.url".build;
local http_util = require "prosody.util.http";
local normalize_path = http_util.normalize_path;
local set = require "prosody.util.set";
local array = require "util.array";
local array = require "prosody.util.array";
local ip_util = require "prosody.util.ip";
local new_ip = ip_util.new_ip;