-
Notifications
You must be signed in to change notification settings - Fork 540
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
The golang.org/x/net package has issues depending on context #373
Labels
Comments
😭 |
Just ran into this as well... |
Closed
Ran into this today. |
I hope to have this fixed (with a release) in the next day. |
There's a fix posted to #376. |
mattfarina
added a commit
that referenced
this issue
Apr 5, 2016
Fixes #373: Go 1.7 context package import issues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go 1.7 will have
context
in the standard library. Thegolang.org/x/net
package has a build tag for go 1.7 and that file depends on the standard library version ofcontext
.Glide looking at all the packages across all the build flags has a problem with this.
See golang/net@afc22ee#diff-22b1e0bcbf56beea47fa8ad88e890286R5
The text was updated successfully, but these errors were encountered: