mirror of
https://github.com/status-im/status-keycard-go.git
synced 2025-03-03 15:30:28 +00:00
15 lines
504 B
Modula-2
15 lines
504 B
Modula-2
module github.com/status-im/status-keycard-go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.22.0-beta // indirect
|
|
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95
|
|
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
|
|
)
|