mirror of
https://github.com/status-im/keycard-go.git
synced 2025-01-21 01:09:16 +00:00
11 lines
220 B
Modula-2
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
|
||
|
)
|