diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index a88b4c56c..09ac944bb 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1510,10 +1510,22 @@ "ImportPath": "k8s.io/client-go/listers/storage/v1beta1", "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, + { + "ImportPath": "k8s.io/client-go/pkg/apis/clientauthentication", + "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + }, + { + "ImportPath": "k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1", + "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + }, { "ImportPath": "k8s.io/client-go/pkg/version", "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, + { + "ImportPath": "k8s.io/client-go/plugin/pkg/client/auth/exec", + "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + }, { "ImportPath": "k8s.io/client-go/rest", "Rev": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" diff --git a/Godeps/OWNERS b/Godeps/OWNERS index 3d49f3060..ca3bdf4cc 100644 --- a/Godeps/OWNERS +++ b/Godeps/OWNERS @@ -1,2 +1,4 @@ +reviewers: +- dep-reviewers approvers: - dep-approvers