aboutsummaryrefslogtreecommitdiff
path: root/mix.lock
diff options
context:
space:
mode:
authorMichael Alekseev <justmichael@mail.ru>2015-10-05 21:10:37 +0600
committerMichael Alekseev <justmichael@mail.ru>2015-10-05 21:10:37 +0600
commitb86a7c8ed256a4e62799d284982cc8b68a573381 (patch)
treec7f2e8a721759dd8ed1746269baf2465364a926c /mix.lock
parentbf91eadbcaf8a31b79ebe618e5d4a599d4af5f37 (diff)
downloadrecaptcha-b86a7c8ed256a4e62799d284982cc8b68a573381.tar.gz
recaptcha-b86a7c8ed256a4e62799d284982cc8b68a573381.tar.xz
moved from httpotion to httpoison
Diffstat (limited to 'mix.lock')
-rw-r--r--mix.lock10
1 files changed, 7 insertions, 3 deletions
diff --git a/mix.lock b/mix.lock
index 1109ea8..eac4b1b 100644
--- a/mix.lock
+++ b/mix.lock
@@ -1,3 +1,7 @@
-%{"httpotion": {:hex, :httpotion, "2.1.0"},
- "ibrowse": {:git, "git://github.com/cmullaparthi/ibrowse.git", "ea3305d21f37eced4fac290f64b068e56df7de80", [tag: "v4.1.2"]},
- "poison": {:hex, :poison, "1.5.0"}}
+%{"hackney": {:hex, :hackney, "1.3.2"},
+ "httpoison": {:hex, :httpoison, "0.7.4"},
+ "httpotion": {:hex, :httpotion, "2.1.0"},
+ "ibrowse": {:git, "https://github.com/cmullaparthi/ibrowse.git", "ea3305d21f37eced4fac290f64b068e56df7de80", [tag: "v4.1.2"]},
+ "idna": {:hex, :idna, "1.0.2"},
+ "poison": {:hex, :poison, "1.5.0"},
+ "ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"}}