mgutz / dat

Go Postgres Data Access Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no buildable Go source files (logxi)

aksentyev opened this issue · comments

I'm using glide as recommended, but the issue is still actual

vendor/gopkg.in/mgutz/dat.v1/init.go:7:2: no buildable Go source files in /Users/green/golang/src/github.com/mgutz/logxi

I'm not sure what is going on with glide. It should be that simple. For now please install into your $GOPATH per INSTALL doc.

Your code now refers to "github.com/mguz/logxi", but your logxi package has all the code under "v1". Did you perhaps change something locally in logxi that you didn't push?

Edit: Just notice github is defaulting to the v1 branch for dat, but looks like all your glide updates are on master. The v1 glide.yaml doesn't specify a "subpackage", but the master glide.yaml does.

commented

This is the commit that breaks the project. f2918ee#diff-33921aca24f9053a9a0b9e289014da32R3

Changing the import from github.com/mgutz/logxi/v1 to bare is now breaking anyone who upgrades their dat from this commit onward.

While waiting for this to be solved, I locked this lib to commit c2a5759 (v1.1.10) in my glide.lock.

This seems to be unresolved.. Any news? This project seems to need more collaborators as there outstanding PRs which would make it usable.

I recommend you switch to the fork at https://github.com/Janulka/dat
since the maintainer of this repo doesn't respond any more for about a year.