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

+13
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)