Skip to content

Commit 104f9de

Browse files
authored
update go-ethereum and other dependencies (#15)
1 parent e43cb0f commit 104f9de

File tree

2 files changed

+28
-537
lines changed

2 files changed

+28
-537
lines changed

go.mod

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@ module github.com/status-im/keycard-go
33
go 1.17
44

55
require (
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

1212
require (
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

0 commit comments

Comments
 (0)