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/lib/GO.PACKAGE b/lib/GO.PACKAGE
index c217c37..37bd613 100644
--- a/lib/GO.PACKAGE
+++ b/lib/GO.PACKAGE
@@ -1,7 +1,7 @@
 {
 	"dependencies": {
 		"incoming": [
-			{"allow": "veyron/lib/..."},
+			{"allow": "veyron.io/veyron/veyron/lib/..."},
 			{"allow": "...", "comment": "dependencies on veyron/lib are temporarily allowed"}
 		]
 	}