Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
rollback k8s client-go deps to v7.0.0 (#4291)
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 authored and jackfrancis committed Nov 26, 2018
1 parent a83db69 commit 99df9fb
Show file tree
Hide file tree
Showing 669 changed files with 22,398 additions and 43,966 deletions.
92 changes: 14 additions & 78 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,17 @@ required = [
name = "gopkg.in/yaml.v2"
version = "2.0.0"

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.10.0"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.10.0"

[[constraint]]
name = "k8s.io/client-go"
version = "v9.0.0"
version = "~7.0.0"

[[constraint]]
name = "github.com/onsi/ginkgo"
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/google/btree/.travis.yml

This file was deleted.

Loading

0 comments on commit 99df9fb

Please sign in to comment.