github.com/vanadium-archive/go.jiri@v0.0.0-20160715023856-abfb8b131290/.godepcop (about)

     1  <godepcop>
     2    <!-- The jiri tool is critical since it's used for bootstrapping the
     3         codebase.
     4  
     5         Ensure the strict rule of only allowing dependencies on v.io/x/lib, to
     6         reduce the exposure to breakage.  -->
     7    <pkg allow="v.io/jiri/..."/>
     8    <pkg allow="v.io/x/lib/..."/>
     9    <pkg deny="..."/>
    10  </godepcop>