-
Notifications
You must be signed in to change notification settings - Fork 0
/
shard.yml
82 lines (61 loc) · 1.36 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
name: placeos-build
version: 1.5.1
crystal: ">= 1.0.0"
license: MIT
targets:
build:
main: src/build_app.cr
digest:
main: src/digest_app.cr
dependencies:
action-controller:
github: spider-gazelle/action-controller
version: ">= 4.4"
awscr-s3:
github: taylorfinnell/awscr-s3
version: ~> 0.8
clip:
github: erdnaxeli/clip
exec_from:
github: place-labs/exec_from
version: ~> 2
future:
github: crystal-community/future.cr
version: ~> 1.0
git-repository:
github: place-labs/git-repository
http-params-serializable:
github: place-labs/http-params-serializable
version: ~> 0.5
habitat:
github: luckyframework/habitat
log_helper:
github: spider-gazelle/log_helper
version: ~> 1
opentelemetry-sdk:
github: wyhaines/opentelemetry-sdk.cr
version: ~> 0.5
placeos-log-backend:
github: place-labs/log-backend
version: ">= 0.11.0"
placeos-models:
github: placeos/models
version: ">= 7.0"
raven:
github: Sija/raven.cr
branch: master
responsible:
github: place-labs/responsible
version: ~> 1.2
secrets-env:
github: place-labs/secrets-env
shards:
github: crystal-lang/shards
version: ~> 0.14
lz4:
github: naqvis/lz4.cr
development_dependencies:
ameba:
github: crystal-ameba/ameba
webmock:
github: manastech/webmock.cr