Skip to content

Commit

Permalink
Update erigon-lib version.
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   go.mod
	modified:   go.sum
  • Loading branch information
mmontour1306 committed Jun 15, 2023
1 parent b816722 commit a08ddd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ require (
rsc.io/tmplfunc v0.0.3 // indirect
)

replace github.com/ledgerwatch/erigon-lib => github.com/bobanetwork/v3-erigon-lib v0.0.0-20230531233321-6227883c25ae
replace github.com/ledgerwatch/erigon-lib => github.com/bobanetwork/v3-erigon-lib v0.0.0-20230614223018-e4233355d8a5

replace github.com/tendermint/tendermint => github.com/bnb-chain/tendermint v0.31.12

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
github.com/bits-and-blooms/bitset v1.5.0 h1:NpE8frKRLGHIcEzkR+gZhiioW1+WbYV6fKwD6ZIpQT8=
github.com/bits-and-blooms/bitset v1.5.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
github.com/bobanetwork/v3-erigon-lib v0.0.0-20230531233321-6227883c25ae h1:w0ZXmiSB0GbXr0dEMwZznzHYnA2Q/9VKMjXbNHNQFmI=
github.com/bobanetwork/v3-erigon-lib v0.0.0-20230531233321-6227883c25ae/go.mod h1:puFFYfRs9pGEQZTSKPOoKIwKZGHvdgq9poKcljD1Tks=
github.com/bobanetwork/v3-erigon-lib v0.0.0-20230614223018-e4233355d8a5 h1:RtH8Lr5jGvF+tRJt0GPRpdbYjgBYG44yuKcDOvAbW8E=
github.com/bobanetwork/v3-erigon-lib v0.0.0-20230614223018-e4233355d8a5/go.mod h1:puFFYfRs9pGEQZTSKPOoKIwKZGHvdgq9poKcljD1Tks=
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g=
github.com/bradfitz/iter v0.0.0-20140124041915-454541ec3da2/go.mod h1:PyRFw1Lt2wKX4ZVSQ2mk+PeDa1rxyObEDlApuIsUKuo=
github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c/go.mod h1:PyRFw1Lt2wKX4ZVSQ2mk+PeDa1rxyObEDlApuIsUKuo=
Expand Down

0 comments on commit a08ddd7

Please sign in to comment.