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

45 lines
1.1 KiB
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "proto",
srcs = [
"clone.go",
"custom_gogo.go",
"decode.go",
"deprecated.go",
"discard.go",
"duration.go",
"duration_gogo.go",
"encode.go",
"encode_gogo.go",
"equal.go",
"extensions.go",
"extensions_gogo.go",
"lib.go",
"lib_gogo.go",
"message_set.go",
"pointer_reflect.go",
"pointer_reflect_gogo.go",
"pointer_unsafe.go",
"pointer_unsafe_gogo.go",
"properties.go",
"properties_gogo.go",
"skip_gogo.go",
"table_marshal.go",
"table_marshal_gogo.go",
"table_merge.go",
"table_unmarshal.go",
"table_unmarshal_gogo.go",
"text.go",
"text_gogo.go",
"text_parser.go",
"timestamp.go",
"timestamp_gogo.go",
"wrappers.go",
"wrappers_gogo.go",
],
importmap = "peridot.resf.org/vendor/github.com/gogo/protobuf/proto",
importpath = "github.com/gogo/protobuf/proto",
visibility = ["//visibility:public"],
)