authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-03-06 16:24:02 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-03-06 16:24:02 -08:00
log89939bf981c26d03a428cb7b5cf8fc78af41aaf1
treeaf12e8e7a189256cf716e7fbc5cd2f34e266ba7a
parentc8580e603eb63eb4bed3f19333172c7d1ed9f536

update deps.zig with ignaunaTLS shift


1 files changed, 7 insertions(+), 7 deletions(-)

deps.zig+7-7
......@@ -52,12 +52,12 @@ pub const dirs = struct {
5252 pub const _root = "";
5353 pub const _89ujp8gq842x = cache ++ "/../..";
5454 pub const _8mdbh0zuneb0 = cache ++ "/v/git/github.com/yaml/libyaml/tag-0.2.5";
55 pub const _csbnipaad8n7 = cache ++ "/git/github.com/nektro/iguanaTLS";
5655 pub const _s84v9o48ucb0 = cache ++ "/git/github.com/nektro/zig-ansi";
5756 pub const _2ta738wrqbaq = cache ++ "/git/github.com/ziglibs/known-folders";
5857 pub const _0npcrzfdlrvk = cache ++ "/git/github.com/nektro/zig-licenses";
5958 pub const _ejw82j2ipa0e = cache ++ "/git/github.com/truemedian/zfetch";
6059 pub const _9k24gimke1an = cache ++ "/git/github.com/truemedian/hzzp";
60 pub const _csbnipaad8n7 = cache ++ "/git/github.com/nektro/iguanaTLS";
6161 pub const _yyhw90zkzgmu = cache ++ "/git/github.com/MasterQ32/zig-network";
6262 pub const _u9w9dpp6p804 = cache ++ "/git/github.com/MasterQ32/zig-uri";
6363 pub const _ocmr9rtohgcc = cache ++ "/git/github.com/nektro/zig-json";
......@@ -79,10 +79,6 @@ pub const package_data = struct {
7979 .c_source_files = &.{ "src/api.c", "src/dumper.c", "src/emitter.c", "src/loader.c", "src/parser.c", "src/reader.c", "src/scanner.c", "src/writer.c" },
8080 .c_source_flags = &.{ "-DYAML_VERSION_MAJOR=0", "-DYAML_VERSION_MINOR=2", "-DYAML_VERSION_PATCH=5", "-DYAML_VERSION_STRING=\"0.2.5\"", "-DYAML_DECLARE_STATIC=1" },
8181 };
82 pub const _csbnipaad8n7 = Package{
83 .directory = dirs._csbnipaad8n7,
84 .pkg = Pkg{ .name = "iguanaTLS", .path = .{ .path = dirs._csbnipaad8n7 ++ "/src/main.zig" }, .dependencies = null },
85 };
8682 pub const _s84v9o48ucb0 = Package{
8783 .directory = dirs._s84v9o48ucb0,
8884 .pkg = Pkg{ .name = "ansi", .path = .{ .path = dirs._s84v9o48ucb0 ++ "/src/lib.zig" }, .dependencies = null },
......@@ -99,6 +95,10 @@ pub const package_data = struct {
9995 .directory = dirs._9k24gimke1an,
10096 .pkg = Pkg{ .name = "hzzp", .path = .{ .path = dirs._9k24gimke1an ++ "/src/main.zig" }, .dependencies = null },
10197 };
98 pub const _csbnipaad8n7 = Package{
99 .directory = dirs._csbnipaad8n7,
100 .pkg = Pkg{ .name = "iguanaTLS", .path = .{ .path = dirs._csbnipaad8n7 ++ "/src/main.zig" }, .dependencies = null },
101 };
102102 pub const _yyhw90zkzgmu = Package{
103103 .directory = dirs._yyhw90zkzgmu,
104104 .pkg = Pkg{ .name = "network", .path = .{ .path = dirs._yyhw90zkzgmu ++ "/network.zig" }, .dependencies = null },
......@@ -145,11 +145,11 @@ pub const package_data = struct {
145145 };
146146 pub const _iecwp4b3bsfm = Package{
147147 .directory = dirs._iecwp4b3bsfm,
148 .pkg = Pkg{ .name = "time", .path = .{ .path = dirs._iecwp4b3bsfm ++ "/time.zig" }, .dependencies = &.{ _tnj3qf44tpeq.pkg.? } },
148 .pkg = Pkg{ .name = "time", .path = .{ .path = dirs._iecwp4b3bsfm ++ "/time.zig" }, .dependencies = &.{ _tnj3qf44tpeq.pkg.?, _f7dubzb7cyqe.pkg.? } },
149149 };
150150 pub const _89ujp8gq842x = Package{
151151 .directory = dirs._89ujp8gq842x,
152 .pkg = Pkg{ .name = "zigmod", .path = .{ .path = dirs._89ujp8gq842x ++ "/src/lib.zig" }, .dependencies = &.{ _csbnipaad8n7.pkg.?, _s84v9o48ucb0.pkg.?, _2ta738wrqbaq.pkg.?, _0npcrzfdlrvk.pkg.?, _ejw82j2ipa0e.pkg.?, _ocmr9rtohgcc.pkg.?, _tnj3qf44tpeq.pkg.?, _2ovav391ivak.pkg.?, _c1xirp1ota5p.pkg.?, _u7sysdckdymi.pkg.?, _iecwp4b3bsfm.pkg.? } },
152 .pkg = Pkg{ .name = "zigmod", .path = .{ .path = dirs._89ujp8gq842x ++ "/src/lib.zig" }, .dependencies = &.{ _s84v9o48ucb0.pkg.?, _2ta738wrqbaq.pkg.?, _0npcrzfdlrvk.pkg.?, _ejw82j2ipa0e.pkg.?, _ocmr9rtohgcc.pkg.?, _tnj3qf44tpeq.pkg.?, _2ovav391ivak.pkg.?, _c1xirp1ota5p.pkg.?, _u7sysdckdymi.pkg.?, _iecwp4b3bsfm.pkg.? } },
153153 };
154154 pub const _o6ogpor87xc2 = Package{
155155 .directory = dirs._o6ogpor87xc2,