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

Update dependencies to point to latest k8s api release #4157

Merged
merged 1 commit into from
Nov 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
113 changes: 97 additions & 16 deletions Gopkg.lock

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

10 changes: 1 addition & 9 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,9 @@ 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 = "~7.0.0"
version = "v9.0.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jackfrancis These are where I have manually typed in changes. The rest are all auto-generated.


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

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

Loading