1load("@io_bazel_rules_go//go:def.bzl", "go_library")
2
3go_library(
4    name = "go_default_library",
5    srcs = ["deprecated.pb.go"],
6    importmap = "github.com/envoyproxy/protoc-gen-validate/vendor/github.com/golang/protobuf/protoc-gen-go/testdata/deprecated",
7    importpath = "github.com/golang/protobuf/protoc-gen-go/testdata/deprecated",
8    visibility = ["//visibility:public"],
9    deps = [
10        "//vendor/golang.org/x/net/context:go_default_library",
11        "@com_github_golang_protobuf//proto:go_default_library",
12        "@org_golang_google_grpc//:go_default_library",
13    ],
14)
15