blob: b3e8ba5f002eff96acbb44a22caee2366137e4c2 [file] [log] [blame]
<godepcop>
<!-- The packages under v23 are the public Vanadium API and are widely used.
Maintain a strict rule that v23/logging only uses builtins or standard go packages. -->
<pkg deny="..."/>
<!-- Relax the rule for external tests, but keep a curated list rather than
allowing a blanket "..." to avoid adding unwanted dependencies. -->
<xtest allow="github.com/cosnicolaou/llog"/>
</godepcop>