From 7fed08a7d0c54f58490d2eab94ec5784fb0c12a2 Mon Sep 17 00:00:00 2001 From: Max Schnur Date: Thu, 14 Jan 2016 08:11:09 -0500 Subject: [PATCH] Use parroty's http_server. My changes got pulled in! --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index bcd6dd8..5d8fa41 100644 --- a/mix.exs +++ b/mix.exs @@ -38,7 +38,7 @@ defmodule ElixirNsq.Mixfile do {:secure_random, "~> 0.2", only: :test}, # Small HTTP server for running tests - {:http_server, github: "MaxPower15/http_server", tag: "function-response", only: :test}, + {:http_server, github: "parroty/http_server", tag: "09ea61f42097483d3e70749be30490004a5df38f", only: :test}, ] end end diff --git a/mix.lock b/mix.lock index 9d4515b..efdeda8 100644 --- a/mix.lock +++ b/mix.lock @@ -1,7 +1,7 @@ %{"connection": {:hex, :connection, "1.0.1"}, "cowboy": {:hex, :cowboy, "1.0.4"}, "cowlib": {:hex, :cowlib, "1.0.2"}, - "http_server": {:git, "https://github.com/MaxPower15/http_server.git", "a658e62b6dd7d99cb5d3287aa577a5b894de7f07", [tag: "function-response"]}, + "http_server": {:git, "https://github.com/parroty/http_server.git", "09ea61f42097483d3e70749be30490004a5df38f", [tag: "09ea61f42097483d3e70749be30490004a5df38f"]}, "httpotion": {:hex, :httpotion, "2.1.0"}, "ibrowse": {:git, "https://github.com/cmullaparthi/ibrowse.git", "ea3305d21f37eced4fac290f64b068e56df7de80", [tag: "v4.1.2"]}, "poison": {:hex, :poison, "1.5.0"},