mirror of
https://github.com/status-im/status-keycard-go.git
synced 2025-01-18 18:31:56 +00:00
12 lines
262 B
Modula-2
12 lines
262 B
Modula-2
module github.com/status-im/status-keycard-go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95
|
|
github.com/ethereum/go-ethereum v1.10.26
|
|
github.com/status-im/keycard-go v0.3.0
|
|
golang.org/x/crypto v0.1.0
|
|
golang.org/x/text v0.4.0
|
|
)
|