blob: 7796b92c9c41884fff2494eb06e6384e43589a1f [file] [log] [blame]
Todd Wang18d90472015-05-29 01:46:40 -07001<godepcop>
2 <!-- Most packages under v.io/x/lib should be free of other dependencies.
3
4 NOTE: llog is used in the implementation of v.io/x/lib/vlog, which is
5 used in other packages under v.io/x/lib. Reimplementing vlog to stand
6 alone will allow us to remove this dependency. -->
Todd Wangf65388e2015-05-30 16:17:52 -07007 <pkg allow="v.io/x/lib/..."/>
8 <pkg allow="github.com/cosnicolaou/llog"/>
9 <pkg deny="..."/>
Todd Wang18d90472015-05-29 01:46:40 -070010
11 <!-- Relax the rule for external tests, but keep a curated list rather than
12 allowing a blanket "..." to avoid adding unwanted dependencies. -->
Matt Rosencrantz2ab4d052015-06-12 09:15:17 -070013 <xtest allow="github.com/presotto/go-mdns-sd/..."/>
Todd Wang18d90472015-05-29 01:46:40 -070014 <xtest allow="v.io/v23/..."/>
15 <xtest allow="v.io/x/ref/..."/>
16</godepcop>