Skip to content

Commit

Permalink
Merge pull request #225 from ethpandaops/feat/go-eth2
Browse files Browse the repository at this point in the history
feat(mod): update and use go-eth2-client
  • Loading branch information
Savid authored Oct 4, 2023
2 parents f2c5a6a + a97e863 commit 44b2000
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 421 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ module github.com/ethpandaops/xatu

go 1.19

replace github.com/attestantio/go-eth2-client v0.16.3 => github.com/samcm/go-eth2-client v0.15.12

require (
github.com/attestantio/go-eth2-client v0.16.3
github.com/attestantio/go-eth2-client v0.18.3
github.com/avast/retry-go/v4 v4.3.4
github.com/beevik/ntp v1.0.0
github.com/cenkalti/backoff/v4 v4.2.1
Expand Down Expand Up @@ -106,7 +104,7 @@ require (
github.com/rivo/uniseg v0.4.4 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
github.com/rs/zerolog v1.29.0 // indirect
github.com/rs/zerolog v1.29.1 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/cast v1.5.0 // indirect
Expand Down
Loading

0 comments on commit 44b2000

Please sign in to comment.