prometheus/vendor/github.com/grpc-ecosystem/grpc-gateway/internal/casing/BUILD.bazel
Ganesh Vernekar c729df3d0f
Update dependencies (#7331)
* Update dependencies

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>

* Update protos

Signed-off-by: Ganesh Vernekar <cs15btech11018@iith.ac.in>
2020-06-04 11:25:56 +05:30

9 lines
242 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["camel.go"],
importpath = "github.com/grpc-ecosystem/grpc-gateway/internal/casing",
visibility = ["//:__subpackages__"],
)