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

MM-11349 Lock go-hclog and go-plugin dependencies to a revision #9128

Merged
merged 1 commit into from Jul 18, 2018

Conversation

jwilander
Copy link
Member

@jwilander jwilander commented Jul 18, 2018

Summary

I only locked go-plugin and go-hclog as those were the only packages we're using in our plugin package. Not super familiar with dep so let me know if there's anything else I need to do here.

Ticket Link

https://mattermost.atlassian.net/browse/MM-11349

@jwilander jwilander added the 2: Dev Review Requires review by a developer label Jul 18, 2018
if err != ErrSessionShutdown {
s.logger.Printf("[ERR] yamux: keepalive failed: %v", err)
s.exitErr(ErrKeepAliveTimeout)
}
Copy link
Member Author

Choose a reason for hiding this comment

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

Running dep ensure caused this change so I imagine we want it

Copy link
Member

@lieut-data lieut-data left a comment

Choose a reason for hiding this comment

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

I had locked these in the new mattermost-plugin-sample repository, so it will be interesting to see how this plays with vgo. Looks good!

@crspeller crspeller merged commit cbd3fa4 into master Jul 18, 2018
@crspeller crspeller deleted the mm-11349 branch July 18, 2018 22:31
@amyblais amyblais added Changelog/Not Needed Does not require a changelog entry Docs/Not Needed Does not require documentation labels Jul 20, 2018
@lindalumitchell lindalumitchell added the Tests/Not Needed New release tests not required label Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2: Dev Review Requires review by a developer Changelog/Not Needed Does not require a changelog entry Docs/Not Needed Does not require documentation Tests/Not Needed New release tests not required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants