Open aksentyev opened 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.
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. 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.
While waiting for this to be solved, I locked this lib to commit c2a5759ae4b0303a8bf640d01a85ae3acc02455d (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.
I'm using glide as recommended, but the issue is still actual