aboutsummaryrefslogtreecommitdiff
path: root/mix.lock
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-02-06 16:41:26 +0100
committerneodarz <neodarz@neodarz.net>2017-02-06 16:41:26 +0100
commit663d70f2d9d917ac5f89faebc289a664b7dcc22a (patch)
treeca38e76f9209a3957aaaa9d31c03a9500662d09b /mix.lock
parent037aa08e81bfdd565fc30813207360ad8b84a26b (diff)
downloadthe_transcriber_backend-663d70f2d9d917ac5f89faebc289a664b7dcc22a.tar.xz
the_transcriber_backend-663d70f2d9d917ac5f89faebc289a664b7dcc22a.zip
Add ja_serializer library
Diffstat (limited to 'mix.lock')
-rw-r--r--mix.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/mix.lock b/mix.lock
index 2a88c55..bfb8520 100644
--- a/mix.lock
+++ b/mix.lock
@@ -12,6 +12,8 @@
"hackney": {:hex, :hackney, "1.6.5", "8c025ee397ac94a184b0743c73b33b96465e85f90a02e210e86df6cbafaa5065", [:rebar3], [{:certifi, "0.7.0", [hex: :certifi, optional: false]}, {:idna, "1.2.0", [hex: :idna, optional: false]}, {:metrics, "1.0.1", [hex: :metrics, optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, optional: false]}, {:ssl_verify_fun, "1.1.1", [hex: :ssl_verify_fun, optional: false]}]},
"httpoison": {:hex, :httpoison, "0.11.0", "b9240a9c44fc46fcd8618d17898859ba09a3c1b47210b74316c0ffef10735e76", [:mix], [{:hackney, "~> 1.6.3", [hex: :hackney, optional: false]}]},
"idna": {:hex, :idna, "1.2.0", "ac62ee99da068f43c50dc69acf700e03a62a348360126260e87f2b54eced86b2", [:rebar3], []},
+ "inflex": {:hex, :inflex, "1.8.0", "7cfc752ae244b30b42ac9cf4c092771b485bc3424139aba4a933e54be8c63931", [:mix], []},
+ "ja_serializer": {:hex, :ja_serializer, "0.11.2", "952b59b480e656e0bd991c5822dda4dfc6c507f1c55d6eaea363cd84e6002e2c", [:mix], [{:inflex, "~> 1.4", [hex: :inflex, optional: false]}, {:plug, "> 1.0.0", [hex: :plug, optional: false]}, {:poison, "~> 1.4 or ~> 2.0", [hex: :poison, optional: false]}, {:scrivener, "~> 1.2 or ~> 2.0", [hex: :scrivener, optional: true]}]},
"metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], []},
"mime": {:hex, :mime, "1.0.1", "05c393850524767d13a53627df71beeebb016205eb43bfbd92d14d24ec7a1b51", [:mix], []},
"mimerl": {:hex, :mimerl, "1.0.2", "993f9b0e084083405ed8252b99460c4f0563e41729ab42d9074fd5e52439be88", [:rebar3], []},