Explorar o código

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

Shawn %!s(int64=5) %!d(string=hai) anos
pai
achega
54ff20ec0e
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      apps/emqx_auth_http/rebar.config

+ 1 - 2
apps/emqx_auth_http/rebar.config

@@ -1,6 +1,5 @@
 {deps,
 {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"}}}
   {gproc, {git, "https://github.com/uwiger/gproc", {tag, "0.8.0"}}}
  ]}.
  ]}.