Skip to content

Commit

Permalink
e3: temporary remove semaphore (erigontech#6849)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Feb 12, 2023
1 parent 319af1e commit acd76ea
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 @@ -3,7 +3,7 @@ module github.com/ledgerwatch/erigon
go 1.18

require (
github.com/ledgerwatch/erigon-lib v0.0.0-20230211200854-aa2b5617412b
github.com/ledgerwatch/erigon-lib v0.0.0-20230212090457-d82780aceb3f
github.com/ledgerwatch/erigon-snapshot v1.1.1-0.20230211023518-6233ff68c4ca
github.com/ledgerwatch/log/v3 v3.7.0
github.com/ledgerwatch/secp256k1 v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@ github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kylelemons/godebug v0.0.0-20170224010052-a616ab194758 h1:0D5M2HQSGD3PYPwICLl+/9oulQauOuETfgFvhBDffs0=
github.com/leanovate/gopter v0.2.9 h1:fQjYxZaynp97ozCzfOyOuAGOU4aU/z37zf/tOujFk7c=
github.com/leanovate/gopter v0.2.9/go.mod h1:U2L/78B+KVFIx2VmW6onHJQzXtFb+p5y3y2Sh+Jxxv8=
github.com/ledgerwatch/erigon-lib v0.0.0-20230211200854-aa2b5617412b h1:EG1UQaC1Kxo7gHI2B2SFQ+FkHXNfgZAJnn1/HjJkn3A=
github.com/ledgerwatch/erigon-lib v0.0.0-20230211200854-aa2b5617412b/go.mod h1:OXgMDuUo2lZ3NpH29ZvMYbk+LxFd5ffDl2Z2mGMuY/I=
github.com/ledgerwatch/erigon-lib v0.0.0-20230212090457-d82780aceb3f h1:e/AfDvStEgOA6vuuHkFBRXZ4DWFqWnEf5OEbUZ0LfJE=
github.com/ledgerwatch/erigon-lib v0.0.0-20230212090457-d82780aceb3f/go.mod h1:OXgMDuUo2lZ3NpH29ZvMYbk+LxFd5ffDl2Z2mGMuY/I=
github.com/ledgerwatch/erigon-snapshot v1.1.1-0.20230211023518-6233ff68c4ca h1:fCwX4mJf2/fEQZ9GU/QTIxa6WQd39MbwlC6aKkL4Ip8=
github.com/ledgerwatch/erigon-snapshot v1.1.1-0.20230211023518-6233ff68c4ca/go.mod h1:3AuPxZc85jkehh/HA9h8gabv5MSi3kb/ddtzBsTVJFo=
github.com/ledgerwatch/log/v3 v3.7.0 h1:aFPEZdwZx4jzA3+/Pf8wNDN5tCI0cIolq/kfvgcM+og=
Expand Down

0 comments on commit acd76ea

Please sign in to comment.