Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
burbas committed Aug 9, 2023
1 parent 7a3ff43 commit d0737d3
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@

{deps, [
{erlando, {git, "https://github.com/burbas/erlando.git", {branch, "master"}}},
{aleppo, {git, "https://github.com/burbas/aleppo.git", {tag, "v0.9.4"}}},
{dh_date, {git, "https://github.com/daleharvey/dh_date.git", {ref, "master"}}},
{tiny_pq, {git, "https://github.com/ChicagoBoss/tiny_pq.git", {tag, "v0.9.0"}}}
{aleppo, {git, "https://github.com/burbas/aleppo.git", {branch, "master"}}},
{dh_date, {git, "https://github.com/daleharvey/dh_date.git", {branch, "master"}}},
{tiny_pq, {git, "https://github.com/ChicagoBoss/tiny_pq.git", {tag, "v0.9.0"}}},
{poolboy, {git, "https://github.com/devinus/poolboy.git", {tag, "1.5.2"}}},
{uuid, {git, "https://github.com/avtobiff/erlang-uuid.git", {tag, "v0.5.2"}}},
{uuid, {git, "https://github.com/avtobiff/erlang-uuid.git", {branch, "master"}}},

%% Database interfaces
{mongodb, {git, "https://github.com/comtihon/mongodb-erlang", {tag, "v0.7.9"}}},
{mongodb, {git, "https://github.com/comtihon/mongodb-erlang", {branch, "master"}}},
{ddb, {git, "https://github.com/ErlyORM/ddb.git", {tag, "v0.1.7"}}},
{epgsql, {git, "https://github.com/epgsql/epgsql.git", {tag, "4.2.0"}}},
{erlmc, {git, "https://github.com/ErlyORM/erlmc.git", {ref, "c5280da"}}},
{mysql, {git, "https://github.com/ErlyORM/erlang-mysql-driver.git", {tag, "v0.0.4"}}},
{redo, {git, "https://github.com/heroku/redo.git", {ref, "cd75a11"}}},
{ets_cache, {git, "https://github.com/cuongth/ets_cache.git", {ref, "c7a17204cd"}}},
{ets_cache, {git, "https://github.com/cuongth/ets_cache.git", {ref, "c7a17204cd"}}}

]}.

Expand Down
72 changes: 72 additions & 0 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
[{<<"aleppo">>,
{git,"https://github.com/burbas/aleppo.git",
{ref,"32efd2d1d0c98900f9f4980eb778d8f8df47f8d1"}},
0},
{<<"bson">>,
{git,"https://github.com/comtihon/bson-erlang.git",
{ref,"f5a8c7030dd0107d2eed99059bc09c53ebe5e5dd"}},
1},
{<<"ddb">>,
{git,"https://github.com/ErlyORM/ddb.git",
{ref,"585efb98729a3a19ddfdfe9e96dad80d4cabc5c9"}},
0},
{<<"dh_date">>,
{git,"https://github.com/daleharvey/dh_date.git",
{ref,"aaddd331f708ce4ae561be2cb4357bebda445a6b"}},
0},
{<<"epgsql">>,
{git,"https://github.com/epgsql/epgsql.git",
{ref,"3ee6e9c612a5388f0722d90051afaa3f4fd72c63"}},
0},
{<<"erlando">>,
{git,"https://github.com/burbas/erlando.git",
{ref,"d458f07e0020be6395829b0d83b1953eee89e71b"}},
0},
{<<"erlmc">>,
{git,"https://github.com/ErlyORM/erlmc.git",
{ref,"c5280dadc6b64912e100d812a4aa95de8dea4636"}},
0},
{<<"ets_cache">>,
{git,"https://github.com/cuongth/ets_cache.git",
{ref,"c7a17204cd9602b677540e9c73d10e6f6f7da146"}},
0},
{<<"ibrowse">>,
{git,"https://github.com/cmullaparthi/ibrowse.git",
{ref,"ffe353054e964ac103d38a49a4950b5805927d93"}},
1},
{<<"jsx">>,
{git,"https://github.com/talentdeficit/jsx.git",
{ref,"fc2a001073f2300ba38427c23e83d5673c020542"}},
1},
{<<"mongodb">>,
{git,"https://github.com/comtihon/mongodb-erlang",
{ref,"5881a8b689156feb9931fd47ee864c8c2491b03a"}},
0},
{<<"mysql">>,
{git,"https://github.com/ErlyORM/erlang-mysql-driver.git",
{ref,"5308a6536369739371baa21d42d29d8e417aacf2"}},
0},
{<<"pbkdf2">>,
{git,"https://github.com/comtihon/erlang-pbkdf2.git",
{ref,"5201a735639496fc595061160117e4ec155d73f5"}},
1},
{<<"pmod_transform">>,
{git,"https://github.com/erlang/pmod_transform",
{ref,"f96b8b572395581d58fe3dd7c3e61f3f0e8fa6dc"}},
1},
{<<"poolboy">>,
{git,"https://github.com/devinus/poolboy.git",
{ref,"29be47db8c2be38b18c908e43a80ebb7b9b6116b"}},
0},
{<<"redo">>,
{git,"https://github.com/heroku/redo.git",
{ref,"cd75a11697d69e38b6e5e1750b7ec18414fb60eb"}},
0},
{<<"tiny_pq">>,
{git,"https://github.com/ChicagoBoss/tiny_pq.git",
{ref,"5f13986299f0d81a26235cebcfb7ff87e207edfe"}},
0},
{<<"uuid">>,
{git,"https://github.com/avtobiff/erlang-uuid.git",
{ref,"cb02a2039a9b29dd2eef0446039c9c6e164df9ef"}},
0}].

0 comments on commit d0737d3

Please sign in to comment.