diff options
author | Valery Piashchynski <[email protected]> | 2021-02-02 00:56:49 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-02-02 00:56:49 +0300 |
commit | 6d48d31ac7fb6b7a9170f2f253e204521f244c9e (patch) | |
tree | ac64346997b307808d8a6624dcd1a5a7b2e887f1 /go.mod | |
parent | 7149a8ee1c0935bb5c8d13312ba66b78b9c4d174 (diff) |
Update RPC plugin, use hashmap instead of slice to store pluggable
plugins
Fix issue with log channels
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,4 +31,4 @@ require ( golang.org/x/net v0.0.0-20201224014010-6772e930b67b golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/sys v0.0.0-20210105210732-16f7687f5001 -) +)
\ No newline at end of file |