...

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

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

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

View as plain text