diff options
author | Valery Piashchynski <[email protected]> | 2021-09-02 00:14:26 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-02 00:14:26 +0300 |
commit | 66f069f092568585e7b2a118303a20a598948fd7 (patch) | |
tree | 81c326dd7d5b8a9af777fe39e9bf34acc3c5d307 /go.mod | |
parent | 1256173ed6d6aa1f3a347fed59b38bea39c8eef5 (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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 // =========== |