Update go.mod.

This commit is contained in:
Arijit Das 2021-12-16 21:23:05 +05:30
parent c5f2e209b4
commit 01ce8b26b5
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -12,4 +12,4 @@ require (
github.com/vulcanize/go-eth-state-node-iterator v0.0.1-alpha.0.20211014064906-d23d01ed8191
)
replace github.com/ethereum/go-ethereum v1.10.9 => github.com/Vulcanize/go-ethereum v0.0.0-20211215100424-e2c2cd8d0279
replace github.com/ethereum/go-ethereum v1.10.9 => github.com/Vulcanize/go-ethereum v1.10.13-statediff-0.0.28

4
go.sum
View File

@ -41,8 +41,8 @@ github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 h1:fLjPD/aNc3UIO
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/VictoriaMetrics/fastcache v1.6.0 h1:C/3Oi3EiBCqufydp1neRZkqcwmEiuRT9c3fqvvgKm5o=
github.com/VictoriaMetrics/fastcache v1.6.0/go.mod h1:0qHz5QP0GMX4pfmMA/zt5RgfNuXJrTP0zS7DqpHGGTw=
github.com/Vulcanize/go-ethereum v0.0.0-20211215100424-e2c2cd8d0279 h1:TQ5GbP0j3UZapsnlskzSeKOF8N/pw7h3lG1CCyOeCtY=
github.com/Vulcanize/go-ethereum v0.0.0-20211215100424-e2c2cd8d0279/go.mod h1:9L+QY31AnWnX2/2HDOySCjQoYUdWNGBRMezFJVfH73E=
github.com/Vulcanize/go-ethereum v1.10.13-statediff-0.0.28 h1:KYqafHZyWqvf931TbUKPTi5g9CVsUokGqqrgmqrJA9k=
github.com/Vulcanize/go-ethereum v1.10.13-statediff-0.0.28/go.mod h1:9L+QY31AnWnX2/2HDOySCjQoYUdWNGBRMezFJVfH73E=
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=