-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use dep #1
Comments
But for now all dependencies is pulled no ? So with or without dep is the same for dependencies no ? |
Currently, there's a whitelist of db dependencies specified in the Makefile (see the That being said, maybe it's not so bad to include all db dependencies in the binary. The binary shouldn't get that much larger. |
The executable weights less than 10 mb with all dependencies, moreover when using People who wants to build with only one dependency can always do it, so there are no real change to include dep now. |
migrate now uses dep as of commit 3d7b06e and build https://travis-ci.org/golang-migrate/migrate/jobs/386409073 |
…le-support to master * commit '7fb76b76ab0bdaea873e34f4d98bbe14515dc30d': clean up lint errors re-enable other dbs in makefile initial commit of working oracle db support
Hold off on using
dep
until it supports build tags. We don't want to pull in unnecessary dependencies. e.g. if you're only using migrate for postgres, there's no reason why you should have a dependency on cassandra drivergolang/dep#291
The text was updated successfully, but these errors were encountered: