Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Support Golang 1.12 and use module to manage the 3rd party dependences instead of dep #19

Open
bill828 opened this issue Apr 22, 2019 · 2 comments

Comments

@bill828
Copy link
Contributor

bill828 commented Apr 22, 2019

Currently, Golang 1.10 is recommended, and Golang 1.12 has a built-in package management tool module.

We may need to use this instead of the 3rd party management tool dep to follow the official behavior.

To use this tool, we need to use Golang 1.12 for building and testing.

@ahrtr
Copy link

ahrtr commented Aug 1, 2019

I suggest to hold off this change until golang 1.13, because go module will be the default dependency management tool at that time. Let's wait and see.

@matthewbaldwin
Copy link

matthewbaldwin commented May 11, 2020

Looks like this is an issue that still needs to be addressed. Can the 1.12 branch be merged?

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

No branches or pull requests

3 participants