summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-11 16:12:23 +0300
committerValery Piashchynski <[email protected]>2021-02-11 16:12:23 +0300
commit85ecfa9a6b9e401a5266f15e54fa5e32189313e9 (patch)
tree41e1898f3adcd97f20310ff42bb9d8fd004df095
parent0b2ebe8e57e4bb06f7ded6c352d44ac5a44442b4 (diff)
Correct Endure version in go.mod
-rw-r--r--cmd/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/go.mod b/cmd/go.mod
index 57c18c73..20103616 100644
--- a/cmd/go.mod
+++ b/cmd/go.mod
@@ -7,7 +7,7 @@ require (
github.com/fatih/color v1.10.0
github.com/mattn/go-runewidth v0.0.10
github.com/spf13/cobra v1.1.1
- github.com/spiral/endure v1.0.0-beta.23
+ github.com/spiral/endure v1.0.0-RC.1
github.com/spiral/errors v1.0.9
github.com/spiral/goridge/v3 v3.0.1
github.com/spiral/roadrunner/v2 v2.0.0-RC.1