diff --git a/Program.cs b/Program.cs index 497d5ec..db2c5a0 100644 --- a/Program.cs +++ b/Program.cs @@ -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);