github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/pkg/test/testutil/BUILD (about)

     1  load("//tools:defs.bzl", "go_library")
     2  
     3  package(licenses = ["notice"])
     4  
     5  go_library(
     6      name = "testutil",
     7      testonly = 1,
     8      srcs = [
     9          "sh.go",
    10          "testutil.go",
    11          "testutil_runfiles.go",
    12      ],
    13      visibility = ["//:sandbox"],
    14      deps = [
    15          "//pkg/sentry/watchdog",
    16          "//pkg/sync",
    17          "//runsc/config",
    18          "//runsc/specutils",
    19          "@com_github_cenkalti_backoff//:go_default_library",
    20          "@com_github_kr_pty//:go_default_library",
    21          "@com_github_opencontainers_runtime_spec//specs-go:go_default_library",
    22          "@org_golang_x_sys//unix:go_default_library",
    23      ],
    24  )