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