File tree Expand file tree Collapse file tree 2 files changed +28
-537
lines changed
Expand file tree Collapse file tree 2 files changed +28
-537
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,18 @@ module github.com/status-im/keycard-go
33go 1.17
44
55require (
6- github.com/ethereum/go-ethereum v1.10.4
7- github.com/stretchr/testify v1.7.0
8- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
9- golang.org/x/text v0.3.7
6+ github.com/ethereum/go-ethereum v1.10.26
7+ github.com/stretchr/testify v1.7.2
8+ golang.org/x/crypto v0.1.0
9+ golang.org/x/text v0.4.0
1010)
1111
1212require (
13- github.com/btcsuite/btcd v0.22.0-beta // indirect
13+ github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
1414 github.com/davecgh/go-spew v1.1.1 // indirect
15+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
1516 github.com/go-stack/stack v1.8.1 // indirect
1617 github.com/pmezard/go-difflib v1.0.0 // indirect
17- golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
18- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
18+ golang.org/x/sys v0.2.0 // indirect
19+ gopkg.in/yaml.v3 v3.0.1 // indirect
1920)
20-
21- replace github.com/ethereum/go-ethereum v1.10.4 => github.com/status-im/go-ethereum v1.10.4-status.2
You can’t perform that action at this time.
0 commit comments