@@ -5,17 +5,20 @@ go 1.18
5
5
require (
6
6
github.com/bnb-chain/zkbnb-crypto v0.0.8-0.20230217071307-211b4b7e8923
7
7
github.com/bnb-chain/zkbnb-eth-rpc v0.0.2
8
- github.com/consensys/gnark-crypto v0.7.0
8
+ github.com/consensys/gnark-crypto v0.9.1
9
9
github.com/ethereum/go-ethereum v1.10.26
10
- github.com/stretchr/testify v1.8.0
10
+ github.com/stretchr/testify v1.8.1
11
11
)
12
12
13
13
require (
14
- github.com/consensys/gnark v0.7.0 // indirect
15
- github.com/fxamacker/cbor/v2 v2.4.0 // indirect
14
+ github.com/blang/semver/v4 v4.0.0 // indirect
15
+ github.com/consensys/bavard v0.1.13 // indirect
16
+ github.com/consensys/gnark v0.8.0 // indirect
17
+ github.com/mattn/go-colorable v0.1.12 // indirect
18
+ github.com/mattn/go-isatty v0.0.14 // indirect
16
19
github.com/mmcloughlin/addchain v0.4.0 // indirect
17
- github.com/rs/zerolog v1.26.1 // indirect
18
- github.com/x448/float16 v0.8.4 // indirect
20
+ github.com/rs/zerolog v1.29.0 // indirect
21
+ rsc.io/tmplfunc v0.0.3 // indirect
19
22
)
20
23
21
24
require (
@@ -34,16 +37,16 @@ require (
34
37
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
35
38
github.com/tklauser/go-sysconf v0.3.5 // indirect; indirectg
36
39
github.com/tklauser/numcpus v0.2.2 // indirect
37
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
38
- golang.org/x/sys v0.2 .0 // indirect
40
+ golang.org/x/crypto v0.6.0 // indirect
41
+ golang.org/x/sys v0.5 .0 // indirect
39
42
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
40
43
gopkg.in/yaml.v3 v3.0.1 // indirect
41
44
)
42
45
43
- replace github.com/consensys/gnark => github.com/bnb-chain/gnark v0.7.1-0.20230206150652-4e87ef37b4e7
46
+ replace github.com/consensys/gnark => github.com/bnb-chain/gnark v0.7.1-0.20230412065523-4d344ff30ab3
44
47
45
- replace github.com/consensys/gnark-crypto => github.com/bnb-chain/gnark-crypto v0.7 .1-0.20230203031630-7c643ad11891
48
+ replace github.com/consensys/gnark-crypto => github.com/bnb-chain/gnark-crypto v0.8 .1-0.20230412061827-228166c33652
46
49
47
- replace github.com/bnb-chain/zkbnb-crypto => github.com/15000785133/zkbnb-crypto v0.0.8-0.20230403144529-4e2e8ffac4bd
50
+ replace github.com/bnb-chain/zkbnb-crypto => github.com/15000785133/zkbnb-crypto v0.0.8-0.20230419115132-7064c667baff
48
51
49
52
replace github.com/bnb-chain/zkbnb-eth-rpc => github.com/15000785133/zkbnb-eth-rpc v0.0.3-0.20230323082501-ae497b894451
0 commit comments