Skip to content

Commit

Permalink
update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
avalonche committed Jan 4, 2024
1 parent 0a20f70 commit 2bda80e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.20
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/alicebob/miniredis/v2 v2.30.5
github.com/attestantio/go-builder-client v0.3.2-0.20230809093013-1fa02af241e1
github.com/attestantio/go-eth2-client v0.19.5
github.com/attestantio/go-builder-client v0.4.2-0.20231122091430-0eafc4522bf2
github.com/attestantio/go-eth2-client v0.19.7-0.20231205092204-3087274ef2ac
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 Expand Up @@ -120,7 +120,3 @@ retract (
v1.0.0-alpha2
v1.0.0-alpha1
)

replace github.com/attestantio/go-eth2-client => github.com/avalonche/go-eth2-client v0.0.0-20231121172650-f072b1d01026

replace github.com/attestantio/go-builder-client => github.com/avalonche/go-builder-client v0.0.0-20231111000900-7bf594d0ffd3
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ github.com/alicebob/miniredis/v2 v2.30.5/go.mod h1:b25qWj4fCEsBeAAR2mlb0ufImGC6u
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 h1:eMwmnE/GDgah4HI848JfFxHt+iPb26b4zyfspmqY0/8=
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM=
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
github.com/avalonche/go-builder-client v0.0.0-20231111000900-7bf594d0ffd3 h1:NWvzzjgHsEgHkfLQgAZjewQtpIAhRXVYOTl7Eex4Chg=
github.com/avalonche/go-builder-client v0.0.0-20231111000900-7bf594d0ffd3/go.mod h1:3u2Y8lHSPFaNJSRG1QFQsh11w+x7+5SLBNM6ajbqyxU=
github.com/avalonche/go-eth2-client v0.0.0-20231121172650-f072b1d01026 h1:qjG4Q6JA26exlB7mhRpuAhNDP3CdNBB1RUvHKzzIk+A=
github.com/avalonche/go-eth2-client v0.0.0-20231121172650-f072b1d01026/go.mod h1:mZve1kV9Ctj0I1HH9gdg+MnI8lZ+Cb2EktEtOYrBlsM=
github.com/attestantio/go-builder-client v0.4.2-0.20231122091430-0eafc4522bf2 h1:txYgrmoV/u6tJizM8kuSZ/oPSAyiH3oFMYXmWG67nnw=
github.com/attestantio/go-builder-client v0.4.2-0.20231122091430-0eafc4522bf2/go.mod h1:3u2Y8lHSPFaNJSRG1QFQsh11w+x7+5SLBNM6ajbqyxU=
github.com/attestantio/go-eth2-client v0.19.7-0.20231205092204-3087274ef2ac h1:RgXpOuboqwoJRFRQqQaj1voP+XdwOGOL/FOhxo08m1s=
github.com/attestantio/go-eth2-client v0.19.7-0.20231205092204-3087274ef2ac/go.mod h1:mZve1kV9Ctj0I1HH9gdg+MnI8lZ+Cb2EktEtOYrBlsM=
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g=
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down

0 comments on commit 2bda80e

Please sign in to comment.