keycard-cli/go.mod

19 lines
744 B
Modula-2
Raw Normal View History

2021-10-04 14:07:46 +02:00
module github.com/status-im/keycard-cli
go 1.16
require (
github.com/btcsuite/btcd v0.0.0-20171128150713-2e60448ffcc6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95
github.com/ethereum/go-ethereum v1.8.23
github.com/go-stack/stack v1.5.4 // indirect
github.com/hsanjuan/go-ndef v0.0.0-20181124005326-4235d2635a81
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a // indirect
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)