Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.16k stars 539 forks source link

Specify stripVendor in glide.yaml, instead of as command line flag #1067

Open neelimamukiri opened 4 years ago

neelimamukiri commented 4 years ago

I am trying to use the same glide command for multiple projects with different requirements for nested vendor management (some need different versions of a package that is vendored from different dependencies and some need the vendors to be at the same level). Is there an option to specify --strip-vendor in the glide.yaml file instead of having to selectively add it as a command line flag?