summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-04-06 15:27:28 +0300
committerGitHub <[email protected]>2021-04-06 15:27:28 +0300
commit1e33c1fee2a609c9ec28fb5fd2a25b2311103a6f (patch)
tree036884e8f37d3c9abe965e487fe2eecef903ccf2 /go.mod
parent899936387791bc4c73da5374484c3609b51981a2 (diff)
parentad8db0ad8907fbc562123b41323b34ec6c0dec9f (diff)
Merge pull request #623 from spiral/feature/readiness_probe_healthcheck_endpoint
🔥 feat(status): Readiness checks
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0e6c7079..b4f3acbb 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/shirou/gopsutil v3.21.3+incompatible
github.com/spf13/viper v1.7.1
// SPIRAL ====
- github.com/spiral/endure v1.0.0
+ github.com/spiral/endure v1.0.1
github.com/spiral/errors v1.0.9
github.com/spiral/goridge/v3 v3.0.1
// ===========