diff --git a/deps.zig b/deps.zig index d5076899cfbed102a075cbcf3390a5c339d8012b..eb6999d49ac049f5ced1ba9d850cc42ee6a296b7 100644 --- a/deps.zig +++ b/deps.zig @@ -62,11 +62,10 @@ pub fn fetch(exe: *std.Build.Step.Compile) *std.Build.Step { step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-detect-license", "3ff57d0681b7bd7f8ca9bd092afa0b4bfe2f1afd").step); step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-extras", "74f0ddb0a4dfa7921739b88cc381951a6b6e73ce").step); step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-git", "103f4e419c35b88f802bb8234ece1c0a9aa40c03").step); - step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-inquirer", "9e1d873db79e9ffa6ae6e06bd372428c9be85d97").step); - step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-leven", "e548b0bcc7b6f34f636c0b6b905928d31254c54d").step); + step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-inquirer", "cf43dd6c9f328073f7468b5341c69ed0bb185db3").step); + step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-leven", "e5481b297b6023d446d835156591ba5ce88c17be").step); step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses", "f46d9f774df929885eef66c733a1e2a46bf16aec").step); step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses-text", "b01e5a2dffcc564bddd8f514fe64bab9b5c52572").step); - step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-range", "4b2f12808aa09be4b27a163efc424dd4e0415992").step); step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-time", "ba546bbf2e8438c9b2325f36f392c9d95b432e8e").step); step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-tracer", "ad868b45cfd445aa4d3f53cf8dda4b62b73efb54").step); step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-yaml", "0d17fb99cba338aedc1abac12d78d5e5f04f0b6b").step); @@ -197,6 +196,17 @@ pub const package_data = struct { .name = "extras", .entry = "/git/github.com/nektro/zig-extras/74f0ddb0a4dfa7921739b88cc381951a6b6e73ce/src/lib.zig", }; + pub var _c1xirp1ota5p = Package{ + .store = "/git/github.com/nektro/zig-inquirer/cf43dd6c9f328073f7468b5341c69ed0bb185db3", + .name = "inquirer", + .entry = "/git/github.com/nektro/zig-inquirer/cf43dd6c9f328073f7468b5341c69ed0bb185db3/src/lib.zig", + .deps = &[_]*Package{ &_s84v9o48ucb0 }, + }; + pub var _96h80ezrvj7i = Package{ + .store = "/git/github.com/nektro/zig-leven/e5481b297b6023d446d835156591ba5ce88c17be", + .name = "leven", + .entry = "/git/github.com/nektro/zig-leven/e5481b297b6023d446d835156591ba5ce88c17be/src/lib.zig", + }; pub var _0npcrzfdlrvk = Package{ .store = "/git/github.com/nektro/zig-licenses/f46d9f774df929885eef66c733a1e2a46bf16aec", .name = "licenses", @@ -207,23 +217,6 @@ pub const package_data = struct { .name = "licenses-text", .entry = "/git/github.com/nektro/zig-licenses-text/b01e5a2dffcc564bddd8f514fe64bab9b5c52572/src/lib.zig", }; - pub var _tnj3qf44tpeq = Package{ - .store = "/git/github.com/nektro/zig-range/4b2f12808aa09be4b27a163efc424dd4e0415992", - .name = "range", - .entry = "/git/github.com/nektro/zig-range/4b2f12808aa09be4b27a163efc424dd4e0415992/src/lib.zig", - }; - pub var _c1xirp1ota5p = Package{ - .store = "/git/github.com/nektro/zig-inquirer/9e1d873db79e9ffa6ae6e06bd372428c9be85d97", - .name = "inquirer", - .entry = "/git/github.com/nektro/zig-inquirer/9e1d873db79e9ffa6ae6e06bd372428c9be85d97/src/lib.zig", - .deps = &[_]*Package{ &_s84v9o48ucb0, &_tnj3qf44tpeq }, - }; - pub var _96h80ezrvj7i = Package{ - .store = "/git/github.com/nektro/zig-leven/e548b0bcc7b6f34f636c0b6b905928d31254c54d", - .name = "leven", - .entry = "/git/github.com/nektro/zig-leven/e548b0bcc7b6f34f636c0b6b905928d31254c54d/src/lib.zig", - .deps = &[_]*Package{ &_tnj3qf44tpeq }, - }; pub var _2ovav391ivak = Package{ .store = "/git/github.com/nektro/zig-detect-license/3ff57d0681b7bd7f8ca9bd092afa0b4bfe2f1afd", .name = "detect-license", diff --git a/licenses.txt b/licenses.txt index edfd4f54cc3275632415ee8f3c6235704fb3c035..9d22617fada8f4fc1d81560e1710c4e0166abb5f 100644 --- a/licenses.txt +++ b/licenses.txt @@ -13,7 +13,6 @@ MIT: - git https://github.com/nektro/zig-leven - git https://github.com/nektro/zig-licenses - git https://github.com/nektro/zig-licenses-text -- git https://github.com/nektro/zig-range - git https://github.com/nektro/zig-time - git https://github.com/nektro/zig-tracer - git https://github.com/nektro/zig-yaml diff --git a/zigmod.lock b/zigmod.lock index 1adab10d27126af2394d13524ef373db8764528c..a7fc703213f34fe138e88d16a9e8cc87017b2745 100644 --- a/zigmod.lock +++ b/zigmod.lock @@ -7,11 +7,10 @@ git https://github.com/nektro/zig-ansi commit-c3e439f86b0484e4428f38c4d8b07b7b5a git https://github.com/nektro/zig-detect-license commit-3ff57d0681b7bd7f8ca9bd092afa0b4bfe2f1afd git https://github.com/nektro/zig-extras commit-74f0ddb0a4dfa7921739b88cc381951a6b6e73ce git https://github.com/nektro/zig-git commit-103f4e419c35b88f802bb8234ece1c0a9aa40c03 -git https://github.com/nektro/zig-inquirer commit-9e1d873db79e9ffa6ae6e06bd372428c9be85d97 -git https://github.com/nektro/zig-leven commit-e548b0bcc7b6f34f636c0b6b905928d31254c54d +git https://github.com/nektro/zig-inquirer commit-cf43dd6c9f328073f7468b5341c69ed0bb185db3 +git https://github.com/nektro/zig-leven commit-e5481b297b6023d446d835156591ba5ce88c17be git https://github.com/nektro/zig-licenses commit-f46d9f774df929885eef66c733a1e2a46bf16aec git https://github.com/nektro/zig-licenses-text commit-b01e5a2dffcc564bddd8f514fe64bab9b5c52572 -git https://github.com/nektro/zig-range commit-4b2f12808aa09be4b27a163efc424dd4e0415992 git https://github.com/nektro/zig-time commit-ba546bbf2e8438c9b2325f36f392c9d95b432e8e git https://github.com/nektro/zig-tracer commit-ad868b45cfd445aa4d3f53cf8dda4b62b73efb54 git https://github.com/nektro/zig-yaml commit-0d17fb99cba338aedc1abac12d78d5e5f04f0b6b