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

go: error loading module requirements #21

Closed
vaultec81 opened this issue Aug 13, 2019 · 2 comments
Closed

go: error loading module requirements #21

vaultec81 opened this issue Aug 13, 2019 · 2 comments

Comments

@vaultec81
Copy link

All other dependencies installed correctly... Same result on both Linux amd64, arm64.

$ make go.mod IPFS_VERSION=v0.4.21             ./set-target.sh v0.4.21
go: github.com/dgraph-io/[email protected]+incompatible: go.mod has post-v2 module path "github.com/dgraph-io/badger/v2" at revision v2.0.0-rc.2
go: error loading module requirements
Makefile:20: recipe for target 'go.mod' failed
make: *** [go.mod] Error 1

go version go1.12.7 linux/amd64

@Stebalien
Copy link
Member

Badger messed with their tags a bit. go-ipfs 0.4.22 is now out (uploading the blog post now) so I recommend you use that.

Also, unlike 0.4.21, it actually works with plugins out of the box (see #17).

@vaultec81
Copy link
Author

I see, thank you for the quick response.

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

2 participants