@@ -65,8 +65,8 @@ go_library(
65
65
"//staging/src/k8s.io/client-go/util/cert:go_default_library" ,
66
66
"//staging/src/k8s.io/cluster-bootstrap/token/api:go_default_library" ,
67
67
"//staging/src/k8s.io/cluster-bootstrap/token/util:go_default_library" ,
68
+ "//vendor/github.com/lithammer/dedent:go_default_library" ,
68
69
"//vendor/github.com/pkg/errors:go_default_library" ,
69
- "//vendor/github.com/renstrom/dedent:go_default_library" ,
70
70
"//vendor/github.com/spf13/cobra:go_default_library" ,
71
71
"//vendor/github.com/spf13/pflag:go_default_library" ,
72
72
"//vendor/k8s.io/klog:go_default_library" ,
@@ -106,8 +106,8 @@ go_test(
106
106
"//staging/src/k8s.io/client-go/kubernetes/fake:go_default_library" ,
107
107
"//staging/src/k8s.io/client-go/testing:go_default_library" ,
108
108
"//staging/src/k8s.io/client-go/tools/clientcmd:go_default_library" ,
109
+ "//vendor/github.com/lithammer/dedent:go_default_library" ,
109
110
"//vendor/github.com/pkg/errors:go_default_library" ,
110
- "//vendor/github.com/renstrom/dedent:go_default_library" ,
111
111
"//vendor/github.com/spf13/cobra:go_default_library" ,
112
112
"//vendor/k8s.io/utils/exec:go_default_library" ,
113
113
"//vendor/k8s.io/utils/exec/testing:go_default_library" ,
0 commit comments