blob: ec6bb337869670cc3f4702e68ca4b61024a9c626 [file] [log] [blame]
<godepcop>
<!-- The vomforever package relaxes the stricter v23 package rules, to allow
dependencies on x/lib and x/ref. This is fine since vomforever is only
used during development to generate test cases; we also allow these
dependencies in our v23 xtest rules. -->
<pkg allow="v.io/v23/..."/>
<pkg allow="v.io/x/lib/..."/>
<pkg allow="v.io/x/ref/..."/>
<pkg deny="..."/>
</godepcop>