mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-06 21:28:16 +00:00
hack/update-vendor.sh
This commit is contained in:
3
vendor/github.com/vishvananda/netlink/BUILD
generated
vendored
3
vendor/github.com/vishvananda/netlink/BUILD
generated
vendored
@@ -64,6 +64,9 @@ go_library(
|
||||
"@io_bazel_rules_go//go/platform:freebsd": [
|
||||
"//vendor/github.com/vishvananda/netns:go_default_library",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:ios": [
|
||||
"//vendor/github.com/vishvananda/netns:go_default_library",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:linux": [
|
||||
"//vendor/github.com/vishvananda/netns:go_default_library",
|
||||
],
|
||||
|
||||
3
vendor/github.com/vishvananda/netlink/nl/BUILD
generated
vendored
3
vendor/github.com/vishvananda/netlink/nl/BUILD
generated
vendored
@@ -23,6 +23,9 @@ go_library(
|
||||
importpath = "github.com/vishvananda/netlink/nl",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = select({
|
||||
"@io_bazel_rules_go//go/platform:android": [
|
||||
"//vendor/github.com/vishvananda/netns:go_default_library",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:linux": [
|
||||
"//vendor/github.com/vishvananda/netns:go_default_library",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user