mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-11-29 10:48:04 +08:00
feat: fastdgiot add gbp,getopt,observer_cli
This commit is contained in:
parent
7eb7e144b1
commit
67ad99d720
@ -39,9 +39,9 @@
|
||||
|
||||
{deps,
|
||||
[
|
||||
{neotoma, {git, "https://gitee.com/fastdgiot/neotoma", {tag, "1.7.3"}}}
|
||||
{gpb, {git, "https://gitee.com/fastdgiot/gpb", {tag, "4.11.2"}}} %% gpb only used to build, but not for release, pin it here to avoid fetchin g a wrong version due to rebar plugins scattered in all the deps
|
||||
,{neotoma, {git, "https://gitee.com/fastdgiot/neotoma", {tag, "1.7.3"}}}
|
||||
, {erlfmt, {git, "https://gitee.com/fastdgiot/erlfmt", {tag, "v1.1.0"}}}
|
||||
, {gpb, "4.11.2"} %% gpb only used to build, but not for release, pin it here to avoid fetching a wrong version due to rebar plugins scattered in all the deps
|
||||
, {redbug, {git, "https://gitee.com/fastdgiot/redbug.git", {tag, "2.0.7"}}}
|
||||
, {ehttpc, {git, "https://gitee.com/fastdgiot/ehttpc", {tag, "0.3.0"}}}
|
||||
, {gun, {git, "https://gitee.com/fastdgiot/gun", {tag, "2.0.0"}}}
|
||||
@ -59,8 +59,9 @@
|
||||
, {emqtt, {git, "https://gitee.com/fastdgiot/emqtt", {tag, "1.2.3.1"}}}
|
||||
, {rulesql, {git, "https://gitee.com/fastdgiot/rulesql", {tag, "0.1.5"}}}
|
||||
, {recon, {git, "https://gitee.com/fastdgiot/recon", {tag, "2.5.1"}}}
|
||||
, {observer_cli, "1.6.1"} % NOTE: depends on recon 2.5.1
|
||||
, {getopt, "1.0.1"}
|
||||
, {observer_cli, {git, "https://gitee.com/fastdgiot/observer_cli", {tag, "1.6.1"}}} % NOTE: depends on recon 2.5.1
|
||||
, {rebar3_hex, {git, "https://gitee.com/fastdgiot/rebar3_hex", {tag, "v7.0.2"}}}
|
||||
, {getopt, {git, "https://gitee.com/fastdgiot/getopt.git", {tag, "v1.0.1"}}}
|
||||
, {snabbkaffe, {git, "https://gitee.com/fastdgiot/snabbkaffe.git", {tag, "1.0.1"}}}
|
||||
, {lc, {git, "https://gitee.com/fastdgiot/lc.git", {tag, "0.3.2"}}}
|
||||
, {throttle, {git, "https://gitee.com/fastdgiot/throttle.git", {tag, "0.3.0"}}}
|
||||
|
Loading…
Reference in New Issue
Block a user