whyrusleeping / gx

A package management tool
MIT License
1.88k stars 110 forks source link

add a flag to include the vendor directory when publishing #185

Closed marten-seemann closed 6 years ago

marten-seemann commented 6 years ago

Currently, the vendor directory is never published: https://github.com/whyrusleeping/gx/blob/2e7e5abddb8321709666be9161e09aae16b2a0d8/gxutil/publish.go#L87-L90 This makes sense for projects that fully use gx, but when importing a third-party dependency that use vendoring, this will break the build.