Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no buildable Go source files (logxi) #66

Open
aksentyev opened this issue Mar 30, 2017 · 6 comments
Open

no buildable Go source files (logxi) #66

aksentyev opened this issue Mar 30, 2017 · 6 comments

Comments

@aksentyev
Copy link

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
Copy link
Owner

mgutz commented Mar 30, 2017

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
Copy link

sbowman commented Apr 3, 2017

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
Copy link

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.

@Vrakfall
Copy link

Vrakfall commented Aug 27, 2017

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

@richp10
Copy link

richp10 commented Jan 18, 2018

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

@louis77
Copy link

louis77 commented Jan 18, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants