-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeps.hex
112 lines (97 loc) · 2.99 KB
/
deps.hex
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
untangle = "~> 0.3"
arrows = "~> 0.2"
needle_ulid = "~> 0.3"
# needle = "~> 0.7"
ecto_sparkles = "~> 0.2"
# earmark = "~> 1.4.28" # handle markdown
# earmark_parser = "~> 1.4.25" # parse markdown
ex_cldr = "~> 2.30" # internationalisation
# Web
# livebook = "~> 0.7.2"
surface = "~> 0.12.0" # note: usually we should let bonfire_ui_common control this
phoenix = "~> 1.7.0" # note: should match version supported by version of surface used
phoenix_live_view = "~> 1.0" # usually should let surface or bonfire_ui_common decide the version
# live_view_native = "~> 0.2.0"
# live_view_native_swiftui = "~> 0.2.1"
# phoenix_html = "~> 4.1" # note: usually we should let surface decide the version
phoenix_view = "~> 2.0" # should match phx/lv - dunno why isn't upgraded otherwise
plug_crypto = "~> 2.0" # newer crypto for plug/phoenix
plug_cowboy = "~> 2.7" # should match the version in phoenix's mix.exs
cowboy = "~> 2.12" # should match the version used in plug_cowboy
# gettext = "<= 0.21.0" # note: usually we should let bonfire_ui_common control this
bandit = "~> 1.0" # alternative to Cowboy web server
orion = "~> 1.0.5" # tracing with web UI (at /admin/system/orion)
corsica = "~> 2.1"
# admin tools
phoenix_live_dashboard = "~> 0.8.0"
# live_admin = "~> 0.12.0"
# wobserver_ng = "~> 1.14"
oban_web = "~> 2.11"
# DB
ecto_sql = "~> 3.8"
exto = "~> 0.3"
postgrex = "~> 0.20.0"
ecto_psql_extras = "~> 0.8.0"
# endo = "~> 0.1"
# Uploads (depending on what service you use)
ex_aws_s3 = "~> 2.3"
ex_marcel = "~> 0.1.0"
# Auth
eqrcode = "~> 0.1.10"
# Misc
req = "~> 0.5.0"
finch = "~> 0.16"
httpoison = "~> 2.1"
jason = "~> 1.4.0"
poison = "~> 6.0" # not our preferred one, but some libs use it
# tz = "~> 0.26.2" # FIXME: was disabled because crashes on Yunohost / Debian 11
timex = "~> 3.7.8"
solid = "~> 0.13"
mime = "~> 2.0.3"
oban = "~> 2.19"
mdex = "~> 0.1" # handle markdown
sourceror = "~> 1.6.0"
owl = "~> 0.9.0" # command line UI
mogrify = "~> 0.9.3"
cachex = "~> 4.0.2"
sizeable = "~> 1.0"
geo = "~> 4.0"
recase = "~> 0.8"
ex_cldr_numbers = "~> 2.33.2"
emote = "~> 0.1"
uuidv7 = "~> 0.2"
uniq = "~> 0.6"
rustler_precompiled = "~> 0.8"
# Testing
floki = "~> 0.36"
# untangle = "~> 0.1"
faker = "~> 0.18.0"
# Data Schemas
# bonfire_data_access_control = "~> 0.1"
# bonfire_data_activity_pub = "~> 0.1"
# bonfire_data_identity = "~> 0.1"
# bonfire_data_social = "~> 0.1"
geo_postgis = "~> 3.1"
# Testing a UI component library
# surface_catalogue = "~> 0.1.0"
# Language
gettext = "~> 0.24"
text = "~> 0.2.0"
text_corpus_udhr = "~> 0.1.0"
# Version overrides
#result = "~> 1.7"
# telemetry
telemetry = ">= 1.1.0"
telemetry_metrics = "~> 1.0"
telemetry_poller = "~> 1.1"
opentelemetry_exporter = "~> 1.0"
opentelemetry = "~> 1.0"
opentelemetry_api = "~> 1.0"
opentelemetry_ecto = "~> 1.0"
opentelemetry_liveview = "~> 1.0.0-rc.4"
opentelemetry_phoenix = "~> 1.0"
opentelemetry_cowboy = "~> 0.2"
opentelemetry_oban = "~> 1.1"
opentelemetry_telemetry = "~> 1.1"
oban_live_dashboard = "~> 0.1.1"
opentelemetry_process_propagator = "~> 0.2"