Skip to content

Commit

Permalink
Update go-eth2-client for alpha.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Oct 7, 2024
1 parent 94e0115 commit aac580d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/NYTimes/gziphandler v1.1.1
github.com/alicebob/miniredis/v2 v2.32.1
github.com/attestantio/go-builder-client v0.5.1-0.20240925223414-5da8987dd6f3
github.com/attestantio/go-eth2-client v0.21.12-0.20240925220056-393fff117304
github.com/attestantio/go-eth2-client v0.21.12-0.20241006200801-8fa702e3a895
github.com/bradfitz/gomemcache v0.0.0-20230124162541-5f7a7d875746
github.com/btcsuite/btcd/btcutil v1.1.2
github.com/buger/jsonparser v1.1.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ github.com/attestantio/go-builder-client v0.5.1-0.20240925223414-5da8987dd6f3 h1
github.com/attestantio/go-builder-client v0.5.1-0.20240925223414-5da8987dd6f3/go.mod h1:qM91NvVG+fepPBN2/MDLpWJ9I/zZtpZAkXa8T9GFOvM=
github.com/attestantio/go-eth2-client v0.21.12-0.20240925220056-393fff117304 h1:/79oRg0Lu0WQPMh+WjKE5d6cUnCdw6OsiYfqZut1URo=
github.com/attestantio/go-eth2-client v0.21.12-0.20240925220056-393fff117304/go.mod h1:vy5jU/uDZ2+RcVzq5BfnG+bQ3/6uu9DGwCrGsPtjJ1A=
github.com/attestantio/go-eth2-client v0.21.12-0.20241006200801-8fa702e3a895 h1:3uu4l7TK5PPVBvVUpwxftDpKFddEE3g196BYJbKYq4g=
github.com/attestantio/go-eth2-client v0.21.12-0.20241006200801-8fa702e3a895/go.mod h1:vy5jU/uDZ2+RcVzq5BfnG+bQ3/6uu9DGwCrGsPtjJ1A=
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down

0 comments on commit aac580d

Please sign in to comment.