umbracle / ethgo

Ethereum Golang API
https://www.ethgoproject.io
Mozilla Public License 2.0
484 stars 134 forks source link

upgrade btcec #225

Closed minhd-vu closed 2 years ago

minhd-vu commented 2 years ago
vercel[bot] commented 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)
ferranbt commented 2 years ago

What kind of error were you getting? The update path of btcec had problems in the past.

minhd-vu commented 2 years ago

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!