mirror of
https://github.com/status-im/status-keycard-go.git
synced 2025-01-31 08:37:16 +00:00
15 lines
547 B
Modula-2
15 lines
547 B
Modula-2
module github.com/status-im/nim-keycard-go/go/keycard
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.22.0-beta // indirect
|
|
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95 // indirect
|
|
github.com/ethereum/go-ethereum v1.10.9 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/status-im/keycard-go v0.0.0-20211007082058-557c4c58b3bc // indirect
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|