Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46518e9 commit 13e6318Copy full SHA for 13e6318
1 file changed
plugin/pkg/client/auth/oidc/BUILD
@@ -14,7 +14,6 @@ go_library(
14
tags = ["automanaged"],
15
deps = [
16
"//pkg/client/restclient:go_default_library",
17
- "//pkg/util/wait:go_default_library",
18
"//vendor:github.com/coreos/go-oidc/jose",
19
"//vendor:github.com/coreos/go-oidc/oauth2",
20
"//vendor:github.com/coreos/go-oidc/oidc",
@@ -28,8 +27,6 @@ go_test(
28
27
library = "go_default_library",
29
30
31
- "//pkg/util/diff:go_default_library",
32
33
"//plugin/pkg/auth/authenticator/token/oidc/testing:go_default_library",
34
35
"//vendor:github.com/coreos/go-oidc/key",
0 commit comments