github.com/please-build/puku@v1.7.3-0.20240516143641-f7d7f4941f57/watch/BUILD (about) 1 go_library( 2 name = "watch", 3 srcs = ["watch.go"], 4 visibility = [ 5 "//:all", 6 "//cmd/puku:all", 7 ], 8 deps = [ 9 "///third_party/go/github.com_fsnotify_fsnotify//:fsnotify", 10 "//generate", 11 "//logging", 12 "//please", 13 ], 14 )