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", ], )