...

Text file src/edge-infra.dev/third_party/gopherage/cmd/filter/BUILD.bazel

Documentation: edge-infra.dev/third_party/gopherage/cmd/filter

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "filter",
     5    srcs = ["filter.go"],
     6    importpath = "edge-infra.dev/third_party/gopherage/cmd/filter",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "//third_party/gopherage/pkg/cov",
    10        "//third_party/gopherage/pkg/util",
    11        "@com_github_spf13_cobra//:cobra",
    12    ],
    13)

View as plain text