-
Notifications
You must be signed in to change notification settings - Fork 0
/
shard.yml
83 lines (63 loc) · 1.44 KB
/
shard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name: placeos-core
version: 4.15.0
crystal: ~> 1.3
targets:
core:
main: src/core-app.cr
edge:
main: src/edge-app.cr
dependencies:
action-controller:
github: spider-gazelle/action-controller
version: ~> 7.2
habitat:
github: luckyframework/habitat
version: ~> 0.4
hardware:
github: crystal-community/hardware
version: ~> 0.5
log_helper:
github: spider-gazelle/log_helper
version: ~> 1
placeos-driver:
github: placeos/driver
version: ">= 7.0.0"
placeos-log-backend:
github: place-labs/log-backend
version: ">= 0.11.2"
placeos-models:
github: placeos/models
version: ~> 9.0
placeos-resource:
github: place-labs/resource
version: ~> 3.0
promise:
github: spider-gazelle/promise
version: ~> 3.0
redis-cluster:
github: caspiano/redis-cluster.cr
version: ">= 0.8.4"
# clustering service discovery
redis_service_manager:
github: place-labs/redis_service_manager
version: ">= 3.0.0"
responsible:
github: place-labs/responsible
version: ~> 1.2
pg-orm:
github: spider-gazelle/pg-orm
rwlock:
github: spider-gazelle/readers-writer
secrets-env:
github: spider-gazelle/secrets-env
version: ~> 1
tasker:
github: spider-gazelle/tasker
connect-proxy:
github: spider-gazelle/connect-proxy
version: ~> 2.0
development_dependencies:
ameba:
github: crystal-ameba/ameba
faker:
github: askn/faker