speedle icon indicating copy to clipboard operation
speedle copied to clipboard

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

Open bill828 opened this issue 7 years ago • 2 comments

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.

bill828 avatar Apr 22 '19 08:04 bill828

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.

ahrtr avatar Aug 01 '19 00:08 ahrtr

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

matthewbaldwin avatar May 11 '20 15:05 matthewbaldwin