move pkg/client/transport to client-go
This commit is contained in:
@@ -70,6 +70,9 @@ func main() {
|
||||
if strings.Contains(dep.ImportPath, "k8s.io/kubernetes") {
|
||||
continue
|
||||
}
|
||||
if strings.Contains(dep.ImportPath, "k8s.io/client-go") {
|
||||
continue
|
||||
}
|
||||
g.Deps[i] = dep
|
||||
i++
|
||||
}
|
||||
|
Reference in New Issue
Block a user