Move dependencies to the top level repository
diff --git a/rebar.config b/rebar.config
index 092cb4a..bf0aae3 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,11 +1,5 @@
 {erl_opts, [debug_info, warn_untyped_record]}.
 {erl_first_files, ["src/lager_util.erl"]}.
-{deps, [
-        {goldrush, ".*",
-         {git, "https://git-wip-us.apache.org/repos/asf/couchdb-goldrush.git",
-          {tag, "0.1.6"}}}
-        ]}.
-
 {xref_checks, []}.
 {xref_queries, [{"(XC - UC) || (XU - X - B - lager_default_tracer : Mod)", []}]}.