github.com/please-build/puku@v1.7.3-0.20240516143641-f7d7f4941f57/sync/BUILD (about)

     1  go_library(
     2      name = "sync",
     3      srcs = ["sync.go"],
     4      deps = [
     5          "//config",
     6          "//edit",
     7          "//graph",
     8          "//licences",
     9          "//please",
    10          "//proxy",
    11          "///third_party/go/github.com_please-build_buildtools//build",
    12          "///third_party/go/github.com_please-build_buildtools//labels",
    13          "///third_party/go/golang.org_x_mod//modfile",
    14      ],
    15      visibility = [
    16          "//cmd/puku:all",
    17          "//generate:all",
    18          "//sync/integration/syncmod:all",
    19      ],
    20  )