...

Text file src/edge-infra.dev/hack/build/ci/leaf/cmd/BUILD.bazel

Documentation: edge-infra.dev/hack/build/ci/leaf/cmd

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "cmd",
     5    srcs = ["leaf.go"],
     6    importpath = "edge-infra.dev/hack/build/ci/leaf/cmd",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "//hack/build/ci",
    10        "//pkg/lib/build/bazel",
    11        "//pkg/lib/cli/rags",
    12        "//pkg/lib/cli/sh",
    13        "//pkg/lib/cli/sink",
    14        "//pkg/tools/hack/bazelx",
    15        "@com_github_peterbourgon_ff_v3//:ff",
    16    ],
    17)

View as plain text