digitalocean / gta

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

workaround issues with vendored packages in module aware mode #16

Closed bhcleek closed 3 years ago

bhcleek commented 3 years ago

Work around issues with vendored packages in module aware mode. Since module aware mode is the default as of Go 1.16 and Go 1.17 is scheduled to drop support for GOPATH completely, this should be ok to do instead of trying to be smart and figure out which mode to operate in.

We probably need to refactor the Packager implementation more fully to completely quit relying on go/build.