mgutz / dat

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

no buildable Go source files (logxi) #66

Open aksentyev opened 7 years ago

aksentyev commented 7 years ago

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
mgutz commented 7 years ago

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.

sbowman commented 7 years ago

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.

kenkouot commented 7 years ago

This is the commit that breaks the project. https://github.com/mgutz/dat/commit/f2918ee2c9dd12bc7f27302aa28333ffcabc24d2#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.

Vrakfall commented 7 years ago

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

richp10 commented 6 years ago

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

louis77 commented 6 years ago

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.