fix(build): remove the extra cowlib deps from emqx_auth_http
This commit is contained in:
parent
ea671af401
commit
54ff20ec0e
|
@ -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"}}}
|
||||
]}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue