You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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....
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had issues building locally in a preexisting
GOPATH
since it gocql was too old. How about introducing vendoring to both makemigrate
both forward and backwards compatible when it comes to building. My proposal is that we usedep
for maintain thevendor
directory.The text was updated successfully, but these errors were encountered: