x/build: vendor gopkg.in/inf.v0 #21598
Open
Labels
Milestone
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just tried to run
go get -u golang.org/x/build/cmd/release
and it failed because gopkg.in was temporarily unavailable. The offending import is in golang.org/x/build/kubernetes/api/quantity.go. We should vendor that package into the x/build subrepo so that we can still build releases when gopkg.in goes down./cc @broady @andybons
The text was updated successfully, but these errors were encountered: