From 34ad7d93000824dd764a7297a91cda831aa9e89a Mon Sep 17 00:00:00 2001 From: kballou Date: Sun, 30 Oct 2016 21:45:46 -0600 Subject: Octochat: Initial commit --- mix.lock | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mix.lock (limited to 'mix.lock') diff --git a/mix.lock b/mix.lock new file mode 100644 index 0000000..7cb196b --- /dev/null +++ b/mix.lock @@ -0,0 +1,5 @@ +%{"bunt": {:hex, :bunt, "0.1.6", "5d95a6882f73f3b9969fdfd1953798046664e6f77ec4e486e6fafc7caad97c6f", [:mix], []}, + "credo": {:hex, :credo, "0.5.1", "2395862b94628cadf0f5c68975c1440393f425b955f1e70ce1aea267e00187a1", [:mix], [{:bunt, "~> 0.1.6", [hex: :bunt, optional: false]}]}, + "distillery": {:hex, :distillery, "0.10.1", "14fccade4b8ab849b99e21c4bdfaa1092dbacdce8afd33f5c369c6e114385b0e", [:mix], []}, + "earmark": {:hex, :earmark, "0.2.1", "ba6d26ceb16106d069b289df66751734802777a3cbb6787026dd800ffeb850f3", [:mix], []}, + "ex_doc": {:hex, :ex_doc, "0.12.0", "b774aabfede4af31c0301aece12371cbd25995a21bb3d71d66f5c2fe074c603f", [:mix], [{:earmark, "~> 0.2", [hex: :earmark, optional: false]}]}} -- cgit v1.2.1