...

Text file src/edge-infra.dev/hack/tools/hr/utils/BUILD.bazel

Documentation: edge-infra.dev/hack/tools/hr/utils

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "utils",
     5    srcs = ["utils.go"],
     6    importpath = "edge-infra.dev/hack/tools/hr/utils",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "//pkg/edge/api/clients",
    10        "@com_github_peterbourgon_ff_v3//:ff",
    11        "@com_github_peterbourgon_ff_v3//ffcli",
    12    ],
    13)

View as plain text