keycard-go/go.mod
2021-09-11 18:10:11 +02:00

11 lines
220 B
Modula-2

module github.com/status-im/keycard-go
go 1.13
require (
github.com/ethereum/go-ethereum v1.9.12
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
golang.org/x/text v0.3.2
)