mgutz / dat

Go Postgres Data Access Toolkit
Other
612 stars 62 forks source link

Change import paths to fix 'no buildable Go source files error' re: logxi #70

Open kenkouot opened 7 years ago

kenkouot commented 7 years ago

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:

kenkouot commented 7 years ago

I've updated tests and running them manually produces no build errors. Continuous integration would be a helpful addition here, maybe TravisCI?

kenkouot commented 7 years ago

@mgutz ping

Janulka commented 7 years ago

I am having the same issue while running automated build on CircleCI. @mgutz can you merge this PR please?

f10et commented 7 years ago

@mgutz any update on this ? I am having the same issue

thomasf commented 7 years ago

this should most definitely be fixed

im-kulikov commented 7 years ago

Is there any progress?

richp10 commented 6 years ago

Project seems to be unusable without this.. and the issue is outstanding for 9 months.