Skip to content

Commit

Permalink
Updated the Smartnode to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jclapis committed Oct 12, 2023
1 parent 196c4ad commit ae9a0dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/fatih/color v1.14.1
github.com/goccy/go-json v0.10.2
github.com/rocket-pool/rocketpool-go v1.8.2
github.com/rocket-pool/smartnode v1.10.2
github.com/rocket-pool/smartnode v1.11.0
github.com/urfave/cli/v2 v2.23.0
)

Expand Down Expand Up @@ -116,6 +116,6 @@ require (

replace github.com/wealdtech/go-merkletree v1.0.1-0.20190605192610-2bb163c2ea2a => github.com/rocket-pool/go-merkletree v1.0.1-0.20220406020931-c262d9b976dd

replace github.com/rocket-pool/smartnode => ../smartnode
// replace github.com/rocket-pool/smartnode => ../smartnode

// replace github.com/rocket-pool/rocketpool-go => ../rocketpool-go
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,8 @@ github.com/rocket-pool/go-merkletree v1.0.1-0.20220406020931-c262d9b976dd h1:p9K
github.com/rocket-pool/go-merkletree v1.0.1-0.20220406020931-c262d9b976dd/go.mod h1:UE9fof8P7iESVtLn1K9CTSkNRYVFHZHlf96RKbU33kA=
github.com/rocket-pool/rocketpool-go v1.8.2 h1:RMs1fhR5NJQt5YbLi5y9KbhjQocAQ9JvDFI8KWuMbpg=
github.com/rocket-pool/rocketpool-go v1.8.2/go.mod h1:BL08w51uFHR1AbrnqMwPNSf8a3EpQoE3aGglxcDcw84=
github.com/rocket-pool/smartnode v1.11.0 h1:H6/QaEUTVQ1sXK+p8VXOZDOYMlSVlKvqyYhfa+C61dY=
github.com/rocket-pool/smartnode v1.11.0/go.mod h1:Y7Uh3lAymKA/lxgqMwHCwiegs7dJPG5OuSFvNXvCeW8=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
version string = "1.4.0"
version string = "1.5.0"
colorReset string = "\033[0m"
colorRed string = "\033[31m"
)
Expand Down

0 comments on commit ae9a0dc

Please sign in to comment.