peridot/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule/BUILD.bazel

16 lines
500 B
Python
Raw Normal View History

2022-07-07 20:11:50 +00:00
load("@io_bazel_rules_go//go:def.bzl", "go_library")
package(default_visibility = ["//visibility:public"])
go_library(
name = "httprule",
srcs = [
"compile.go",
"parse.go",
"types.go",
],
importmap = "peridot.resf.org/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule",
importpath = "github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule",
deps = ["@com_github_grpc_ecosystem_grpc_gateway_v2//utilities:go_default_library"],
)