mirror of
https://github.com/status-im/status-keycard-go.git
synced 2025-01-18 10:22:51 +00:00
13 lines
360 B
Modula-2
13 lines
360 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.3
|
|
golang.org/x/crypto v0.1.0
|
|
golang.org/x/text v0.4.0
|
|
)
|
|
|
|
replace github.com/ebfe/scard => github.com/keycard-tech/scard v0.0.0-20241212105412-f6a0ad2a2912 |