Closed minhd-vu closed 2 years ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
ethgo | ✅ Ready (Inspect) | Visit Preview | Nov 8, 2022 at 2:41PM (UTC) |
What kind of error were you getting? The update path of btcec
had problems in the past.
Was trying to run a go get -u
and go mod tidy
and ran into:
github.com/umbracle/ethgo/contract imports
github.com/umbracle/ethgo/wallet imports
github.com/btcsuite/btcd/btcec: cannot find module providing package github.com/btcsuite/btcd/btcec
Ended up just running a:
go get -u github.com/umbracle/ethgo
and that resolved the issue. Thanks for the help!