From bb3d839aa5228cbb1f5e63ae6f3978da1e4746e9 Mon Sep 17 00:00:00 2001 From: Max Schnur Date: Sat, 11 Mar 2017 09:43:48 -0500 Subject: [PATCH] Require ibrowse hex package instead of from github. --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index a0d87c7..a4d507b 100644 --- a/mix.exs +++ b/mix.exs @@ -31,7 +31,7 @@ defmodule ElixirNsq.Mixfile do defp deps do [ {:poison, "~> 1.5.0"}, - {:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2"}, + {:ibrowse, "~> 4.2"}, {:httpotion, "~> 2.1.0"}, {:uuid, "~> 1.1.2"}, {:socket, ">= 0.3.1 and <= 0.3.5"}, diff --git a/mix.lock b/mix.lock index 062c4a8..6e88824 100644 --- a/mix.lock +++ b/mix.lock @@ -3,7 +3,7 @@ "cowlib": {:hex, :cowlib, "1.0.2", "9d769a1d062c9c3ac753096f868ca121e2730b9a377de23dec0f7e08b1df84ee", [:make], []}, "http_server": {:git, "https://github.com/parroty/http_server.git", "09ea61f42097483d3e70749be30490004a5df38f", [tag: "09ea61f42097483d3e70749be30490004a5df38f"]}, "httpotion": {:hex, :httpotion, "2.1.0", "3fe84fbd13d4560c2514da656d022b1191a079178ee4992d245fc3c33c01ee18", [:mix], []}, - "ibrowse": {:git, "https://github.com/cmullaparthi/ibrowse.git", "ea3305d21f37eced4fac290f64b068e56df7de80", [tag: "v4.1.2"]}, + "ibrowse": {:hex, :ibrowse, "4.4.0", "2d923325efe0d2cb09b9c6a047b2835a5eda69d8a47ed6ff8bc03628b764e991", [:rebar3], []}, "poison": {:hex, :poison, "1.5.0", "f2f4f460623a6f154683abae34352525e1d918380267cdbd949a07ba57503248", [:mix], []}, "ranch": {:hex, :ranch, "1.2.0", "b286a948a0706a700a9f577e5cecbb2dc66097ea79f3ddb20ba5536069bdb7aa", [:make], []}, "secure_random": {:hex, :secure_random, "0.2.0", "d5458ab5613410439c21a2fdbc52e98e6c96338f3ea25d08220c30cfc55f1238", [:mix], []},