authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-04-26 12:42:44 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-04-26 12:42:44 -07:00
logbe789458ab55d45d818c1eee30bf99a9ab4ff755
tree7b4dfa3433d40059b142c540480804901f12b56f
parenta68fdae3ea33a5ec38cfc8c2f5d653d976aa8e2c

meta: sync with zigmod.lock changes


2 files changed, 10 insertions(+), 10 deletions(-)

deps.zig+9-9
...@@ -54,16 +54,16 @@ pub fn fetch(exe: *std.build.LibExeObjStep) void {...@@ -54,16 +54,16 @@ pub fn fetch(exe: *std.build.LibExeObjStep) void {
54 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "9356ff1d2edf627b531a2829a679a7b6d908a6ca").step);54 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/iguanaTLS", "9356ff1d2edf627b531a2829a679a7b6d908a6ca").step);
55 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-ansi", "faf9585bfe5980c24748ee8a3e6a22faaa50b437").step);55 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-ansi", "faf9585bfe5980c24748ee8a3e6a22faaa50b437").step);
56 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-detect-license", "8f13721bd18c0e546841b6f2e11da839550d6287").step);56 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-detect-license", "8f13721bd18c0e546841b6f2e11da839550d6287").step);
57 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-extras", "d34ac633f0a0af8d348b66a38e7497d031f027b1").step);57 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-extras", "a74468be60283e66e9b20388372394b54219d6b0").step);
58 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-inquirer", "5cc2a5565d04fe2c0085f0d6818590e800d9dcf7").step);58 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-inquirer", "5cc2a5565d04fe2c0085f0d6818590e800d9dcf7").step);
59 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-json", "b0111b41d725682629b7f899b90500ddad3818bf").step);59 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-json", "b0111b41d725682629b7f899b90500ddad3818bf").step);
60 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-leven", "550cabd5a18ace5e67761bc5b867c10e926f4314").step);60 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-leven", "550cabd5a18ace5e67761bc5b867c10e926f4314").step);
61 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses", "c9b8cbf3565675a056ad4e9b57cb4f84020e7680").step);61 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses", "c9b8cbf3565675a056ad4e9b57cb4f84020e7680").step);
62 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses-text", "3c07c6e4eb0965dafd0b029c632f823631b3169c").step);62 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-licenses-text", "3c07c6e4eb0965dafd0b029c632f823631b3169c").step);
63 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-range", "4b2f12808aa09be4b27a163efc424dd4e0415992").step);63 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-range", "4b2f12808aa09be4b27a163efc424dd4e0415992").step);
64 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-time", "bfb7da7b8ee92b6c07f90a14b044a9b8f4df182c").step);64 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-time", "6094c777eb7b7fbadbf5102f3872d3ad0a2a630e").step);
65 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-yaml", "3f3641e90697546e7f8aeef365815c4ccab168b0").step);65 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/nektro/zig-yaml", "3f3641e90697546e7f8aeef365815c4ccab168b0").step);
66 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/truemedian/hzzp", "9b5de4d8626ddedf925bf82dbe49610513485b9d").step);66 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/truemedian/hzzp", "501386e13b2f7849128f3b271d23de6127b1d9d7").step);
67 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/truemedian/zfetch", "829973144f680cd16be16923041fa810c1dee417").step);67 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/truemedian/zfetch", "829973144f680cd16be16923041fa810c1dee417").step);
68 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/ziglibs/known-folders", "d13ba6137084e55f873f6afb67447fe8906cc951").step);68 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/ziglibs/known-folders", "d13ba6137084e55f873f6afb67447fe8906cc951").step);
69 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/yaml/libyaml", "2c891fc7a770e8ba2fec34fc6b545c672beb37e6").step);69 exe.step.dependOn(&GitExactStep.create(b, "https://github.com/yaml/libyaml", "2c891fc7a770e8ba2fec34fc6b545c672beb37e6").step);
...@@ -183,9 +183,9 @@ pub const package_data = struct {...@@ -183,9 +183,9 @@ pub const package_data = struct {
183 .entry = "/git/github.com/nektro/zig-ansi/faf9585bfe5980c24748ee8a3e6a22faaa50b437/src/lib.zig",183 .entry = "/git/github.com/nektro/zig-ansi/faf9585bfe5980c24748ee8a3e6a22faaa50b437/src/lib.zig",
184 };184 };
185 pub var _f7dubzb7cyqe = Package{185 pub var _f7dubzb7cyqe = Package{
186 .store = "/git/github.com/nektro/zig-extras/d34ac633f0a0af8d348b66a38e7497d031f027b1",186 .store = "/git/github.com/nektro/zig-extras/a74468be60283e66e9b20388372394b54219d6b0",
187 .name = "extras",187 .name = "extras",
188 .entry = "/git/github.com/nektro/zig-extras/d34ac633f0a0af8d348b66a38e7497d031f027b1/src/lib.zig",188 .entry = "/git/github.com/nektro/zig-extras/a74468be60283e66e9b20388372394b54219d6b0/src/lib.zig",
189 };189 };
190 pub var _ocmr9rtohgcc = Package{190 pub var _ocmr9rtohgcc = Package{
191 .store = "/git/github.com/nektro/zig-json/b0111b41d725682629b7f899b90500ddad3818bf",191 .store = "/git/github.com/nektro/zig-json/b0111b41d725682629b7f899b90500ddad3818bf",
...@@ -227,9 +227,9 @@ pub const package_data = struct {...@@ -227,9 +227,9 @@ pub const package_data = struct {
227 .deps = &[_]*Package{ &_pt88y5d80m25, &_96h80ezrvj7i },227 .deps = &[_]*Package{ &_pt88y5d80m25, &_96h80ezrvj7i },
228 };228 };
229 pub var _iecwp4b3bsfm = Package{229 pub var _iecwp4b3bsfm = Package{
230 .store = "/git/github.com/nektro/zig-time/bfb7da7b8ee92b6c07f90a14b044a9b8f4df182c",230 .store = "/git/github.com/nektro/zig-time/6094c777eb7b7fbadbf5102f3872d3ad0a2a630e",
231 .name = "time",231 .name = "time",
232 .entry = "/git/github.com/nektro/zig-time/bfb7da7b8ee92b6c07f90a14b044a9b8f4df182c/time.zig",232 .entry = "/git/github.com/nektro/zig-time/6094c777eb7b7fbadbf5102f3872d3ad0a2a630e/time.zig",
233 .deps = &[_]*Package{ &_f7dubzb7cyqe },233 .deps = &[_]*Package{ &_f7dubzb7cyqe },
234 };234 };
235 pub var _g982zq6e8wsv = Package{235 pub var _g982zq6e8wsv = Package{
...@@ -239,9 +239,9 @@ pub const package_data = struct {...@@ -239,9 +239,9 @@ pub const package_data = struct {
239 .deps = &[_]*Package{ &_f7dubzb7cyqe },239 .deps = &[_]*Package{ &_f7dubzb7cyqe },
240 };240 };
241 pub var _9k24gimke1an = Package{241 pub var _9k24gimke1an = Package{
242 .store = "/git/github.com/truemedian/hzzp/9b5de4d8626ddedf925bf82dbe49610513485b9d",242 .store = "/git/github.com/truemedian/hzzp/501386e13b2f7849128f3b271d23de6127b1d9d7",
243 .name = "hzzp",243 .name = "hzzp",
244 .entry = "/git/github.com/truemedian/hzzp/9b5de4d8626ddedf925bf82dbe49610513485b9d/src/main.zig",244 .entry = "/git/github.com/truemedian/hzzp/501386e13b2f7849128f3b271d23de6127b1d9d7/src/main.zig",
245 };245 };
246 pub var _ejw82j2ipa0e = Package{246 pub var _ejw82j2ipa0e = Package{
247 .store = "/git/github.com/truemedian/zfetch/829973144f680cd16be16923041fa810c1dee417",247 .store = "/git/github.com/truemedian/zfetch/829973144f680cd16be16923041fa810c1dee417",
licenses.txt+1-1
...@@ -1,7 +1,6 @@...@@ -1,7 +1,6 @@
1MIT:1MIT:
2= https://spdx.org/licenses/MIT2= https://spdx.org/licenses/MIT
3- This3- This
4- git https://gist.github.com/nektro/d468fea84f8217e4c26ee8fbeeea38cc
5- git https://github.com/MasterQ32/zig-uri4- git https://github.com/MasterQ32/zig-uri
6- git https://github.com/marlersoft/zigwin325- git https://github.com/marlersoft/zigwin32
7- git https://github.com/nektro/arqv-ini6- git https://github.com/nektro/arqv-ini
...@@ -16,6 +15,7 @@ MIT:...@@ -16,6 +15,7 @@ MIT:
16- git https://github.com/nektro/zig-licenses-text15- git https://github.com/nektro/zig-licenses-text
17- git https://github.com/nektro/zig-range16- git https://github.com/nektro/zig-range
18- git https://github.com/nektro/zig-time17- git https://github.com/nektro/zig-time
18- git https://github.com/nektro/zig-yaml
19- git https://github.com/truemedian/hzzp19- git https://github.com/truemedian/hzzp
20- git https://github.com/truemedian/zfetch20- git https://github.com/truemedian/zfetch
21- git https://github.com/ziglibs/known-folders21- git https://github.com/ziglibs/known-folders