github.com/sercand/please@v13.4.0+incompatible/src/watch/BUILD (about)

     1  go_library(
     2      name = "watch",
     3      srcs = ["watch.go"],
     4      visibility = ["PUBLIC"],
     5      deps = [
     6          "//src/core",
     7          "//src/fs",
     8          "//third_party/go:concurrent-map",
     9          "//third_party/go:fsnotify",
    10          "//third_party/go:logging",
    11      ],
    12  )