diff --git a/base32.zig b/base32.zig index bd8558e3fb34602d5675eb23e646996350521c70..eb6d05d60d798df49c774002f97a09b0b9533d1b 100644 --- a/base32.zig +++ b/base32.zig @@ -2,7 +2,6 @@ const std = @import("std"); const string = []const u8; -const range = @import("range").range; const alphabet = "0123456789ABCDEFGHJKMNPQRSTVWXYZ"; diff --git a/zig.mod b/zig.mod index 2809806afbbd7e33b58829efedcd6fe105ee1388..e26b2db2d352a17d468369ad99f14d57ad94898f 100644 --- a/zig.mod +++ b/zig.mod @@ -5,5 +5,4 @@ license: MIT description: ULID implementation for Zig min_zig_version: 0.10.0-dev.2431+0e6285c8f dependencies: - - src: git https://github.com/nektro/zig-range - src: git https://github.com/nektro/zig-extras