This commit is contained in:
2022-08-17 13:14:16 +02:00
parent 9688e63073
commit 2854971063

View File

@@ -175,6 +175,8 @@ string FormatDeps(string filename, int linenum, string deps)
if (v.StartsWith("//gateways")) return (252, "gateways", v, value);
if (v.StartsWith("//jobs")) return (253, "jobs", v, value);
if (v.StartsWith("//adminpanel")) return (301, "accessor", v, value);
if (v.StartsWith("//proto/common:")) return (401, "commonproto", v, value);
if (v.StartsWith("//proto")) return (402, "proto", v, value);