Skip to content

Commit 6e33e20

Browse files
committed
Use import-verifier to keep us from breaking build-cross in pkg/network
1 parent 629c97e commit 6e33e20

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

hack/import-restrictions.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,19 @@
188188
]
189189
},
190190

191+
{
192+
"checkedPackages": [
193+
"github.com/openshift/origin/pkg/network/master",
194+
"github.com/openshift/origin/pkg/network/common"
195+
],
196+
"forbiddenImportPackageRoots": [
197+
"vendor/github.com/vishvananda/netlink"
198+
],
199+
"allowedImportPackageRoots": [
200+
""
201+
]
202+
},
203+
191204
{
192205
"checkedPackages": [
193206
"github.com/openshift/origin/pkg/network/apis/network",

0 commit comments

Comments
 (0)