gojuno / minimock

Powerful mock generation tool for Go programming language
MIT License
577 stars 38 forks source link

Consider purging vendor directory #44

Closed shoenig closed 4 years ago

shoenig commented 4 years ago

Now that mminimock is using Go modules, it seems redundant to have the vendor directory. Modules are publicly served via proxy.golang.org, and paranoid orgs will typically run an additional internal proxy. The vendor directory is also ignored by default. https://github.com/golang/go/wiki/Modules#how-do-i-use-vendoring-with-modules-is-vendoring-going-away

hexdigest commented 4 years ago

Hi @shoenig Done, thanks for the input!