20 lines
528 B
Modula-2
20 lines
528 B
Modula-2
module github.com/status-im/keycard-cli
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95
|
|
github.com/ethereum/go-ethereum v1.10.26
|
|
github.com/hsanjuan/go-ndef v0.0.1
|
|
github.com/status-im/keycard-go v0.3.2
|
|
)
|
|
|
|
require (
|
|
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
golang.org/x/text v0.4.0 // indirect
|
|
)
|