diff options
author | Valery Piashchynski <[email protected]> | 2021-06-03 17:20:37 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-03 17:20:37 +0300 |
commit | c3e57fd82d59be19b2c41479e9019c60a0afc28f (patch) | |
tree | 2a0ece39bfed1799f1e2cba52f3bdd9cbbbb2664 /go.mod | |
parent | 9c01e7ab1548e1416598b702d63866fa6dc5707b (diff) | |
parent | 7daadf3d40fb890d15c0fd97078ab1d2af4120a2 (diff) |
#700 fix(bug): do not write internal error to the users responseWriter
#700 fix(bug): do not write internal error to the users responseWriter
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 |