Skip to content

Commit

Permalink
feat: Bump beacon to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Sep 2, 2022
1 parent e21f4e9 commit 9c2ce17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ module github.com/samcm/checkpointz

go 1.17

// replace github.com/samcm/beacon => /Users/samcm/go/src/github.com/samcm/beacon

require (
github.com/attestantio/go-eth2-client v0.13.1
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9
github.com/creasty/defaults v1.6.0
github.com/go-co-op/gocron v1.16.2
github.com/julienschmidt/httprouter v1.3.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.13.0
github.com/samcm/beacon v0.3.0
github.com/samcm/beacon v0.4.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.5.0
gopkg.in/yaml.v2 v2.4.0
Expand All @@ -20,7 +19,6 @@ require (
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/creasty/defaults v1.6.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/ferranbt/fastssz v0.1.1 // indirect
github.com/goccy/go-yaml v1.9.5 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ github.com/rs/zerolog v1.26.1/go.mod h1:/wSSJWX7lVrsOwlbyTRSOJvqRlc+WjWlfes+CiJ+
github.com/rs/zerolog v1.27.0 h1:1T7qCieN22GVc8S4Q2yuexzBb1EqjbgjSH9RohbMjKs=
github.com/rs/zerolog v1.27.0/go.mod h1:7frBqO0oezxmnO7GF86FY++uy8I0Tk/If5ni1G9Qc0U=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/samcm/beacon v0.3.0 h1:COYhwhUMfPbxKjQYdjZUidYPcj0FSou0zuOpEJxx/Co=
github.com/samcm/beacon v0.3.0/go.mod h1:PHKxsJH6MOc4f8xUGOkDfGPIe8jqOjMaIN1hST3faWw=
github.com/samcm/beacon v0.4.0 h1:A15TO4yg7gJ1x/7SneRpC7njEdXWQhWXGTmoX3LkQug=
github.com/samcm/beacon v0.4.0/go.mod h1:PHKxsJH6MOc4f8xUGOkDfGPIe8jqOjMaIN1hST3faWw=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
Expand Down

0 comments on commit 9c2ce17

Please sign in to comment.