13 lines
383 B
Modula-2
Raw Normal View History

2021-10-13 11:05:00 +02:00
module github.com/status-im/status-keycard-go
2021-09-13 13:09:23 +02:00
go 1.16
require (
2021-10-13 11:05:00 +02:00
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95
2021-10-21 10:12:59 +02:00
github.com/ethereum/go-ethereum v1.10.11
2021-10-22 11:52:57 +02:00
github.com/status-im/keycard-go v0.0.0-20211022094747-07b455f49c05
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
2021-10-21 10:12:59 +02:00
golang.org/x/sys v0.0.0-20211020174200-9d6173849985 // indirect
2021-10-22 11:52:57 +02:00
golang.org/x/text v0.3.7
2021-09-13 13:09:23 +02:00
)