From 4cfdc9bf2bc1da5a6dc6075b661c3888deb93e61 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst Date: Fri, 5 Jun 2020 19:36:23 +0100 Subject: [PATCH] proto: add protoc-gen-govalidators import This import is part of the generated files and was missing. Fixes #2531 --- proto/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/BUILD.bazel b/proto/BUILD.bazel index db7424dc18..71be587383 100644 --- a/proto/BUILD.bazel +++ b/proto/BUILD.bazel @@ -41,6 +41,7 @@ go_proto_compiler( visibility = ["//visibility:public"], deps = [ "@com_github_golang_protobuf//proto:go_default_library", + "@com_github_mwitkow_go_proto_validators//:validators_golang", ], )