diff --git a/net/BUILD.bazel b/net/BUILD.bazel index 3c05c0de402d1317834cf2da3ea702a745db397f..5bec44a8090a9cc26cf4d44f35240b5bf9bb4be9 100644 --- a/net/BUILD.bazel +++ b/net/BUILD.bazel @@ -3,7 +3,6 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") go_library( name = "go_default_library", srcs = [ - "helper.go", "ip.go", "prefix.go", ], @@ -14,7 +13,6 @@ go_library( go_test( name = "go_default_test", srcs = [ - "helper_test.go", "ip_test.go", "prefix_test.go", ], diff --git a/route/BUILD.bazel b/route/BUILD.bazel index 3673d29995e0ef11a14bbd7043135457f7ea1d7e..9265167b92927cab1f4d02a350dc96251518d566 100644 --- a/route/BUILD.bazel +++ b/route/BUILD.bazel @@ -14,7 +14,6 @@ go_library( deps = [ "//net:go_default_library", "//protocols/bgp/types:go_default_library", - "//vendor/github.com/taktv6/tflow2/convert:go_default_library", ], )