Add mix.lock with our current dependencies.

This commit is contained in:
Jon Parise 2016-01-05 09:26:14 -08:00
parent 4b0c048595
commit 23d69b8d15

8
mix.lock Normal file
View File

@ -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"}}