diff options
author | Valery Piashchynski <[email protected]> | 2021-04-06 15:27:28 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-06 15:27:28 +0300 |
commit | 1e33c1fee2a609c9ec28fb5fd2a25b2311103a6f (patch) | |
tree | 036884e8f37d3c9abe965e487fe2eecef903ccf2 /go.mod | |
parent | 899936387791bc4c73da5374484c3609b51981a2 (diff) | |
parent | ad8db0ad8907fbc562123b41323b34ec6c0dec9f (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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 // =========== |