blob: b130dcf34a7abcbfac5a79c3edefb016b721f86a [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["metrics.pb.go"],
importpath = "github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1",
visibility = ["//visibility:public"],
deps = [
"@com_github_census_instrumentation_opencensus_proto//gen-go/resource/v1:go_default_library",
"@com_github_golang_protobuf//proto:go_default_library",
"@io_bazel_rules_go//proto/wkt:timestamp_go_proto",
"@io_bazel_rules_go//proto/wkt:wrappers_go_proto",
],
)