aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-03-15 16:23:22 -0600
committerkballou <kballou@devnulllabs.io>2016-03-15 16:29:31 -0600
commit3b374935861b8869711f1f9694e82fdf7fb4bc6b (patch)
tree0fe92a27c75b7f0a2873a20edbcfc7d4ecdea80a
parentaa19495b230c374781cb5151e4e0e2f5a765880b (diff)
downloadex_prometheus_io-3b374935861b8869711f1f9694e82fdf7fb4bc6b.tar.gz
ex_prometheus_io-3b374935861b8869711f1f9694e82fdf7fb4bc6b.tar.xz
Add Poison JSON decoding dependency
-rw-r--r--mix.exs2
-rw-r--r--mix.lock1
2 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 9a632ba..730cc0a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -15,6 +15,6 @@ defmodule ExPrometheusIo.Mixfile do
end
defp deps do
- []
+ [{:poison, "~> 1.5"}]
end
end
diff --git a/mix.lock b/mix.lock
new file mode 100644
index 0000000..021376a
--- /dev/null
+++ b/mix.lock
@@ -0,0 +1 @@
+%{"poison": {:hex, :poison, "1.5.2"}}