| author | |
| committer | |
| log | 7752e9dc289e33f08af07ccce11ece92d0b4d3b2 |
| tree | 7903cb9f8bb11d4a92554ec84f34b1637010e571 |
| parent | 1a77b9827e71b357daaa14e768ea0706d675f120 |
4 files changed, 5 insertions(+), 5 deletions(-)
deps.zig+2-2| ... | ... | @@ -54,7 +54,7 @@ pub const _paths = .{ |
| 54 | 54 | "/git/github.com/MasterQ32/zig-network/", |
| 55 | 55 | "/git/github.com/MasterQ32/zig-uri/", |
| 56 | 56 | "/git/github.com/nektro/zig-json/", |
| 57 | "/v/http/aquila.red/1/nektro/range/v0.1.tar.gz/d2f72fdd/", | |
| 57 | "/git/github.com/nektro/zig-range/", | |
| 58 | 58 | }; |
| 59 | 59 | |
| 60 | 60 | pub const package_data = struct { |
| ... | ... | @@ -67,7 +67,7 @@ pub const package_data = struct { |
| 67 | 67 | pub const _u9w9dpp6p804 = Pkg{ .name = "uri", .path = FileSource{ .path = cache ++ "/git/github.com/MasterQ32/zig-uri/uri.zig" }, .dependencies = &[_]Pkg{ } }; |
| 68 | 68 | pub const _ejw82j2ipa0e = Pkg{ .name = "zfetch", .path = FileSource{ .path = cache ++ "/git/github.com/truemedian/zfetch/src/main.zig" }, .dependencies = &[_]Pkg{ _9k24gimke1an, _csbnipaad8n7, _yyhw90zkzgmu, _u9w9dpp6p804, } }; |
| 69 | 69 | pub const _ocmr9rtohgcc = Pkg{ .name = "json", .path = FileSource{ .path = cache ++ "/git/github.com/nektro/zig-json/src/lib.zig" }, .dependencies = &[_]Pkg{ } }; |
| 70 | pub const _tnj3qf44tpeq = Pkg{ .name = "range", .path = FileSource{ .path = cache ++ "/v/http/aquila.red/1/nektro/range/v0.1.tar.gz/d2f72fdd/src/lib.zig" }, .dependencies = &[_]Pkg{ } }; | |
| 70 | pub const _tnj3qf44tpeq = Pkg{ .name = "range", .path = FileSource{ .path = cache ++ "/git/github.com/nektro/zig-range/src/lib.zig" }, .dependencies = &[_]Pkg{ } }; | |
| 71 | 71 | pub const _89ujp8gq842x = Pkg{ .name = "zigmod", .path = FileSource{ .path = cache ++ "/../../src/lib.zig" }, .dependencies = &[_]Pkg{ _s84v9o48ucb0, _2ta738wrqbaq, _0npcrzfdlrvk, _ejw82j2ipa0e, _ocmr9rtohgcc, _tnj3qf44tpeq, } }; |
| 72 | 72 | }; |
| 73 | 73 |
zig.lock+1-1| ... | ... | @@ -8,4 +8,4 @@ csbnipaad8n77buaszsnjvlmn6j173fl7pkprsctelswjywe git https://github.com/alexnask |
| 8 | 8 | yyhw90zkzgmubwpp87n0pzf936n850an66y1c6qan5y6sogv git https://github.com/MasterQ32/zig-network commit-b9c9176 |
| 9 | 9 | u9w9dpp6p804p38o3u87f437pf942wxunyjite27dyhtu7ns git https://github.com/MasterQ32/zig-uri commit-f1896c6 |
| 10 | 10 | ocmr9rtohgccd6gm6tp8b1yzylyzkqwvo1q4btrsvj0cse9y git https://github.com/nektro/zig-json commit-6599064 |
| 11 | tnj3qf44tpeq469x94qnu7jzus5n7sen9ewrrn8kldngbac0 http https://aquila.red/1/nektro/range/v0.1.tar.gz sha256-d2f72fdd8cdb8 | |
| 11 | tnj3qf44tpeq469x94qnu7jzus5n7sen9ewrrn8kldngbac0 git https://github.com/nektro/zig-range commit-890ca30 |
zig.mod+1-1| ... | ... | @@ -39,4 +39,4 @@ dependencies: |
| 39 | 39 | |
| 40 | 40 | - src: git https://github.com/nektro/zig-json |
| 41 | 41 | |
| 42 | - src: http https://aquila.red/1/nektro/range/v0.1.tar.gz sha256-d2f72fdd8cdb8 0 1 | |
| 42 | - src: git https://github.com/nektro/zig-range |
zig.sum+1-1| ... | ... | @@ -8,4 +8,4 @@ blake3-e6901bd7432450d5b22b01880cc7fa3fa2433e766a527206f18b29c67c1349bb git/gith |
| 8 | 8 | blake3-21f91e48333ac0ca7f4704c96352831c25216e7056d02ce24de95d03fc942246 git/github.com/MasterQ32/zig-network |
| 9 | 9 | blake3-754b1b7e57b716ca042a9fc5c262e4931a804bddd52df695ec2b5476d0df0005 git/github.com/MasterQ32/zig-uri |
| 10 | 10 | blake3-d2a61dbaa3505a69473a9c63e34c9abd6ba8d93055796ad4b1e5f5eb9982c815 git/github.com/nektro/zig-json |
| 11 | blake3-09698753782139ab4877d08f33235170836f68b73e482b65cdee5637a6addf86 v/http/aquila.red/1/nektro/range/v0.1.tar.gz/d2f72fdd | |
| 11 | blake3-09698753782139ab4877d08f33235170836f68b73e482b65cdee5637a6addf86 git/github.com/nektro/zig-range |