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