github.com/please-build/puku@v1.7.3-0.20240516143641-f7d7f4941f57/graph/BUILD (about) 1 go_library( 2 name = "graph", 3 srcs = ["graph.go"], 4 visibility = [ 5 "//generate:all", 6 "//generate/integration/syncmod:all", 7 "//licences:all", 8 "//migrate:all", 9 "//modfile:all", 10 "//cmd/puku:all", 11 "//sync:all", 12 "//sync/integration/syncmod:all", 13 ], 14 deps = [ 15 "///third_party/go/github.com_please-build_buildtools//build", 16 "///third_party/go/github.com_please-build_buildtools//labels", 17 "//config", 18 "//edit", 19 "//fs", 20 "//logging", 21 ], 22 ) 23 24 go_test( 25 name = "graph_test", 26 srcs = ["graph_test.go"], 27 data = ["//:test_project"], 28 deps = [ 29 ":graph", 30 "///third_party/go/github.com_please-build_buildtools//build", 31 "///third_party/go/github.com_please-build_buildtools//labels", 32 "//config", 33 "//edit", 34 "//third_party/go:testify", 35 ], 36 )