mirror of
https://github.com/status-im/status-keycard-go.git
synced 2025-01-18 18:31:56 +00:00
10 lines
279 B
Modula-2
10 lines
279 B
Modula-2
module github.com/status-im/nim-keycard-go/go/keycard
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95 // indirect
|
|
github.com/ethereum/go-ethereum v1.10.8 // indirect
|
|
github.com/status-im/keycard-go v0.0.0-20210831111044-2e0f5457d2c4 // indirect
|
|
)
|