Todd Wang | 18d9047 | 2015-05-29 01:46:40 -0700 | [diff] [blame] | 1 | <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 Wang | f65388e | 2015-05-30 16:17:52 -0700 | [diff] [blame] | 7 | <pkg allow="v.io/x/lib/..."/> |
| 8 | <pkg allow="github.com/cosnicolaou/llog"/> |
| 9 | <pkg deny="..."/> |
Todd Wang | 18d9047 | 2015-05-29 01:46:40 -0700 | [diff] [blame] | 10 | |
| 11 | <!-- Relax the rule for external tests, but keep a curated list rather than |
| 12 | allowing a blanket "..." to avoid adding unwanted dependencies. --> |
Matt Rosencrantz | 2ab4d05 | 2015-06-12 09:15:17 -0700 | [diff] [blame] | 13 | <xtest allow="github.com/presotto/go-mdns-sd/..."/> |
Todd Wang | 18d9047 | 2015-05-29 01:46:40 -0700 | [diff] [blame] | 14 | <xtest allow="v.io/v23/..."/> |
| 15 | <xtest allow="v.io/x/ref/..."/> |
| 16 | </godepcop> |