Skip to content

Commit

Permalink
Use go-eth2-client@electra
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored and mcdee committed Aug 3, 2024
1 parent 25a70e7 commit 99cc965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/attestantio/go-builder-client
go 1.20

require (
github.com/attestantio/go-eth2-client v0.21.10
github.com/attestantio/go-eth2-client v0.21.4-0.20240506185515-2ff35ee939f2
github.com/ferranbt/fastssz v0.1.3
// go-yaml after 1.9.2 has memory issues due to https://github.com/goccy/go-yaml/issues/325; avoid.
github.com/goccy/go-yaml v1.11.3
Expand Down Expand Up @@ -47,5 +47,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/attestantio/go-eth2-client => ../go-eth2-client
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/attestantio/go-eth2-client v0.21.4-0.20240506185515-2ff35ee939f2 h1:zqs9KZ+QbCLw2R/CCdlNXd+bBYsgoNuw3ZNrz7MbyKw=
github.com/attestantio/go-eth2-client v0.21.4-0.20240506185515-2ff35ee939f2/go.mod h1:vhb0ZoQ6bz0kkoyxVbHDRrZTOJbwlY6udFkwfwrJZTE=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
Expand Down

0 comments on commit 99cc965

Please sign in to comment.