vendor.conf: Bump golang.org/x/sys to a55a76086885b80f79961eacb876ebd8caf3868d#1464
Merged
crosbymichael merged 1 commit intoopencontainers:masterfrom May 30, 2017
Merged
Conversation
…8caf3868d With: $ go get -u github.com/LK4D4/vndr $ sed -i 's/9a7256cb28ed514b4e1e5f68959914c4c28a92e0/a55a76086885b80f79961eacb876ebd8caf3868d/' vendor.conf $ vndr I'm not sure why vndr is messing with github.com/golang/protobuf, but I assume it knows what it's doing. The x/sys bumps to master, but I need it for MS_LAZYTIME (added in github.com/golang/sys@ea9bcade75, unix: generate all Linux go files from source, 2017-03-08). Signed-off-by: W. Trevor King <wking@tremily.us>
This was referenced May 26, 2017
Member
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With:
I'm not sure why vndr is messing with
github.com/golang/protobuf, but I assume it knows what it's doing.The
x/sysbumps to master, but I need it forMS_LAZYTIME(added in golang/sys@ea9bcade75) for #1460.