Skip to content

Commit

Permalink
Update cowboy dep in rebar config
Browse files Browse the repository at this point in the history
  • Loading branch information
vonmixer committed Nov 30, 2017
1 parent ede30ff commit 5eb26a9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{deps, [{grpc_lib, {git, "https://github.com/Bluehouse-Technology/grpc_lib"}},
{cowboy, {git, "https://github.com/willemdj/cowboy", {branch, "master"}}}
{cowboy, {git, "https://github.com/ninenines/cowboy", {branch, "master"}}}
]}.
22 changes: 22 additions & 0 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{"1.1.0",
[{<<"cowboy">>,
{git,"https://github.com/ninenines/cowboy",
{ref,"a66eb5cd6e6c6b7a1948e3dde53a56017705a4f4"}},
0},
{<<"cowlib">>,
{git,"https://github.com/ninenines/cowlib",
{ref,"824d807225f9b6f692be365635e1792c20cf9ad0"}},
1},
{<<"gpb">>,{pkg,<<"gpb">>,<<"4.0.2">>},1},
{<<"grpc_lib">>,
{git,"https://github.com/Bluehouse-Technology/grpc_lib",
{ref,"1f195cfb52f9243ae67934da2e49498ba04578cd"}},
0},
{<<"ranch">>,
{git,"https://github.com/ninenines/ranch",
{ref,"55c2a9d623454f372a15e99721a37093d8773b48"}},
1}]}.
[
{pkg_hash,[
{<<"gpb">>, <<"43CF080145BC5A8DFD4BB53FA3FD638469E0B3F0ADC1D283B26D7D934FC67267">>}]}
].

0 comments on commit 5eb26a9

Please sign in to comment.