diff options
author | Valery Piashchynski <[email protected]> | 2021-02-11 16:12:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-02-11 16:12:23 +0300 |
commit | 85ecfa9a6b9e401a5266f15e54fa5e32189313e9 (patch) | |
tree | 41e1898f3adcd97f20310ff42bb9d8fd004df095 | |
parent | 0b2ebe8e57e4bb06f7ded6c352d44ac5a44442b4 (diff) |
Correct Endure version in go.mod
-rw-r--r-- | cmd/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |