Skip to content

Commit

Permalink
Update dependencies to Kubernetes 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Dec 2, 2018
1 parent 4443d36 commit f3230ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions Gopkg.lock

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

8 changes: 4 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ required = ["sigs.k8s.io/testing_frameworks/integration",

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

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

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

[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.12.2"
version = "kubernetes-1.12.3"

[[constraint]]
name = "github.com/onsi/ginkgo"
Expand Down

0 comments on commit f3230ee

Please sign in to comment.