blob: b130dcf34a7abcbfac5a79c3edefb016b721f86a [file] [log] [blame]
Sergiusz Bazanskie5a956a2019-11-17 22:38:40 +01001load("@io_bazel_rules_go//go:def.bzl", "go_library")
2
3go_library(
4 name = "go_default_library",
5 srcs = ["metrics.pb.go"],
6 importpath = "github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1",
7 visibility = ["//visibility:public"],
8 deps = [
9 "@com_github_census_instrumentation_opencensus_proto//gen-go/resource/v1:go_default_library",
10 "@com_github_golang_protobuf//proto:go_default_library",
11 "@io_bazel_rules_go//proto/wkt:timestamp_go_proto",
12 "@io_bazel_rules_go//proto/wkt:wrappers_go_proto",
13 ],
14)