From 23d69b8d151e5a4cc243ba126390d0885bf86c06 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Tue, 5 Jan 2016 09:26:14 -0800 Subject: [PATCH] Add mix.lock with our current dependencies. --- mix.lock | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mix.lock diff --git a/mix.lock b/mix.lock new file mode 100644 index 0000000..9289022 --- /dev/null +++ b/mix.lock @@ -0,0 +1,8 @@ +%{"certifi": {:hex, :certifi, "0.3.0"}, + "excoveralls": {:git, "https://github.com/parroty/excoveralls.git", "a0d3d57b7137f3204690e4126a82d48d985a09fb", [tag: "v0.4.3"]}, + "exjsx": {:hex, :exjsx, "3.2.0"}, + "hackney": {:hex, :hackney, "1.4.8"}, + "idna": {:hex, :idna, "1.0.3"}, + "jsx": {:hex, :jsx, "2.6.2"}, + "mimerl": {:hex, :mimerl, "1.0.2"}, + "ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"}}