Merge branch 'master' into emq20

This commit is contained in:
Feng Lee 2017-03-24 14:55:28 +08:00 committed by GitHub
commit 3ee8d18ab2
2 changed files with 7 additions and 3 deletions

View File

@ -9,7 +9,7 @@ dep_goldrush = git https://github.com/basho/goldrush 0.1.9
dep_gproc = git https://github.com/uwiger/gproc dep_gproc = git https://github.com/uwiger/gproc
dep_getopt = git https://github.com/jcomellas/getopt v0.8.2 dep_getopt = git https://github.com/jcomellas/getopt v0.8.2
dep_lager = git https://github.com/basho/lager master dep_lager = git https://github.com/basho/lager master
dep_esockd = git https://github.com/emqtt/esockd emq20 dep_esockd = git https://github.com/emqtt/esockd v4.2
dep_mochiweb = git https://github.com/emqtt/mochiweb dep_mochiweb = git https://github.com/emqtt/mochiweb
dep_pbkdf2 = git https://github.com/emqtt/pbkdf2 2.0.1 dep_pbkdf2 = git https://github.com/emqtt/pbkdf2 2.0.1
dep_lager_syslog = git https://github.com/basho/lager_syslog dep_lager_syslog = git https://github.com/basho/lager_syslog

View File

@ -1,6 +1,6 @@
[{<<"esockd">>, [{<<"esockd">>,
{git,"https://github.com/emqtt/esockd", {git,"https://github.com/emqtt/esockd",
{ref,"6ef597f16ce242fe37ae019d6ff5214f7a784c80"}}, {ref,"87d0d3b672e0f25e474f5f8298da568cbb6b168a"}},
0}, 0},
{<<"gen_logger">>, {<<"gen_logger">>,
{git,"https://github.com/emqtt/gen_logger.git", {git,"https://github.com/emqtt/gen_logger.git",
@ -24,7 +24,11 @@
0}, 0},
{<<"mochiweb">>, {<<"mochiweb">>,
{git,"https://github.com/emqtt/mochiweb", {git,"https://github.com/emqtt/mochiweb",
{ref,"af27c0c90bf4c1bfeae0290e4c541264b69f7168"}}, {ref,"c75d88e451b4fe26580a58223f645d99482f51af"}},
0},
{<<"pbkdf2">>,
{git,"https://github.com/comtihon/erlang-pbkdf2.git",
{ref,"7076584f5377e98600a7e2cb81980b2992fb2f71"}},
0}, 0},
{<<"syslog">>, {<<"syslog">>,
{git,"git://github.com/Vagabond/erlang-syslog", {git,"git://github.com/Vagabond/erlang-syslog",