Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/build/kubernetes/api: vendor gopkg.in/inf.v0 #21598

Closed
rsc opened this issue Aug 24, 2017 · 1 comment
Closed

x/build/kubernetes/api: vendor gopkg.in/inf.v0 #21598

rsc opened this issue Aug 24, 2017 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Aug 24, 2017

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

@rsc rsc added this to the Unreleased milestone Aug 24, 2017
@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Aug 24, 2017
@dmitshur dmitshur added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jun 17, 2022
@dmitshur
Copy link
Contributor

Resolved by now via the module mode and the module mirror, that dependency should be available even when gopkg.in is down.

@dmitshur dmitshur closed this as not planned Won't fix, can't repro, duplicate, stale Jun 17, 2022
@dmitshur dmitshur changed the title x/build: vendor gopkg.in/inf.v0 x/build/kubernetes/api: vendor gopkg.in/inf.v0 Jun 17, 2022
@dmitshur dmitshur added this to Done in Go Release Team Jun 17, 2022
@golang golang locked and limited conversation to collaborators Jun 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Archived in project
Development

No branches or pull requests

3 participants