tainted icon indicating copy to clipboard operation
tainted copied to clipboard

Switch to packages module, allow to specify mod folder

Open ale-rinaldi opened this issue 4 years ago • 2 comments

Fix #3

Use the golang.org/x/tools/go/packages module instead of the build one. Add an optional mod parameter to specify the vendor directory.

ale-rinaldi avatar Jun 11 '20 13:06 ale-rinaldi

This PR broke finding updated dependencies for me.

pdt256 avatar Jun 23 '20 22:06 pdt256

I think we could maybe just have a modules using this new packages lib and non modules using the old build lib with a switch between them

kynrai avatar Aug 25 '20 13:08 kynrai