diff --git a/rebar.config b/rebar.config index 8f01fce..00e7c6b 100644 --- a/rebar.config +++ b/rebar.config @@ -1,14 +1,31 @@ {erl_opts, [debug_info]}. -{plugins, [ - {eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar.git", {branch, "master"}}} -]}. +{plugins, [{eqc_rebar, {git, "https://github.com/Quviq/eqc-rebar.git", {branch, "master"}}}]}. {deps, - [{sha3, {git, "https://github.com/aeternity/erlang-sha3", {ref, "b5f27a2"}}}]}. + [{sha3, + {git, + "https://git.qpq.swiss/QPQ-AG/erlang-sha3.git", + {ref, "77c4e048aea75bd0bc2b5ca6cb02b7230d081c71"}}}]}. -{profiles, [{test, [{deps, [{enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "5bae41c"}}}, - {ecrecover, {git, "https://github.com/aeternity/ecrecover.git", {ref, "74b7816"}}}]}]}, - {eqc, [{deps, [{enacl, {git, "https://github.com/aeternity/enacl.git", {ref, "38ffc76"}}}, - {ecrecover, {git, "https://github.com/aeternity/ecrecover.git", {ref, "74b7816"}}}]}]} - ]}. +{profiles, + [{test, + [{deps, + [{enacl, + {git, + "https://git.qpq.swiss/QPQ-AG/enacl.git", + {ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}}, + {ecrecover, + {git, + "https://git.qpq.swiss/QPQ-AG/ecrecover.git", + {ref, "ce4175eaf2667a07ce41348dc6d4332477e30637"}}}]}]}, + {eqc, + [{deps, + [{enacl, + {git, + "https://git.qpq.swiss/QPQ-AG/enacl.git", + {ref, "4eb7ec70084ba7c87b1af8797c4c4e90c84f95a2"}}}, + {ecrecover, + {git, + "https://git.qpq.swiss/QPQ-AG/ecrecover.git", + {ref, "ce4175eaf2667a07ce41348dc6d4332477e30637"}}}]}]}]}. diff --git a/rebar.lock b/rebar.lock index 2ca880d..ce623be 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,9 +1,10 @@ {"1.2.0", -[{<<"hex2bin">>,{pkg,<<"hex2bin">>,<<"1.0.0">>},1}, - {<<"sha3">>, - {git,"https://github.com/aeternity/erlang-sha3", - {ref,"b5f27a29ba1179e5907c50d7ec7aa79b2857e981"}}, - 0}]}. + [{<<"hex2bin">>,{pkg,<<"hex2bin">>,<<"1.0.0">>},1}, + {<<"sha3">>, + {git, + "https://git.qpq.swiss/QPQ-AG/erlang-sha3.git", + {ref,"77c4e048aea75bd0bc2b5ca6cb02b7230d081c71"}}, + 0}]}. [ {pkg_hash,[ {<<"hex2bin">>, <<"AAC26EAB998AE80EACEE1C7607C629AB503EBF77A62B9242BAE2B94D47DCB71E">>}]},