summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-09-02 00:14:26 +0300
committerValery Piashchynski <[email protected]>2021-09-02 00:14:26 +0300
commit66f069f092568585e7b2a118303a20a598948fd7 (patch)
tree81c326dd7d5b8a9af777fe39e9bf34acc3c5d307 /go.mod
parent1256173ed6d6aa1f3a347fed59b38bea39c8eef5 (diff)
Update endure.
Replace map with sync.Map because various RPC methods can be called simultaneously. Signed-off-by: Valery Piashchynski <[email protected]>
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 f75b7702..85421a96 100644
--- a/go.mod
+++ b/go.mod
@@ -27,7 +27,7 @@ require (
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/spf13/viper v1.8.1
// SPIRAL ====
- github.com/spiral/endure v1.0.3
+ github.com/spiral/endure v1.0.4
github.com/spiral/errors v1.0.12
github.com/spiral/goridge/v3 v3.2.1
// ===========