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

14 lines
406 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "jsonpb",
srcs = ["jsonpb.go"],
importmap = "peridot.resf.org/vendor/github.com/gogo/protobuf/jsonpb",
importpath = "github.com/gogo/protobuf/jsonpb",
visibility = ["//visibility:public"],
deps = [
"//vendor/github.com/gogo/protobuf/proto",
"//vendor/github.com/gogo/protobuf/types",
],
)