|
@@ -1,4 +1,4 @@
|
|
|
{deps, [
|
|
|
- {cowlib, ".*", {git, "git://github.com/ninenines/cowlib.git", "1.0.0"}},
|
|
|
- {ranch, ".*", {git, "git://github.com/ninenines/ranch.git", "1.0.0"}}
|
|
|
+ {cowlib, ".*", {git, "https://git.4dev.win/n4u/cowlib.git", {branch, "1.0.0-erl19"} }},
|
|
|
+ {ranch, ".*", {git, "https://git.4dev.win/n4u/ranch.git", {tag, "1.0.0"} }}
|
|
|
]}.
|