peridot/vendor/github.com/gogo/protobuf/gogoproto/BUILD.bazel
2022-07-07 22:13:21 +02:00

18 lines
491 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "gogoproto",
srcs = [
"doc.go",
"gogo.pb.go",
"helper.go",
],
importmap = "peridot.resf.org/vendor/github.com/gogo/protobuf/gogoproto",
importpath = "github.com/gogo/protobuf/gogoproto",
visibility = ["//visibility:public"],
deps = [
"//vendor/github.com/gogo/protobuf/proto",
"//vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor",
],
)