Skip to content
Snippets Groups Projects
Commit 3a2926b3 authored by Daniel Czerwonk's avatar Daniel Czerwonk
Browse files

gazelle

parent 8bcdcb98
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ go_library( ...@@ -9,6 +9,7 @@ go_library(
importpath = "github.com/bio-routing/bio-rd/config", importpath = "github.com/bio-routing/bio-rd/config",
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = [ deps = [
"//net:go_default_library",
"//routingtable:go_default_library", "//routingtable:go_default_library",
"//routingtable/filter:go_default_library", "//routingtable/filter:go_default_library",
"//vendor/github.com/taktv6/tflow2/convert:go_default_library", "//vendor/github.com/taktv6/tflow2/convert:go_default_library",
......
...@@ -9,7 +9,6 @@ go_library( ...@@ -9,7 +9,6 @@ go_library(
], ],
importpath = "github.com/bio-routing/bio-rd/net", importpath = "github.com/bio-routing/bio-rd/net",
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
deps = ["//vendor/github.com/taktv6/tflow2/convert:go_default_library"],
) )
go_test( go_test(
......
...@@ -28,7 +28,6 @@ go_test( ...@@ -28,7 +28,6 @@ go_test(
"client_manager_test.go", "client_manager_test.go",
"contributing_asn_list_test.go", "contributing_asn_list_test.go",
"table_test.go", "table_test.go",
"trie_test.go",
"update_helper_test.go", "update_helper_test.go",
], ],
embed = [":go_default_library"], embed = [":go_default_library"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment