fix(build): remove the extra cowlib deps from emqx_auth_http

This commit is contained in:
Shawn 2020-12-22 17:50:10 +08:00
parent ea671af401
commit 54ff20ec0e
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{deps,
[{cowlib, {git, "https://github.com/ninenines/cowlib", {tag, "2.7.0"}}},
{gun, {git, "https://github.com/emqx/gun", {tag, "1.3.4"}}},
[{gun, {git, "https://github.com/emqx/gun", {tag, "1.3.4"}}},
{gproc, {git, "https://github.com/uwiger/gproc", {tag, "0.8.0"}}}
]}.