keycard-cli/go.mod

21 lines
856 B
Modula-2
Raw Normal View History

2020-04-09 14:52:17 +02:00
module github.com/status-im/keycard-cli
go 1.14
require (
github.com/aktau/github-release v0.7.2 // indirect
github.com/btcsuite/btcd v0.0.0-20171128150713-2e60448ffcc6
github.com/dustin/go-humanize v1.0.0 // 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
github.com/hsanjuan/go-ndef v0.0.0-20181124005326-4235d2635a81
github.com/karalabe/xgo v0.0.0-20191115072854-c5ccff8648a7 // indirect
github.com/status-im/keycard-go v0.0.0-20200402102358-957c09536969
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
github.com/voxelbrain/goptions v0.0.0-20180630082107-58cddc247ea2 // indirect
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca
golang.org/x/text v0.3.0
)