2021-10-04 14:07:46 +02:00
|
|
|
module github.com/status-im/keycard-cli
|
|
|
|
|
2021-10-21 15:29:39 +02:00
|
|
|
go 1.17
|
|
|
|
|
|
|
|
replace github.com/ethereum/go-ethereum v1.10.4 => github.com/status-im/go-ethereum v1.10.4-status.2
|
2021-10-04 14:07:46 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95
|
2021-10-21 15:29:39 +02:00
|
|
|
github.com/ethereum/go-ethereum v1.10.4
|
|
|
|
github.com/hsanjuan/go-ndef v0.0.1
|
|
|
|
github.com/status-im/keycard-go v0.0.0-20211021131245-d3f6eddc36fb
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/btcsuite/btcd v0.22.0-beta // indirect
|
|
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
|
|
github.com/status-im/go-ethereum v1.9.1 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2021-10-04 14:07:46 +02:00
|
|
|
)
|