2021-10-13 11:05:00 +02:00
|
|
|
module github.com/status-im/status-keycard-go
|
2021-09-13 13:09:23 +02:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-10-21 10:12:59 +02:00
|
|
|
github.com/btcsuite/btcd v0.22.0-beta // indirect
|
2021-10-13 11:05:00 +02:00
|
|
|
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95
|
2021-10-21 10:12:59 +02:00
|
|
|
github.com/ethereum/go-ethereum v1.10.11
|
|
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
|
|
github.com/status-im/keycard-go v0.0.0-20211019092400-6448707c0dd9
|
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20211020174200-9d6173849985 // indirect
|
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2021-09-13 13:09:23 +02:00
|
|
|
)
|