From b717de106943467279067df27458bd07884081a7 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Thu, 18 Sep 2025 10:55:45 +0800 Subject: [PATCH] remove gpb --- apps/efka/src/efka.app.src | 1 - rebar.config | 2 -- 2 files changed, 3 deletions(-) diff --git a/apps/efka/src/efka.app.src b/apps/efka/src/efka.app.src index 3b38dd1..ff62928 100644 --- a/apps/efka/src/efka.app.src +++ b/apps/efka/src/efka.app.src @@ -7,7 +7,6 @@ [ sync, jiffy, - %gpb, parse_trans, lager, cowboy, diff --git a/rebar.config b/rebar.config index 3cf1dce..fd44992 100644 --- a/rebar.config +++ b/rebar.config @@ -2,8 +2,6 @@ {deps, [ {sync, ".*", {git, "https://github.com/rustyio/sync.git", {branch, "master"}}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", {tag, "1.1.2"}}}, - {gpb, ".*", {git, "https://github.com/tomas-abrahamsson/gpb.git", {tag, "4.20.0"}}}, - {jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", {tag, "1.1.1"}}}, {cowboy, ".*", {git, "https://github.com/ninenines/cowboy.git", {tag, "2.10.0"}}}, {parse_trans, ".*", {git, "https://github.com/uwiger/parse_trans", {tag, "3.0.0"}}}, {lager, ".*", {git,"https://github.com/erlang-lager/lager.git", {tag, "3.9.2"}}}