Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-09-25 15:54:21 +0300
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-09-25 15:55:32 +0300
commit8918bfb55bdb2e7e35a84dd2070c59aa2dfcfc3e (patch)
tree9677fd1e030b10f620af2358a0865207214cf377 /mix.exs
parentce8bd343dec889ad98af5b395b3bdef7600d788d (diff)
Update deps in mix.exs/lock
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs9
1 files changed, 6 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index 08fb3c299..1a80675a4 100644
--- a/mix.exs
+++ b/mix.exs
@@ -29,7 +29,8 @@ defmodule Ejabberd.Mixfile do
included_applications: [:lager, :mnesia, :inets, :p1_utils, :cache_tab,
:fast_tls, :stringprep, :fast_xml, :xmpp, :mqtree,
:stun, :fast_yaml, :esip, :jiffy, :p1_oauth2,
- :eimp, :base64url, :jose, :pkix, :os_mon, :yconf]
+ :eimp, :base64url, :jose, :pkix, :os_mon, :yconf,
+ :p1_acme, :idna]
++ cond_apps()]
end
@@ -81,7 +82,7 @@ defmodule Ejabberd.Mixfile do
{:p1_mysql, "~> 1.0"},
{:mqtree, "~> 1.0"},
{:p1_pgsql, "~> 1.1"},
- {:jiffy, "~> 0.14.7"},
+ {:jiffy, "~> 1.0"},
{:p1_oauth2, "~> 0.6.1"},
{:distillery, "~> 2.0"},
{:pkix, "~> 1.0"},
@@ -89,7 +90,9 @@ defmodule Ejabberd.Mixfile do
{:eimp, "~> 1.0"},
{:base64url, "~> 0.0.1"},
{:yconf, "~> 1.0"},
- {:jose, "~> 1.8"}]
+ {:jose, "~> 1.8"},
+ {:idna, "~> 6.0"},
+ {:p1_acme, "~> 1.0"}]
++ cond_deps()
end