Skip to content

Commit

Permalink
update kubernetes to v1.14 and csi spec to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsykim committed Mar 29, 2019
1 parent 98e45be commit 336726f
Show file tree
Hide file tree
Showing 24 changed files with 1,267 additions and 504 deletions.
52 changes: 26 additions & 26 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 @@ -3,19 +3,19 @@

[[constraint]]
name = "github.com/container-storage-interface/spec"
version = "=1.0.0"
version = "=1.1.0"

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.14.0-beta.2"
version = "kubernetes-1.14.0"

[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.14.0-beta.2"
version = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.14.0-beta.2"
version = "kubernetes-1.14.0"

[prune]
go-tests = true
Expand Down
Loading

0 comments on commit 336726f

Please sign in to comment.