diff options
author | Valery Piashchynski <[email protected]> | 2021-06-03 14:54:06 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-03 14:54:06 +0300 |
commit | 62bbde7936109d18bf1f727974719804dad4c105 (patch) | |
tree | 54fb8493840837294bbe84ba5e1d7663ed027cad /go.mod | |
parent | 9c01e7ab1548e1416598b702d63866fa6dc5707b (diff) |
- Do not write an error into the responseWriter if this is internal
error
- Handle SoftJob error
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ require ( github.com/spf13/viper v1.7.1 // SPIRAL ==== github.com/spiral/endure v1.0.1 - github.com/spiral/errors v1.0.9 + github.com/spiral/errors v1.0.10 github.com/spiral/goridge/v3 v3.0.1 // =========== github.com/stretchr/testify v1.7.0 |