dat
dat copied to clipboard
Change import paths to fix 'no buildable Go source files error' re: logxi
Fixes #66
Currently, the project is unusable with current glide.lock
. The root cause is that the current glide.lock
represents a dependency graph that is not compatible with v1
changes introduced here: https://github.com/mgutz/dat/commit/f2918ee2c9dd12bc7f27302aa28333ffcabc24d2#diff-33921aca24f9053a9a0b9e289014da32R3
l have:
- updated the
logx
i imports in dat.v1 to include thev1
package - downgraded the
jo
dependency back to the version with av1
package, as dat imports still rely on that package.
I've updated tests and running them manually produces no build errors. Continuous integration would be a helpful addition here, maybe TravisCI?
@mgutz ping
I am having the same issue while running automated build on CircleCI. @mgutz can you merge this PR please?
@mgutz any update on this ? I am having the same issue
this should most definitely be fixed
Is there any progress?
Project seems to be unusable without this.. and the issue is outstanding for 9 months.