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

Update dependency for golang.org/x/sys/windows #281

Merged
merged 1 commit into from
Jul 25, 2017
Merged

Conversation

SoManyHs
Copy link
Contributor

No description provided.

@@ -516,7 +513,7 @@
},
{
"ImportPath": "golang.org/x/sys/windows",
"Rev": "478fcf54317e52ab69f40bb4c7a1520288d7f7ea"
"Rev": "99f16d856c9836c42d24e7ab64ea72916925fa97"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like only the SHA was changed, without changing any of the vendored files. You'll need to check in the vendored files as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, after some digging, it would appear that the changes in 99f16d856c9836c42d24e7ab64ea72916925fa97 for golang.org/x/sys/windows are already reflected in the /vendor directory, but the revision SHA wasn't updated in the manifest. Checking out that version of the package and comparing it against what we have in our code, it looks like there are no real differences:
https://gist.github.com/SoManyHs/736f38ee56f818aeefa596dbf3791a7c

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well that seems broken. Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. It would appear to maybe be related to a known issue with godep restore: tools/godep#453

NOTE: The vendored files were already checked in in an earlier commit,
but due to a series of unfortunate events the revision SHA was not
updated properly. This remedies the discrepency.
@SoManyHs SoManyHs merged commit dcea6b5 into aws:master Jul 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants