Skip to content

Commit

Permalink
Merge pull request #65 from ethpandaops/feat/beacon-0-19-0
Browse files Browse the repository at this point in the history
feat: Bump beacon to v0.19.0
  • Loading branch information
samcm authored Feb 6, 2023
2 parents d41fc76 + 090b878 commit 8b265c7
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 @@ -4,7 +4,7 @@ go 1.17

require (
github.com/ethereum/go-ethereum v1.10.17
github.com/ethpandaops/beacon v0.18.0
github.com/ethpandaops/beacon v0.19.0
github.com/onrik/ethrpc v1.0.0
github.com/prometheus/client_golang v1.13.0
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1m
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
github.com/ethereum/go-ethereum v1.10.17 h1:XEcumY+qSr1cZQaWsQs5Kck3FHB0V2RiMHPdTBJ+oT8=
github.com/ethereum/go-ethereum v1.10.17/go.mod h1:Lt5WzjM07XlXc95YzrhosmR4J9Ahd6X2wyEV2SvGhk0=
github.com/ethpandaops/beacon v0.18.0 h1:SIozlv8RVtr7nOn4B4/KtfnggGe3Xs1RAhA6JGjyujw=
github.com/ethpandaops/beacon v0.18.0/go.mod h1:fkS2U962xdB6+VwBn+J+DMK8cTgTtzVtjZWtvTKjbuE=
github.com/ethpandaops/beacon v0.19.0 h1:XcKUXp+nAP5fdRWEycYnkK1bxFsk7YzKg96hhh4LAXM=
github.com/ethpandaops/beacon v0.19.0/go.mod h1:fkS2U962xdB6+VwBn+J+DMK8cTgTtzVtjZWtvTKjbuE=
github.com/ethpandaops/ethwallclock v0.2.0 h1:EeFKtZ7v6TAdn/oAh0xaPujD7N4amjBxrWIByraUfLM=
github.com/ethpandaops/ethwallclock v0.2.0/go.mod h1:y0Cu+mhGLlem19vnAV2x0hpFS5KZ7oOi2SWYayv9l24=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
Expand Down

0 comments on commit 8b265c7

Please sign in to comment.