Skip to content

Commit

Permalink
WIP VENDOR commit from personal repo DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdillon committed May 10, 2021
1 parent 8b1c050 commit 1c9f141
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 91 deletions.
2 changes: 2 additions & 0 deletions go.mod
Expand Up @@ -26,3 +26,5 @@ require (

// points to temporary-watch-reduction-patch-1.21 to pick up k/k/pull/101102 - please remove it once the pr merges and a new Z release is cut
replace k8s.io/apiserver => github.com/openshift/kubernetes-apiserver v0.0.0-20210419140141-620426e63a99

replace github.com/openshift/api => github.com/patrickdillon/api v0.0.0-20210510153406-c9b992597dbe
6 changes: 2 additions & 4 deletions go.sum
Expand Up @@ -416,10 +416,6 @@ github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1Cpa
github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s=
github.com/opencontainers/image-spec v1.0.1/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0=
github.com/opencontainers/runc v0.0.0-20191031171055-b133feaeeb2e/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U=
github.com/openshift/api v0.0.0-20201214114959-164a2fb63b5f/go.mod h1:aqU5Cq+kqKKPbDMqxo9FojgDeSpNJI7iuskjXjtojDg=
github.com/openshift/api v0.0.0-20210105115604-44119421ec6b/go.mod h1:aqU5Cq+kqKKPbDMqxo9FojgDeSpNJI7iuskjXjtojDg=
github.com/openshift/api v0.0.0-20210503130528-bdf0090faab0 h1:eTfUltnd3pDVljfrMPiQsoi8mj+WWZ34lZZ2/npVgN4=
github.com/openshift/api v0.0.0-20210503130528-bdf0090faab0/go.mod h1:dZ4kytOo3svxJHNYd0J55hwe/6IQG5gAUHUE0F3Jkio=
github.com/openshift/build-machinery-go v0.0.0-20200917070002-f171684f77ab/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE=
github.com/openshift/build-machinery-go v0.0.0-20210209125900-0da259a2c359 h1:ehSDsWQiUVzJZrSEXMC7ceV9JIPEyTYqrpqu3m4Wa08=
github.com/openshift/build-machinery-go v0.0.0-20210209125900-0da259a2c359/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE=
Expand All @@ -431,6 +427,8 @@ github.com/openshift/kubernetes-apiserver v0.0.0-20210419140141-620426e63a99/go.
github.com/openshift/library-go v0.0.0-20210127081712-a4f002827e42 h1:MFQV6xoA94IMhsrZGyjmhLTPljPY4biNPwDjn2hjZUc=
github.com/openshift/library-go v0.0.0-20210127081712-a4f002827e42/go.mod h1:udseDnqxn5ON8i+NBjDp00fBTK0JRu1/6Y6tf6EivDE=
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc=
github.com/patrickdillon/api v0.0.0-20210510153406-c9b992597dbe h1:vzccQP3/c3TELKXlzM1u5c5ZmUqLVxE8jE5wDY5dUfI=
github.com/patrickdillon/api v0.0.0-20210510153406-c9b992597dbe/go.mod h1:dZ4kytOo3svxJHNYd0J55hwe/6IQG5gAUHUE0F3Jkio=
github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
Expand Down

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

48 changes: 11 additions & 37 deletions vendor/github.com/openshift/api/build/v1/generated.proto

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

48 changes: 11 additions & 37 deletions vendor/github.com/openshift/api/build/v1/types.go

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

0 comments on commit 1c9f141

Please sign in to comment.