|
1 | 1 | load("@rules_proto//proto:defs.bzl", "proto_library")
|
2 | 2 | load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
3 | 3 | load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
|
4 |
| -load("//gateway/protoc-gen-openapiv2:defs.bzl", "protoc_gen_openapiv2") |
| 4 | +load("@com_github_binchencoder_janus_gateway//gateway/protoc-gen-openapiv2:defs.bzl", "protoc_gen_openapiv2") |
5 | 5 |
|
6 | 6 | package(default_visibility = ["//visibility:public"])
|
7 | 7 |
|
@@ -45,7 +45,7 @@ proto_library(
|
45 | 45 | name = "examplepb_proto",
|
46 | 46 | srcs = [
|
47 | 47 | "echo_service.proto",
|
48 |
| - # "unannotated_echo_service.proto", |
| 48 | + "unannotated_echo_service.proto", |
49 | 49 | ],
|
50 | 50 | deps = [
|
51 | 51 | "//httpoptions:options_proto",
|
@@ -112,6 +112,7 @@ go_library(
|
112 | 112 | "@com_github_grpc_ecosystem_grpc_gateway//utilities",
|
113 | 113 | "@com_github_binchencoder_gateway_proto//frontend:go_default_library",
|
114 | 114 | "@com_github_binchencoder_skylb_api//client:go_default_library",
|
| 115 | + "@go_googleapis//google/api:annotations_go_proto", |
115 | 116 | "@org_golang_google_grpc//:go_default_library",
|
116 | 117 | "@org_golang_google_grpc//codes",
|
117 | 118 | "@org_golang_google_grpc//grpclog",
|
|
0 commit comments