peridot/vendor/github.com/gogo/protobuf/types/BUILD.bazel

33 lines
842 B
Python
Raw Normal View History

2022-07-07 20:11:50 +00:00
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "types",
srcs = [
"any.go",
"any.pb.go",
"api.pb.go",
"doc.go",
"duration.go",
"duration.pb.go",
"duration_gogo.go",
"empty.pb.go",
"field_mask.pb.go",
"protosize.go",
"source_context.pb.go",
"struct.pb.go",
"timestamp.go",
"timestamp.pb.go",
"timestamp_gogo.go",
"type.pb.go",
"wrappers.pb.go",
"wrappers_gogo.go",
],
importmap = "peridot.resf.org/vendor/github.com/gogo/protobuf/types",
importpath = "github.com/gogo/protobuf/types",
visibility = ["//visibility:public"],
deps = [
"//vendor/github.com/gogo/protobuf/proto",
"//vendor/github.com/gogo/protobuf/sortkeys",
],
)