-
Notifications
You must be signed in to change notification settings - Fork 62
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
Comments
I'm not sure what is going on with glide. It should be that simple. For now please install into your |
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. |
This is the commit that breaks the project. f2918ee#diff-33921aca24f9053a9a0b9e289014da32R3 Changing the import from |
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 |
I'm using glide as recommended, but the issue is still actual
The text was updated successfully, but these errors were encountered: