From 92a15240bae3d139a21a30cb808f06ecf02a8b4f Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Thu, 17 Feb 2022 16:58:51 -0800 Subject: [PATCH] remove deprecated dep --- deps.zig | 7 +------ zigmod.lock | 3 +-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/deps.zig b/deps.zig index 6e9e6c6e3cf2ff6a011eafe353d5d0191861c10b..3283c11fbdabc7c372e09453a02ef8129798ad98 100644 --- a/deps.zig +++ b/deps.zig @@ -66,7 +66,6 @@ pub const dirs = struct { pub const _2ovav391ivak = cache ++ "/git/github.com/nektro/zig-detect-license"; pub const _pt88y5d80m25 = cache ++ "/git/github.com/nektro/zig-licenses-text"; pub const _96h80ezrvj7i = cache ++ "/git/github.com/nektro/zig-leven"; - pub const _qyrnfg0iwpzl = cache ++ "/git/github.com/nektro/zig-fs-check"; pub const _c1xirp1ota5p = cache ++ "/git/github.com/nektro/zig-inquirer"; pub const _u7sysdckdymi = cache ++ "/git/github.com/arqv/ini"; pub const _iecwp4b3bsfm = cache ++ "/git/github.com/nektro/zig-time"; @@ -132,13 +131,9 @@ pub const package_data = struct { .directory = dirs._96h80ezrvj7i, .pkg = Pkg{ .name = "leven", .path = .{ .path = dirs._96h80ezrvj7i ++ "/src/lib.zig" }, .dependencies = &.{ _tnj3qf44tpeq.pkg.? } }, }; - pub const _qyrnfg0iwpzl = Package{ - .directory = dirs._qyrnfg0iwpzl, - .pkg = Pkg{ .name = "fs-check", .path = .{ .path = dirs._qyrnfg0iwpzl ++ "/src/lib.zig" }, .dependencies = null }, - }; pub const _2ovav391ivak = Package{ .directory = dirs._2ovav391ivak, - .pkg = Pkg{ .name = "detect-license", .path = .{ .path = dirs._2ovav391ivak ++ "/src/lib.zig" }, .dependencies = &.{ _pt88y5d80m25.pkg.?, _96h80ezrvj7i.pkg.?, _qyrnfg0iwpzl.pkg.? } }, + .pkg = Pkg{ .name = "detect-license", .path = .{ .path = dirs._2ovav391ivak ++ "/src/lib.zig" }, .dependencies = &.{ _pt88y5d80m25.pkg.?, _96h80ezrvj7i.pkg.? } }, }; pub const _c1xirp1ota5p = Package{ .directory = dirs._c1xirp1ota5p, diff --git a/zigmod.lock b/zigmod.lock index 8eca0f10ed5986c4642ff1ca4e2cccfc8786778c..b27d38629e80a29be7611eda207ceb7c484f3fbc 100644 --- a/zigmod.lock +++ b/zigmod.lock @@ -11,10 +11,9 @@ git https://github.com/MasterQ32/zig-uri commit-01155026c8362bb75dcab10bafc31abf git https://github.com/nektro/zig-json commit-a091eaa9f9ae91c3875630ba1983b33ea04971a3 git https://github.com/nektro/zig-extras commit-aa4f77ea988ad23fee6af78afbb1daafbd7193a2 git https://github.com/nektro/zig-range commit-4b2f12808aa09be4b27a163efc424dd4e0415992 -git https://github.com/nektro/zig-detect-license commit-fe045f9399c532d01ff87d956d8387017636f675 +git https://github.com/nektro/zig-detect-license commit-de5c285d999eea68b9189b48bb000243fef0a689 git https://github.com/nektro/zig-licenses-text commit-3c07c6e4eb0965dafd0b029c632f823631b3169c git https://github.com/nektro/zig-leven commit-ab852cf74fa0b4edc530d925f0654b62c60365bf -git https://github.com/nektro/zig-fs-check commit-dcd8da90fcb8bf3c9887e713bf0ec072bc897dd5 git https://github.com/nektro/zig-inquirer commit-14c3492c46f9765c3e77436741794d1a3118cbee git https://github.com/arqv/ini commit-b93f5b5ff9449f9af68ae3081f6a5e858b6698d9 git https://github.com/nektro/zig-time commit-d36cf720d305ffcf3003d855feeb00a10913bc56 -- 2.54.0