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

Replace glide #73

Closed
emirb opened this issue Nov 1, 2018 · 5 comments
Closed

Replace glide #73

emirb opened this issue Nov 1, 2018 · 5 comments

Comments

@emirb
Copy link

emirb commented Nov 1, 2018

As the documentation mentions, using Glide for dependency management is not recommended anymore as dep is available for some time now.

I would propose moving to dep or even better to Go modules (previously known as vgo) which are available since 1.11 release.

@BHunter2889
Copy link

BHunter2889 commented Nov 12, 2018

I would like to add a subtask to this:

  • fix versioning to meet dep standards by removing -rc tagging practice which prevents dep from getting latest version.

@luluzhao
Copy link
Contributor

@emirb @BHunter2889, thank you for all the suggestions and sorry for the late reply. We already add dep support in our backlog task and please stay tuned.

@emirb
Copy link
Author

emirb commented Feb 25, 2019

@luluzhao Are you going to skip dep support and skip to Go modules directly?

@luluzhao
Copy link
Contributor

Hello @emirb , after reading Go package management tools wiki, I found out Go111Module became the "official experiment" which was "dep tool" before. Thanks for pointing out this and we are definitely going to mark Go modules as priority to solve glide issue. Please stay in tuned.

@chrisradek
Copy link
Contributor

The SDK now supports dep and go modules as of V1.0.0-rc.11.

Removing the -rc tag will be a separate task once the SDK is no longer in a release candidate stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants