incomplete go.sum file in 4.0.0 branch
- Dominant language
- Assembly
- Stars
- 830
- Forks
- 212
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 61
Description
```
go mod vendor
go: boringssl.googlesource.com/boringssl/crypto/ecdh_extra imports
github.com/ethereum/go-ethereum/crypto/secp256k1: missing go.sum entry for module providing package github.com/ethereum/go-ethereum/crypto/secp256k1 (imported by boringssl.googlesource.com/boringssl/crypto/ecdh_extra); to add:
go get boringssl.googlesource.com/boringssl/crypto/ecdh_extra
```
Contributor guide
Research direction
In the 4.0.0 branch, start by running `go mod vendor` and review the resulting missing `go.sum` entry for `github.com/ethereum/go-ethereum/crypto/secp256k1`. Check the module metadata involved in the error, then verify that dependency resolution and `go mod vendor` complete without the missing-entry error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100