mirror of
https://github.com/status-im/status-keycard-go.git
synced 2025-02-24 12:08:38 +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-20211006082725-f53d31ab34e1 // indirect
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|