summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-02 00:56:49 +0300
committerValery Piashchynski <[email protected]>2021-02-02 00:56:49 +0300
commit6d48d31ac7fb6b7a9170f2f253e204521f244c9e (patch)
treeac64346997b307808d8a6624dcd1a5a7b2e887f1 /go.mod
parent7149a8ee1c0935bb5c8d13312ba66b78b9c4d174 (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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d77872d7..85884fc9 100644
--- a/go.mod
+++ b/go.mod
@@ -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