From cd5643b85c79e09ccee7656ba4b93a007b65cc01 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Sat, 22 Oct 2016 02:50:33 -0700 Subject: [PATCH] Update bazel --- pkg/apiserver/authenticator/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/apiserver/authenticator/BUILD b/pkg/apiserver/authenticator/BUILD index d087df78818..c8b90f65c33 100644 --- a/pkg/apiserver/authenticator/BUILD +++ b/pkg/apiserver/authenticator/BUILD @@ -31,5 +31,6 @@ go_library( "//plugin/pkg/auth/authenticator/token/oidc:go_default_library", "//plugin/pkg/auth/authenticator/token/tokenfile:go_default_library", "//plugin/pkg/auth/authenticator/token/webhook:go_default_library", + "//vendor:github.com/go-openapi/spec", ], )