peridot/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule/BUILD.bazel
2022-07-07 22:13:21 +02:00

16 lines
500 B
Python

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"],
)