diff --git a/go.mod b/go.mod index f7f78adfb18..a980f0ec136 100644 --- a/go.mod +++ b/go.mod @@ -301,7 +301,7 @@ require ( replace ( github.com/cometbft/cometbft => github.com/bnb-chain/greenfield-tendermint v0.0.0-20230417032003-4cda1f296fb2 github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/prysmaticlabs/grpc-gateway/v2 v2.3.1-0.20210702154020-550e1cd83ec1 - github.com/ledgerwatch/erigon-lib => github.com/node-real/bsc-erigon-lib v1.0.2-0.20231205064020-5a294bf15e2d + github.com/ledgerwatch/erigon-lib => github.com/node-real/bsc-erigon-lib v1.0.2-0.20231208082640-a478a85b8ef0 github.com/ledgerwatch/erigon-snapshot => github.com/node-real/bsc-erigon-snapshot v1.0.1-0.20231207023556-43c6fd94f10e github.com/tendermint/tendermint => github.com/bnb-chain/tendermint v0.31.15 ) diff --git a/go.sum b/go.sum index 4660897feaf..d92b35f24eb 100644 --- a/go.sum +++ b/go.sum @@ -1220,8 +1220,8 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86/go.mod h1:kHJEU3ofeGjhHklVoIGuVj85JJwZ6kWPaJwCIxgnFmo= github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab/go.mod h1:Qr6/a/Q4r9LP1IltGz7tA7iOK1WonHEYhu1HRBA7ZiM= github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso= -github.com/node-real/bsc-erigon-lib v1.0.2-0.20231205064020-5a294bf15e2d h1:1eJ+ILA9q7/TwRAGae535JVwcXuSWA4VGltPGTWYmHE= -github.com/node-real/bsc-erigon-lib v1.0.2-0.20231205064020-5a294bf15e2d/go.mod h1:VfsdM52udAY3ghsNxdJcIVQJDEqE5eVBkFfYQkNHnO4= +github.com/node-real/bsc-erigon-lib v1.0.2-0.20231208082640-a478a85b8ef0 h1:nTnaoq4cWHDpOv0R2UMZh8OGnnuXsF0KHw5O/Fai6oI= +github.com/node-real/bsc-erigon-lib v1.0.2-0.20231208082640-a478a85b8ef0/go.mod h1:VfsdM52udAY3ghsNxdJcIVQJDEqE5eVBkFfYQkNHnO4= github.com/node-real/bsc-erigon-snapshot v1.0.1-0.20231207023556-43c6fd94f10e h1:WSrPOcTazElM5Y/ar2V+HKDzm162XiK61X7tSoYszec= github.com/node-real/bsc-erigon-snapshot v1.0.1-0.20231207023556-43c6fd94f10e/go.mod h1:3AuPxZc85jkehh/HA9h8gabv5MSi3kb/ddtzBsTVJFo= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=