load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "junit", srcs = ["junit.go"], importpath = "edge-infra.dev/third_party/gopherage/cmd/junit", visibility = ["//visibility:public"], deps = [ "//third_party/gopherage/pkg/cov/junit", "//third_party/gopherage/pkg/util", "@com_github_spf13_cobra//:cobra", ], )