Skip to content

Commit dbf1a6c

Browse files
authored
update go-ethereum (#53)
1 parent f65e786 commit dbf1a6c

File tree

2 files changed

+28
-462
lines changed

2 files changed

+28
-462
lines changed

go.mod

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ module github.com/flashbots/go-boost-utils
33
go 1.18
44

55
require (
6-
github.com/ethereum/go-ethereum v1.10.17
6+
github.com/ethereum/go-ethereum v1.10.25
77
github.com/ferranbt/fastssz v0.1.2-0.20220723134332-b3d3034a4575
88
github.com/pkg/errors v0.9.1
9-
github.com/stretchr/testify v1.7.1
10-
github.com/supranational/blst v0.3.7
9+
github.com/stretchr/testify v1.7.2
10+
github.com/supranational/blst v0.3.8-0.20220526154634-513d2456b344
1111
github.com/trailofbits/go-fuzz-utils v0.0.0-20210901195358-9657fcfd256c
1212
)
1313

1414
require (
1515
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
1616
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
17-
github.com/btcsuite/btcd/btcec/v2 v2.1.2 // indirect
17+
github.com/btcsuite/btcd/btcec/v2 v2.2.1 // indirect
1818
github.com/cespare/xxhash/v2 v2.1.2 // indirect
1919
github.com/davecgh/go-spew v1.1.1 // indirect
20-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
20+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
2121
github.com/go-kit/kit v0.9.0 // indirect
2222
github.com/go-logfmt/logfmt v0.5.0 // indirect
2323
github.com/go-ole/go-ole v1.2.1 // indirect
@@ -36,9 +36,8 @@ require (
3636
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
3737
github.com/tklauser/go-sysconf v0.3.5 // indirect
3838
github.com/tklauser/numcpus v0.2.2 // indirect
39-
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
40-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
41-
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect
39+
golang.org/x/crypto v0.1.0 // indirect
40+
golang.org/x/sys v0.1.0 // indirect
4241
gopkg.in/yaml.v2 v2.4.0 // indirect
43-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
42+
gopkg.in/yaml.v3 v3.0.1 // indirect
4443
)

0 commit comments

Comments
 (0)