keycard-cli/go.mod

20 lines
528 B
Modula-2
Raw Normal View History

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
2021-10-04 14:07:46 +02:00
require (
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95
2022-11-09 07:12:45 +01:00
github.com/ethereum/go-ethereum v1.10.26
2021-10-21 15:29:39 +02:00
github.com/hsanjuan/go-ndef v0.0.1
2022-11-09 07:12:45 +01:00
github.com/status-im/keycard-go v0.2.0
2021-10-21 15:29:39 +02:00
)
require (
2022-11-09 07:38:09 +01:00
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
2021-10-21 15:29:39 +02:00
github.com/go-stack/stack v1.8.1 // indirect
2022-11-09 07:12:45 +01:00
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
2021-10-04 14:07:46 +02:00
)