summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2022-05-02 14:09:37 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2022-05-02 14:09:37 +0300
commit5a168928ea451010b97d06be686b1a1a2141b31d (patch)
tree27125d09f6f134b797853f8c85c5d7e723c4d5f0 /config.json
parentcc3ae00bbbe3bd0e04d1821e4bb54a7d8545d0a3 (diff)
Dockerfile
Diffstat (limited to 'config.json')
-rw-r--r--config.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.json b/config.json
index 5105fd1..31a1a28 100644
--- a/config.json
+++ b/config.json
@@ -13,6 +13,24 @@
"vcs": "git",
"repo": "https://github.com/neonxp/jsonrpc2",
"desc": "Имплементация сервера JSON-RPC 2.0 с генериками."
+ },
+ "collection": {
+ "pkg": "collection",
+ "vcs": "git",
+ "repo": "https://github.com/neonxp/collection",
+ "desc": "Коллекция методов для работы с коллекциями"
+ },
+ "cluster": {
+ "pkg": "cluster",
+ "vcs": "git",
+ "repo": "https://github.com/neonxp/go-cluster",
+ "desc": "p2p cluster"
+ },
+ "extra": {
+ "pkg": "extra",
+ "vcs": "git",
+ "repo": "https://github.com/neonxp/extra",
+ "desc": "Пакет с разными полезными функциями без дополнительных зависимостей."
}
}
}