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

Upgrade k8s dependencies to v1.13 #551

Merged
merged 2 commits into from
Jan 13, 2019
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
  •  
  •  
  •  
148 changes: 123 additions & 25 deletions Gopkg.lock

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

27 changes: 25 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,37 @@
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.1"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.11.1-beta.0"
version = "kubernetes-1.13.2"

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

[[constraint]]
name = "k8s.io/apiserver"
version = "kubernetes-1.13.2"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.13.2"

[[constraint]]
name = "k8s.io/kubernetes"
version = "v1.13.2"

[[constraint]]
name = "k8s.io/client-go"
version = "v10.0.0"

[[override]]
name = "github.com/imdario/mergo"
revision = "9316a62528ac99aaecb4e47eadd6dc8aa6533d58"

[prune]
go-tests = true
Expand Down
Loading