libp2p / libp2p/go-libp2p-daemon
Missing module with go 1.12
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 95
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
Error with `v0.2.3` and go version 1.12:
```
build github.com/libp2p/go-libp2p-daemon/p2p-keygen: cannot find module for path crypto/ed25519
```
Per readme, 1.12 should be supported. Worked with go1.13
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the README's Go version support statement and reproducing the v0.2.3 build with Go 1.12. Investigate why the build cannot resolve crypto/ed25519, then verify that the project builds with Go 1.12 while retaining the reported Go 1.13 behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100