diff options
author | Valery Piashchynski <[email protected]> | 2021-10-18 16:19:28 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-18 16:19:28 +0300 |
commit | c1c4136e86bf71837c7995ff75d859b4b68f0616 (patch) | |
tree | 086e2e8338e47dd0efae3704812db65e67104e38 /go.mod | |
parent | d5474764f095fc2d829654272d5b5bf3662d0241 (diff) | |
parent | 6a0394a011e8b799d036a80e72d172162122c9f5 (diff) |
[#830]: refactoring(logger): update error stacktracev2.5.0-rc.2
[#830]: refactoring(logger): update error stacktrace
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ require ( github.com/shirou/gopsutil v3.21.9+incompatible // spiral github.com/spiral/errors v1.0.12 - github.com/spiral/goridge/v3 v3.2.2 + github.com/spiral/goridge/v3 v3.2.3 // spiral github.com/stretchr/testify v1.7.0 github.com/valyala/tcplisten v1.0.0 |