mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
45 lines
1.1 KiB
Python
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"],
|
||
|
)
|