blob: 44b4d6d13fc7b75f5a1f7c7376a4c3c8a22d654e [file] [log] [blame]
<godepcop>
<!-- The vdl package is very widely used; it is imported by most vdl-generated
files, which are used throughout the codebase.
Maintain a strict rule of no imports (other than standard packages), to
avoid painful circular dependencies. -->
<pkg deny="..."/>
<!-- Relax the rule for external tests -->
<xtest allow="v.io/v23/..."/>
</godepcop>