change deps
diff --git a/rebar.config b/rebar.config
index 81b3d5f..943367e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -11,8 +11,8 @@
 
 
 {deps, [
-    {erlzk, ".*", {git, "git@github.com:huaban/erlzk.git", {tag, "v0.6.2"}}},
-    {lager, ".*", {git, "git@github.com:basho/lager.git", {tag, "3.2.4"}}},
+    {erlzk, ".*", {git, "https://github.com/huaban/erlzk.git", {tag, "v0.6.2"}}},
+    {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}},
     {ranch, ".*",  {git, "https://github.com/ninenines/ranch.git", {tag, "1.4.0"}}},
     {poolboy, ".*",  {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.1"}}},
     {jiffy, "0.15.1"}