加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 359 Bytes
一键复制 编辑 原始数据 按行查看 历史
leeqiang250 提交于 2023-01-26 19:39 . no message
module gitee.com/hot-wallet/parent-go
go 1.18
require github.com/ethereum/go-ethereum v1.10.26
require (
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化