File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33# Deployer information
44DEPLOYER_NAME=" Node-Automated-Deployer"
5- DEPLOYER_VERSION=" v0.5.2 "
5+ DEPLOYER_VERSION=" v0.5.3 "
66DEPLOYER_RELEASE_URL=" https://github.com/RSS3-Network/$DEPLOYER_NAME /releases"
77
88# The version of RSS3 Node to deploy
9- NODE_VERSION=" v1.1.2 "
9+ NODE_VERSION=" v1.1.3 "
1010
1111# Detect the operating system
1212OS=$( uname -s)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/rss3-network/node-automated-deployer
33go 1.22.3
44
55require (
6- github.com/rss3-network/node v1.1.2
6+ github.com/rss3-network/node v1.1.3
77 github.com/spf13/cobra v1.8.1
88 gopkg.in/yaml.v3 v3.0.1
99)
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZV
185185github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
186186github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik =
187187github.com/rs/cors v1.7.0 /go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU =
188- github.com/rss3-network/node v1.1.2 h1:cdvCNT8RazTQqyiICSYrJbr93Qq9DXTh9OPS9LsN0E8 =
189- github.com/rss3-network/node v1.1.2 /go.mod h1:1oeQV14pAOoxDawXcBkDowQG5glwue16cqxpUJAT46k =
188+ github.com/rss3-network/node v1.1.3 h1:Np9Wwlevywvlr2xX4nOcuyeqpdQBGx7h2rfK/FMc8Pw =
189+ github.com/rss3-network/node v1.1.3 /go.mod h1:1oeQV14pAOoxDawXcBkDowQG5glwue16cqxpUJAT46k =
190190github.com/rss3-network/protocol-go v0.5.14 h1:gd6ciwXb5e4xx1dmAOAIKWbpami2QbARqE61zbwT6KE =
191191github.com/rss3-network/protocol-go v0.5.14 /go.mod h1:npcyduWt86uVbIi77xQaYk8eqltI9XNjk1FMGpjyIq0 =
192192github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk =
You can’t perform that action at this time.
0 commit comments