digitalocean / gta

gta: do transitive analysis to find packages whose dependencies have changed
Apache License 2.0
202 stars 21 forks source link

do not strip vendor directory in GOPATH mode #17

Closed bhcleek closed 3 years ago

bhcleek commented 3 years ago

Performance in module aware mode seems orders of magnitude worse in module aware mode, so continue to support GOPATH mode for now by detecting when it is enabled.

danrabinowitz commented 3 years ago

LGTM