-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.godepcop
23 lines (21 loc) · 973 Bytes
/
.godepcop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<godepcop>
<!-- The packages under v23 are the public Vanadium API and are widely used.
Maintain a strict rule that v23 only imports from v23, to avoid painful
circular dependencies. -->
<pkg allow="v.io/v23/..."/>
<pkg deny="..."/>
<!-- Relax the rule for external tests, but keep a curated list rather than
allowing a blanket "..." to avoid adding unwanted dependencies. -->
<xtest allow="github.com/cosnicolaou/llog"/>
<xtest allow="github.com/gorilla/websocket"/>
<xtest allow="github.com/paypal/gatt/..."/>
<xtest allow="github.com/pborman/uuid"/>
<xtest allow="github.com/presotto/go-mdns-sd/..."/>
<xtest allow="github.com/shirou/gopsutil/..."/>
<xtest allow="golang.org/x/crypto/..."/>
<xtest allow="golang.org/x/net/context/..."/>
<xtest allow="golang.org/x/net/internal/timeseries/..."/>
<xtest allow="golang.org/x/net/trace/..."/>
<xtest allow="v.io/x/lib/..."/>
<xtest allow="v.io/x/ref/..."/>
</godepcop>