Skip to content

Commit 17b9f3c

Browse files
committed
deps: final zig 0.13 sync
1 parent 61082df commit 17b9f3c

File tree

2 files changed

+68
-68
lines changed

2 files changed

+68
-68
lines changed

deps.zig

+51-51
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,23 @@ pub fn fetch(exe: *std.Build.Step.Compile) *std.Build.Step {
5555
if (path.* != null) path.* = b.fmt("{s}/zigmod/deps{s}", .{ root, path.*.? });
5656
}
5757
step.dependOn(&GitExactStep.create(b, "https://github.com/marlersoft/zigwin32", "407a4c7b869ee3d10db520fdfae8b9faf9b2adb5").step);
58-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "77c6ab4dc5a98017b8a0d151b040d43f35c10f64").step);
59-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "ac960345b771c08e1ee73aec02fbcc068e197f9c").step);
60-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zfetch", "1e2fa1288816ede7f5e48d2a33230e4135a05ebc").step);
61-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-ansi", "e135d7b33f961eb30e9b14a4b410b1e24f808aac").step);
62-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-detect-license", "666da389f58c8b836e48a446289dc8841a71cf07").step);
63-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-extras", "6da75a0abf28b1b9ff74c6d54e0eba0bf647f9ad").step);
64-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-git", "6f387f91b0fbc7fbc7c13f6d184a25e675a26195").step);
65-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-inquirer", "aa5fa4c5a5fbd947a09667e878c13c05395ca0f3").step);
66-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-intrusive-parser", "7323c14a3732936260850e2546081e36d36368de").step);
67-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-json", "b6f62876a1d2bdb8fcbfe740912c570acb8d2922").step);
68-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-leven", "da5d1fa81254e8567d10eee8a76868fefb248747").step);
69-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses", "a6682626e50219f04571cb2d9af8d77bf2fa97ca").step);
70-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses-text", "acb8e0a423fd50106ffe3558b90a5f23c12515f7").step);
71-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-time", "e946a144423cdb5dac3d46d6856c6e6da73e9305").step);
72-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-tracer", "4c2ab3f9899568ea119ed44ffbc255f91ff1cda1").step);
73-
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-yaml", "0d17fb99cba338aedc1abac12d78d5e5f04f0b6b").step);
74-
step.dependOn(&GitExactStep.create(b, "https://github.com/truemedian/hzzp", "a7f03a1e652abe8c89b376d090cec50acb0d2a1a").step);
58+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/arqv-ini", "4c84770a8a2d10b9a9bb1157d69f49e8cd398e1a").step);
59+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "c0a8d949c5cf8c72e2dfdaddee9fb7854b1c217e").step);
60+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zfetch", "c2883dd57698f223b2cfdccfc7ea357a12e5f741").step);
61+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-ansi", "b0d7878680fff57fd5ed9e7e4d2694acc0b81255").step);
62+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-detect-license", "3049b32e72045d8cefd64b8a7f9b0b8f9e76d80a").step);
63+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-extras", "d4f8a6437cb5068072e4df338af77dde15ad3625").step);
64+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-git", "11805225d52bc28c2edc31fd7a855bd1aa16bc67").step);
65+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-inquirer", "d6005ee08b2f5ce3c4554fa7f91e733f58b1a434").step);
66+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-intrusive-parser", "75a9745d9100b17a9443e6a0051cb140ffbcd0b1").step);
67+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-json", "03b5392e53513a0f90aa5c10219c7caee6383997").step);
68+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-leven", "1c0e475b056ccc6a343187702ee4f3dc415e07cb").step);
69+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses", "d683ae4d499c2a1f7f8c9cdd7304cd5a3c766e76").step);
70+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses-text", "f1830fbbd78a31d54d8469a0243cb904e7295e10").step);
71+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-time", "b9a93152af3ba73e5f681f73a67f0d676e2ad433").step);
72+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-tracer", "662774eedca41771f9ebd1ab45cfdc8e4319d4b4").step);
73+
step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-yaml", "4489a2ed0b3f90e962527eaf9ac9c0203a99094a").step);
74+
step.dependOn(&GitExactStep.create(b, "https://github.com/truemedian/hzzp", "ab212bd208f0eb54d85861679677c5e3dc9bb543").step);
7575
step.dependOn(&GitExactStep.create(b, "https://github.com/ziglibs/known-folders", "1cceeb70e77dec941a4178160ff6c8d05a74de6f").step);
7676
step.dependOn(&GitExactStep.create(b, "https://github.com/yaml/libyaml", "2c891fc7a770e8ba2fec34fc6b545c672beb37e6").step);
7777
return step;
@@ -179,97 +179,97 @@ pub const package_data = struct {
179179
.entry = "/git/github.com/marlersoft/zigwin32/407a4c7b869ee3d10db520fdfae8b9faf9b2adb5/win32.zig",
180180
};
181181
pub var _u7sysdckdymi = Package{
182-
.store = "/git/github.com/nektro/arqv-ini/77c6ab4dc5a98017b8a0d151b040d43f35c10f64",
182+
.store = "/git/github.com/nektro/arqv-ini/4c84770a8a2d10b9a9bb1157d69f49e8cd398e1a",
183183
.name = "ini",
184-
.entry = "/git/github.com/nektro/arqv-ini/77c6ab4dc5a98017b8a0d151b040d43f35c10f64/src/ini.zig",
184+
.entry = "/git/github.com/nektro/arqv-ini/4c84770a8a2d10b9a9bb1157d69f49e8cd398e1a/src/ini.zig",
185185
};
186186
pub var _csbnipaad8n7 = Package{
187-
.store = "/git/github.com/nektro/iguanaTLS/ac960345b771c08e1ee73aec02fbcc068e197f9c",
187+
.store = "/git/github.com/nektro/iguanaTLS/c0a8d949c5cf8c72e2dfdaddee9fb7854b1c217e",
188188
.name = "iguanaTLS",
189-
.entry = "/git/github.com/nektro/iguanaTLS/ac960345b771c08e1ee73aec02fbcc068e197f9c/src/main.zig",
189+
.entry = "/git/github.com/nektro/iguanaTLS/c0a8d949c5cf8c72e2dfdaddee9fb7854b1c217e/src/main.zig",
190190
};
191191
pub var _s84v9o48ucb0 = Package{
192-
.store = "/git/github.com/nektro/zig-ansi/e135d7b33f961eb30e9b14a4b410b1e24f808aac",
192+
.store = "/git/github.com/nektro/zig-ansi/b0d7878680fff57fd5ed9e7e4d2694acc0b81255",
193193
.name = "ansi",
194-
.entry = "/git/github.com/nektro/zig-ansi/e135d7b33f961eb30e9b14a4b410b1e24f808aac/src/lib.zig",
194+
.entry = "/git/github.com/nektro/zig-ansi/b0d7878680fff57fd5ed9e7e4d2694acc0b81255/src/lib.zig",
195195
};
196196
pub var _f7dubzb7cyqe = Package{
197-
.store = "/git/github.com/nektro/zig-extras/6da75a0abf28b1b9ff74c6d54e0eba0bf647f9ad",
197+
.store = "/git/github.com/nektro/zig-extras/d4f8a6437cb5068072e4df338af77dde15ad3625",
198198
.name = "extras",
199-
.entry = "/git/github.com/nektro/zig-extras/6da75a0abf28b1b9ff74c6d54e0eba0bf647f9ad/src/lib.zig",
199+
.entry = "/git/github.com/nektro/zig-extras/d4f8a6437cb5068072e4df338af77dde15ad3625/src/lib.zig",
200200
};
201201
pub var _c1xirp1ota5p = Package{
202-
.store = "/git/github.com/nektro/zig-inquirer/aa5fa4c5a5fbd947a09667e878c13c05395ca0f3",
202+
.store = "/git/github.com/nektro/zig-inquirer/d6005ee08b2f5ce3c4554fa7f91e733f58b1a434",
203203
.name = "inquirer",
204-
.entry = "/git/github.com/nektro/zig-inquirer/aa5fa4c5a5fbd947a09667e878c13c05395ca0f3/src/lib.zig",
204+
.entry = "/git/github.com/nektro/zig-inquirer/d6005ee08b2f5ce3c4554fa7f91e733f58b1a434/src/lib.zig",
205205
.deps = &[_]*Package{ &_s84v9o48ucb0 },
206206
};
207207
pub var _7l3oxw6nqqws = Package{
208-
.store = "/git/github.com/nektro/zig-intrusive-parser/7323c14a3732936260850e2546081e36d36368de",
208+
.store = "/git/github.com/nektro/zig-intrusive-parser/75a9745d9100b17a9443e6a0051cb140ffbcd0b1",
209209
.name = "intrusive-parser",
210-
.entry = "/git/github.com/nektro/zig-intrusive-parser/7323c14a3732936260850e2546081e36d36368de/intrusive_parser.zig",
210+
.entry = "/git/github.com/nektro/zig-intrusive-parser/75a9745d9100b17a9443e6a0051cb140ffbcd0b1/intrusive_parser.zig",
211211
.deps = &[_]*Package{ &_f7dubzb7cyqe },
212212
};
213213
pub var _96h80ezrvj7i = Package{
214-
.store = "/git/github.com/nektro/zig-leven/da5d1fa81254e8567d10eee8a76868fefb248747",
214+
.store = "/git/github.com/nektro/zig-leven/1c0e475b056ccc6a343187702ee4f3dc415e07cb",
215215
.name = "leven",
216-
.entry = "/git/github.com/nektro/zig-leven/da5d1fa81254e8567d10eee8a76868fefb248747/src/lib.zig",
216+
.entry = "/git/github.com/nektro/zig-leven/1c0e475b056ccc6a343187702ee4f3dc415e07cb/src/lib.zig",
217217
};
218218
pub var _0npcrzfdlrvk = Package{
219-
.store = "/git/github.com/nektro/zig-licenses/a6682626e50219f04571cb2d9af8d77bf2fa97ca",
219+
.store = "/git/github.com/nektro/zig-licenses/d683ae4d499c2a1f7f8c9cdd7304cd5a3c766e76",
220220
.name = "licenses",
221-
.entry = "/git/github.com/nektro/zig-licenses/a6682626e50219f04571cb2d9af8d77bf2fa97ca/src/lib.zig",
221+
.entry = "/git/github.com/nektro/zig-licenses/d683ae4d499c2a1f7f8c9cdd7304cd5a3c766e76/src/lib.zig",
222222
};
223223
pub var _pt88y5d80m25 = Package{
224-
.store = "/git/github.com/nektro/zig-licenses-text/acb8e0a423fd50106ffe3558b90a5f23c12515f7",
224+
.store = "/git/github.com/nektro/zig-licenses-text/f1830fbbd78a31d54d8469a0243cb904e7295e10",
225225
.name = "licenses-text",
226-
.entry = "/git/github.com/nektro/zig-licenses-text/acb8e0a423fd50106ffe3558b90a5f23c12515f7/src/lib.zig",
226+
.entry = "/git/github.com/nektro/zig-licenses-text/f1830fbbd78a31d54d8469a0243cb904e7295e10/src/lib.zig",
227227
};
228228
pub var _2ovav391ivak = Package{
229-
.store = "/git/github.com/nektro/zig-detect-license/666da389f58c8b836e48a446289dc8841a71cf07",
229+
.store = "/git/github.com/nektro/zig-detect-license/3049b32e72045d8cefd64b8a7f9b0b8f9e76d80a",
230230
.name = "detect-license",
231-
.entry = "/git/github.com/nektro/zig-detect-license/666da389f58c8b836e48a446289dc8841a71cf07/src/lib.zig",
231+
.entry = "/git/github.com/nektro/zig-detect-license/3049b32e72045d8cefd64b8a7f9b0b8f9e76d80a/src/lib.zig",
232232
.deps = &[_]*Package{ &_pt88y5d80m25, &_96h80ezrvj7i },
233233
};
234234
pub var _iecwp4b3bsfm = Package{
235-
.store = "/git/github.com/nektro/zig-time/e946a144423cdb5dac3d46d6856c6e6da73e9305",
235+
.store = "/git/github.com/nektro/zig-time/b9a93152af3ba73e5f681f73a67f0d676e2ad433",
236236
.name = "time",
237-
.entry = "/git/github.com/nektro/zig-time/e946a144423cdb5dac3d46d6856c6e6da73e9305/time.zig",
237+
.entry = "/git/github.com/nektro/zig-time/b9a93152af3ba73e5f681f73a67f0d676e2ad433/time.zig",
238238
.deps = &[_]*Package{ &_f7dubzb7cyqe },
239239
};
240240
pub var _ede2wygpe1iy = Package{
241-
.store = "/git/github.com/nektro/zig-tracer/4c2ab3f9899568ea119ed44ffbc255f91ff1cda1",
241+
.store = "/git/github.com/nektro/zig-tracer/662774eedca41771f9ebd1ab45cfdc8e4319d4b4",
242242
.name = "tracer",
243-
.entry = "/git/github.com/nektro/zig-tracer/4c2ab3f9899568ea119ed44ffbc255f91ff1cda1/src/mod.zig",
243+
.entry = "/git/github.com/nektro/zig-tracer/662774eedca41771f9ebd1ab45cfdc8e4319d4b4/src/mod.zig",
244244
.deps = &[_]*Package{ &_f7dubzb7cyqe },
245245
};
246246
pub var _0k64oe2nuzvj = Package{
247-
.store = "/git/github.com/nektro/zig-git/6f387f91b0fbc7fbc7c13f6d184a25e675a26195",
247+
.store = "/git/github.com/nektro/zig-git/11805225d52bc28c2edc31fd7a855bd1aa16bc67",
248248
.name = "git",
249-
.entry = "/git/github.com/nektro/zig-git/6f387f91b0fbc7fbc7c13f6d184a25e675a26195/git.zig",
249+
.entry = "/git/github.com/nektro/zig-git/11805225d52bc28c2edc31fd7a855bd1aa16bc67/git.zig",
250250
.deps = &[_]*Package{ &_iecwp4b3bsfm, &_f7dubzb7cyqe, &_ede2wygpe1iy },
251251
};
252252
pub var _ocmr9rtohgcc = Package{
253-
.store = "/git/github.com/nektro/zig-json/b6f62876a1d2bdb8fcbfe740912c570acb8d2922",
253+
.store = "/git/github.com/nektro/zig-json/03b5392e53513a0f90aa5c10219c7caee6383997",
254254
.name = "json",
255-
.entry = "/git/github.com/nektro/zig-json/b6f62876a1d2bdb8fcbfe740912c570acb8d2922/json.zig",
255+
.entry = "/git/github.com/nektro/zig-json/03b5392e53513a0f90aa5c10219c7caee6383997/json.zig",
256256
.deps = &[_]*Package{ &_f7dubzb7cyqe, &_ede2wygpe1iy, &_7l3oxw6nqqws },
257257
};
258258
pub var _g982zq6e8wsv = Package{
259-
.store = "/git/github.com/nektro/zig-yaml/0d17fb99cba338aedc1abac12d78d5e5f04f0b6b",
259+
.store = "/git/github.com/nektro/zig-yaml/4489a2ed0b3f90e962527eaf9ac9c0203a99094a",
260260
.name = "yaml",
261-
.entry = "/git/github.com/nektro/zig-yaml/0d17fb99cba338aedc1abac12d78d5e5f04f0b6b/yaml.zig",
261+
.entry = "/git/github.com/nektro/zig-yaml/4489a2ed0b3f90e962527eaf9ac9c0203a99094a/yaml.zig",
262262
.deps = &[_]*Package{ &_8mdbh0zuneb0, &_f7dubzb7cyqe },
263263
};
264264
pub var _9k24gimke1an = Package{
265-
.store = "/git/github.com/truemedian/hzzp/a7f03a1e652abe8c89b376d090cec50acb0d2a1a",
265+
.store = "/git/github.com/truemedian/hzzp/ab212bd208f0eb54d85861679677c5e3dc9bb543",
266266
.name = "hzzp",
267-
.entry = "/git/github.com/truemedian/hzzp/a7f03a1e652abe8c89b376d090cec50acb0d2a1a/src/main.zig",
267+
.entry = "/git/github.com/truemedian/hzzp/ab212bd208f0eb54d85861679677c5e3dc9bb543/src/main.zig",
268268
};
269269
pub var _ejw82j2ipa0e = Package{
270-
.store = "/git/github.com/nektro/zfetch/1e2fa1288816ede7f5e48d2a33230e4135a05ebc",
270+
.store = "/git/github.com/nektro/zfetch/c2883dd57698f223b2cfdccfc7ea357a12e5f741",
271271
.name = "zfetch",
272-
.entry = "/git/github.com/nektro/zfetch/1e2fa1288816ede7f5e48d2a33230e4135a05ebc/src/main.zig",
272+
.entry = "/git/github.com/nektro/zfetch/c2883dd57698f223b2cfdccfc7ea357a12e5f741/src/main.zig",
273273
.deps = &[_]*Package{ &_9k24gimke1an, &_csbnipaad8n7 },
274274
};
275275
pub var _2ta738wrqbaq = Package{

zigmod.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
2
22
git https://github.com/marlersoft/zigwin32 commit-407a4c7b869ee3d10db520fdfae8b9faf9b2adb5
3-
git https://github.com/nektro/arqv-ini commit-77c6ab4dc5a98017b8a0d151b040d43f35c10f64
4-
git https://github.com/nektro/iguanaTLS commit-ac960345b771c08e1ee73aec02fbcc068e197f9c
5-
git https://github.com/nektro/zfetch commit-1e2fa1288816ede7f5e48d2a33230e4135a05ebc
6-
git https://github.com/nektro/zig-ansi commit-e135d7b33f961eb30e9b14a4b410b1e24f808aac
7-
git https://github.com/nektro/zig-detect-license commit-666da389f58c8b836e48a446289dc8841a71cf07
8-
git https://github.com/nektro/zig-extras commit-6da75a0abf28b1b9ff74c6d54e0eba0bf647f9ad
9-
git https://github.com/nektro/zig-git commit-6f387f91b0fbc7fbc7c13f6d184a25e675a26195
10-
git https://github.com/nektro/zig-inquirer commit-aa5fa4c5a5fbd947a09667e878c13c05395ca0f3
11-
git https://github.com/nektro/zig-intrusive-parser commit-7323c14a3732936260850e2546081e36d36368de
12-
git https://github.com/nektro/zig-json commit-b6f62876a1d2bdb8fcbfe740912c570acb8d2922
13-
git https://github.com/nektro/zig-leven commit-da5d1fa81254e8567d10eee8a76868fefb248747
14-
git https://github.com/nektro/zig-licenses commit-a6682626e50219f04571cb2d9af8d77bf2fa97ca
15-
git https://github.com/nektro/zig-licenses-text commit-acb8e0a423fd50106ffe3558b90a5f23c12515f7
16-
git https://github.com/nektro/zig-time commit-e946a144423cdb5dac3d46d6856c6e6da73e9305
17-
git https://github.com/nektro/zig-tracer commit-4c2ab3f9899568ea119ed44ffbc255f91ff1cda1
18-
git https://github.com/nektro/zig-yaml commit-0d17fb99cba338aedc1abac12d78d5e5f04f0b6b
19-
git https://github.com/truemedian/hzzp commit-a7f03a1e652abe8c89b376d090cec50acb0d2a1a
3+
git https://github.com/nektro/arqv-ini commit-4c84770a8a2d10b9a9bb1157d69f49e8cd398e1a
4+
git https://github.com/nektro/iguanaTLS commit-c0a8d949c5cf8c72e2dfdaddee9fb7854b1c217e
5+
git https://github.com/nektro/zfetch commit-c2883dd57698f223b2cfdccfc7ea357a12e5f741
6+
git https://github.com/nektro/zig-ansi commit-b0d7878680fff57fd5ed9e7e4d2694acc0b81255
7+
git https://github.com/nektro/zig-detect-license commit-3049b32e72045d8cefd64b8a7f9b0b8f9e76d80a
8+
git https://github.com/nektro/zig-extras commit-d4f8a6437cb5068072e4df338af77dde15ad3625
9+
git https://github.com/nektro/zig-git commit-11805225d52bc28c2edc31fd7a855bd1aa16bc67
10+
git https://github.com/nektro/zig-inquirer commit-d6005ee08b2f5ce3c4554fa7f91e733f58b1a434
11+
git https://github.com/nektro/zig-intrusive-parser commit-75a9745d9100b17a9443e6a0051cb140ffbcd0b1
12+
git https://github.com/nektro/zig-json commit-03b5392e53513a0f90aa5c10219c7caee6383997
13+
git https://github.com/nektro/zig-leven commit-1c0e475b056ccc6a343187702ee4f3dc415e07cb
14+
git https://github.com/nektro/zig-licenses commit-d683ae4d499c2a1f7f8c9cdd7304cd5a3c766e76
15+
git https://github.com/nektro/zig-licenses-text commit-f1830fbbd78a31d54d8469a0243cb904e7295e10
16+
git https://github.com/nektro/zig-time commit-b9a93152af3ba73e5f681f73a67f0d676e2ad433
17+
git https://github.com/nektro/zig-tracer commit-662774eedca41771f9ebd1ab45cfdc8e4319d4b4
18+
git https://github.com/nektro/zig-yaml commit-4489a2ed0b3f90e962527eaf9ac9c0203a99094a
19+
git https://github.com/truemedian/hzzp commit-ab212bd208f0eb54d85861679677c5e3dc9bb543
2020
git https://github.com/ziglibs/known-folders commit-1cceeb70e77dec941a4178160ff6c8d05a74de6f
2121
git https://github.com/yaml/libyaml tag-0.2.5

0 commit comments

Comments
 (0)