veyron: fixed depcop files so that some rules are enforced
while they are relaxed enough to start from a green state.
go-depcop check `go run expandpkg.go veyron.io/veyron...`
should pass.
Change-Id: I9d14d39697168d4cd12d4e0c98abe3cea4d657e1
diff --git a/security/GO.PACKAGE b/security/GO.PACKAGE
index 36baef9..dbaa00f 100644
--- a/security/GO.PACKAGE
+++ b/security/GO.PACKAGE
@@ -1,7 +1,7 @@
{
"dependencies": {
"incoming": [
- {"allow": "veyron/security/..."},
+ {"allow": "veyron.io/veyron/veyron/security/..."},
{"allow": "...", "comment": "dependencies on veyron/security are temporarily allowed"}
]
}