-
Notifications
You must be signed in to change notification settings - Fork 42k
Update golang/x/net dependency on release-1.13 #81546
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
Update golang/x/net dependency on release-1.13 #81546
Conversation
Change-Id: Ibf0877521310d6f2baad605bf1216940e95cb9cd
|
/cc |
BenTheElder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
two non-blocking nits / suggestions
| ## was moved to the "golang.org/x/net/http/httpguts" directory, we do not use | ||
| ## this directly, however many packages we vendor are still using the older | ||
| ## golang.org/x/net and we need to keep this until all those dependencies | ||
| ## are switched to newer golang.org/x/net. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yikes
| # Some things we want in godeps aren't code dependencies, so ./... | ||
| # won't pick them up. | ||
| REQUIRED_BINS=( | ||
| REQUIRED_BINS+=( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tiny suggestion: invert this logic so the workaround follows and appends, so we change less in the future to undo it? /shrug
| return nil, nil | ||
| } | ||
|
|
||
| pkgs := strings.Split(ignorePackages, ",") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit / suggestion: can we call this variable something that makes it clear we want to ignore these?
LoadPackages containing a pkgs that is not what we're loading is slightly confusing imho.
|
/assign @thockin @smarterclayton @lavalamp |
|
@BenTheElder 708702b is a cherry pick of eb4865f which has already been merged into master. I'd rather not make additional changes to it. |
|
All approvals are in, except for |
What type of PR is this?
/kind bug
/priority critical-urgent
/sig release network
What this PR does / why we need it:
Updates golang.org/x/net dependency to bring in http2 fix
Which issue(s) this PR fixes:
ref golang/go#33606
ref #79912
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: