1
1
module github.com/flashbots/rpc-endpoint
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.22.3
4
6
5
7
require (
6
8
github.com/alicebob/miniredis v2.5.0+incompatible
7
- github.com/cespare/xxhash/v2 v2.2 .0
8
- github.com/ethereum/go-ethereum v1.13.11
9
+ github.com/cespare/xxhash/v2 v2.3 .0
10
+ github.com/ethereum/go-ethereum v1.14.7
9
11
github.com/go-redis/redis/v8 v8.11.5
10
12
github.com/google/uuid v1.3.0
11
13
github.com/lib/pq v1.10.7
12
14
github.com/metachris/flashbotsrpc v0.7.0
13
15
github.com/pkg/errors v0.9.1
14
- github.com/stretchr/testify v1.8.4
16
+ github.com/stretchr/testify v1.9.0
17
+ golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
15
18
)
16
19
17
20
require (
@@ -20,17 +23,16 @@ require (
20
23
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
21
24
github.com/consensys/bavard v0.1.13 // indirect
22
25
github.com/consensys/gnark-crypto v0.12.1 // indirect
23
- github.com/crate-crypto/go-kzg-4844 v0.7 .0 // indirect
26
+ github.com/crate-crypto/go-kzg-4844 v1.0 .0 // indirect
24
27
github.com/davecgh/go-spew v1.1.1 // indirect
25
28
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
26
29
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
27
- github.com/ethereum/c-kzg-4844 v0.4 .0 // indirect
28
- github.com/holiman/uint256 v1.2.4 // indirect
30
+ github.com/ethereum/c-kzg-4844 v1.0 .0 // indirect
31
+ github.com/holiman/uint256 v1.3.0 // indirect
29
32
github.com/mmcloughlin/addchain v0.4.0 // indirect
30
33
github.com/pmezard/go-difflib v1.0.0 // indirect
31
34
github.com/supranational/blst v0.3.11 // indirect
32
- golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
33
- golang.org/x/sync v0.5.0 // indirect
35
+ golang.org/x/sync v0.7.0 // indirect
34
36
gopkg.in/yaml.v3 v3.0.1 // indirect
35
37
rsc.io/tmplfunc v0.0.3 // indirect
36
38
)
@@ -40,6 +42,6 @@ require (
40
42
github.com/gomodule/redigo v1.8.5 // indirect
41
43
github.com/jmoiron/sqlx v1.3.4
42
44
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
43
- golang.org/x/crypto v0.17 .0 // indirect
44
- golang.org/x/sys v0.16 .0 // indirect
45
+ golang.org/x/crypto v0.22 .0 // indirect
46
+ golang.org/x/sys v0.20 .0 // indirect
45
47
)
0 commit comments