blob: f3f9349915be65bc06dad7f484ce78359fb2533c [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 = ["stats.pb.go"],
6 importpath = "github.com/census-instrumentation/opencensus-proto/gen-go/stats/v1",
7 visibility = ["//visibility:public"],
8 deps = [
9 "@com_github_golang_protobuf//proto:go_default_library",
10 "@io_bazel_rules_go//proto/wkt:timestamp_go_proto",
11 ],
12)