mattes / migrate

Database migrations. CLI and Golang library.
Other
2.29k stars 326 forks source link

Introduce vendoring #309

Open JensRantil opened 6 years ago

JensRantil commented 6 years ago

I had issues building locally in a preexisting GOPATH since it gocql was too old. How about introducing vendoring to both make migrate both forward and backwards compatible when it comes to building. My proposal is that we use dep for maintain the vendor directory.

froderik commented 6 years ago

Hmmm - I use this as a library in my code. If there is a vendor library in here I will have to flatten it somehow - right? It doesn't seem practical. Also given the huge amount of deps that migrate uses it will likely be clashes....