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

     1  go_test(
     2      name = "syncmod_test",
     3      srcs = ["sync_mod_test.go"],
     4      data = {
     5          "repo": ["test_repo"],
     6          "plz": ["//third_party/binary:plz"],
     7      },
     8      deps = [
     9          "///third_party/go/golang.org_x_mod//modfile",
    10          "//config",
    11          "//graph",
    12          "//please",
    13          "//third_party/go:testify",
    14          "//sync",
    15      ],
    16  )