Skip to content

Commit

Permalink
Vendor bump to support generating Ingress CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
danehans committed Mar 28, 2019
1 parent a7a7153 commit 80cc524
Show file tree
Hide file tree
Showing 80 changed files with 25,145 additions and 41 deletions.
352 changes: 321 additions & 31 deletions Gopkg.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Gopkg.toml
Expand Up @@ -7,6 +7,7 @@ required = [
"k8s.io/code-generator/cmd/openapi-gen",
"k8s.io/gengo/args",
"github.com/kevinburke/go-bindata",
"github.com/openshift/library-go/cmd/crd-schema-gen", # required for generating ingress crd
]

[prune]
Expand Down Expand Up @@ -37,7 +38,7 @@ required = [

[[constraint]]
name = "github.com/openshift/library-go"
revision = "cef3bac303c956844aa15215630d26b1e0a1085a"
revision = "fc4b2d5cbcf0ab855422e340c78fe7a53a38bee3"

[[override]]
name = "github.com/openshift/api"
Expand Down
25 changes: 25 additions & 0 deletions vendor/github.com/evanphx/json-patch/LICENSE

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

0 comments on commit 80cc524

Please sign in to comment.