fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37267?usp=email )
Change subject: rebar.{config,lock}: add pfcplib to deps[]
......................................................................
rebar.{config,lock}: add pfcplib to deps[]
Change-Id: I4cf3b3b09b19ebabbaad082c616c31ffc1327fd7
---
M rebar.config
M rebar.lock
2 files changed, 26 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/67/37267/1
diff --git a/rebar.config b/rebar.config
index db88c7e..ab19052 100644
--- a/rebar.config
+++ b/rebar.config
@@ -5,7 +5,9 @@
{minimum_otp_vsn, "25.2.3"}.
{deps, [{logger_color_formatter,
- {git, "https://github.com/rlipscombe/logger_color_formatter.git",
{tag, "0.5.0"}}}
+ {git, "https://github.com/rlipscombe/logger_color_formatter.git",
{tag, "0.5.0"}}},
+ {pfcplib,
+ {git, "https://github.com/travelping/pfcplib.git", {tag,
"3.0.0"}}}
]}.
{plugins, [{provider_asn1, ".*",
diff --git a/rebar.lock b/rebar.lock
index 0d93593..2b12fd6 100644
--- a/rebar.lock
+++ b/rebar.lock
@@ -1,4 +1,16 @@
-[{<<"logger_color_formatter">>,
+{"1.2.0",
+[{<<"cut">>,{pkg,<<"cut">>,<<"1.0.3">>},1},
+ {<<"logger_color_formatter">>,
{git,"https://github.com/rlipscombe/logger_color_formatter.git",
{ref,"f1c96f979e6350f8cd787d27fe9ff003cbf3416b"}},
- 0}].
+ 0},
+ {<<"pfcplib">>,
+ {git,"https://github.com/travelping/pfcplib.git",
+ {ref,"975971b13f3c315c836ee6e1ffb502ca2fb037fc"}},
+ 0}]}.
+[
+{pkg_hash,[
+ {<<"cut">>,
<<"1577F2F3BC0F2BF3B97903B7426F8A3D79523687B6A444D0F59A095EF69A0E81">>}]},
+{pkg_hash_ext,[
+ {<<"cut">>,
<<"1A4A25DB2B7C5565FD28B314A4EEB898B1ED3CAFFA1AB09149345FB5731ED04B">>}]}
+].
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37267?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I4cf3b3b09b19ebabbaad082c616c31ffc1327fd7
Gerrit-Change-Number: 37267
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange