diff --git a/apps/emqx_auth_http/rebar.config b/apps/emqx_auth_http/rebar.config index 0b1959427..0f2e48298 100644 --- a/apps/emqx_auth_http/rebar.config +++ b/apps/emqx_auth_http/rebar.config @@ -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"}}} ]}.