From b1cc8547ef30e330a9b4a4ed3b65ee961c542043 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Fri, 20 Feb 2026 21:09:04 -0800 Subject: [PATCH] we don't need zig-net --- licenses.txt | 6 ------ url.zig | 1 - zigmod.yml | 1 - 3 files changed, 8 deletions(-) diff --git a/licenses.txt b/licenses.txt index e77a3aad5d54b43c939a4906934f98b746595242..7eee9db8315eecc204567c816c605a37dd79c691 100644 --- a/licenses.txt +++ b/licenses.txt @@ -1,16 +1,10 @@ MPL-2.0: = https://spdx.org/licenses/MPL-2.0 - This -- git https://github.com/nektro/zig-net -- git https://github.com/nektro/zig-nio - git https://github.com/nektro/zig-unicode-idna MIT: = https://spdx.org/licenses/MIT - git https://github.com/nektro/zig-expect - git https://github.com/nektro/zig-extras -- git https://github.com/nektro/zig-sys-linux - git https://github.com/nektro/zig-unicode-ucd - -Unspecified: -- system_lib c diff --git a/url.zig b/url.zig index 2b3b40fd4855d342ed96a8670756cd6036f9b408..ca54704d256ef033f328ba590f1726405cee44b3 100644 --- a/url.zig +++ b/url.zig @@ -1,6 +1,5 @@ const std = @import("std"); const builtin = @import("builtin"); -const net = @import("net"); const extras = @import("extras"); const unicode_idna = @import("unicode-idna"); diff --git a/zigmod.yml b/zigmod.yml index 1800017b0d80e80e9623718f8d5b2eb8c701ae67..28f339f86d2d3e0a3288b604e322681270c8be19 100644 --- a/zigmod.yml +++ b/zigmod.yml @@ -4,7 +4,6 @@ main: url.zig license: MPL-2.0 description: A WHATWG URL-compatible parser for Zig dependencies: - - src: git https://github.com/nektro/zig-net - src: git https://github.com/nektro/zig-extras - src: git https://github.com/nektro/zig-unicode-idna root_dependencies: -- 2.54.0