Skip to content

Commit

Permalink
UPSTREAM: <drop>: run ./hack/update-vendor.sh
Browse files Browse the repository at this point in the history
due to the following inconsistent vendoring error:
  go: inconsistent vendoring in /go/src/k8s.io/kubernetes/hack/tools:

we run make update by removing the following from replace
section of code-generator go.mod file
  k8s.io/code-generator => ../code-generator

so after we complete all 'update', we run hack/update-vendor.sh

once we solve the dependency issue with downstream then this
would no longer be needed
  • Loading branch information
tkashem committed May 26, 2022
1 parent 49addc2 commit cfda1cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions staging/src/k8s.io/code-generator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ require (
replace (
github.com/onsi/ginkgo => github.com/openshift/ginkgo v4.7.0-origin.0+incompatible
golang.org/x/oauth2 => golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
k8s.io/code-generator => ../code-generator
)

0 comments on commit cfda1cf

Please sign in to comment.