From f46d9f774df929885eef66c733a1e2a46bf16aec Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 19 Feb 2024 11:25:09 -0800 Subject: [PATCH] remove lock from repo --- .gitignore | 7 ++++--- zigmod.lock | 7 ------- zigmod.sum | 6 ------ 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 zigmod.lock delete mode 100644 zigmod.sum diff --git a/.gitignore b/.gitignore index 068d5c4e813512312ae8f3f1892d82d04172a970..5090ef2bdd0f29c6b376460073f21dc3cb86f057 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ -/zig-* -/deps.zig -/.zigmod +zig-* +deps.zig +.zigmod +zigmod.lock diff --git a/zigmod.lock b/zigmod.lock deleted file mode 100644 index 123ab4ebd7e94bbd0abcdf067d24790fc842478b..0000000000000000000000000000000000000000 --- a/zigmod.lock +++ /dev/null @@ -1,7 +0,0 @@ -2 -git https://github.com/truemedian/zfetch commit-8bbc7b34cd417794841e1432585334bc969dfe83 -git https://github.com/truemedian/hzzp commit-2d30bddae3bf1eaecde5144490307604efe76f2a -git https://github.com/alexnask/iguanaTLS commit-0d39a361639ad5469f8e4dcdaea35446bbe54b48 -git https://github.com/MasterQ32/zig-network commit-b9c91769d8ebd626c8e45b2abb05cbc28ccc50da -git https://github.com/MasterQ32/zig-uri commit-52cdd2061bec0579519f0d30280597f3a1db8b75 -git https://github.com/nektro/zig-json commit-72e555fbc0776f2600aee19b01e5ab1855ebec7a diff --git a/zigmod.sum b/zigmod.sum deleted file mode 100644 index 2f2804269b18fc1979c2c3b5e87dbeddfd414163..0000000000000000000000000000000000000000 --- a/zigmod.sum +++ /dev/null @@ -1,6 +0,0 @@ -blake3-e3072f7fb47e86d53c9a1879e254ba1af55941153fd5f6752ec659b2f14854c9 git/github.com/truemedian/zfetch -blake3-98982125d0fbedc62e179e62081d2797a2b8a3623c42f9fd5d72cd56d6350714 git/github.com/truemedian/hzzp -blake3-e6901bd7432450d5b22b01880cc7fa3fa2433e766a527206f18b29c67c1349bb git/github.com/alexnask/iguanaTLS -blake3-21f91e48333ac0ca7f4704c96352831c25216e7056d02ce24de95d03fc942246 git/github.com/MasterQ32/zig-network -blake3-030ebb03f1ed21122e681b06786bea6f2f1b810e8eb9f2029d0eee4f4fb3103f git/github.com/MasterQ32/zig-uri -blake3-1893709ffc6359c5f9cd2f9409abccf78a94ed37bb2c6dd075c603356d17c94b git/github.com/nektro/zig-json -- 2.54.0