Skip to content

Commit 534bc39

Browse files
committed
feat(remove-grpc): remove gateway-proto dependency
Signed-off-by: Fredi Raspall <[email protected]>
1 parent ba1c0f7 commit 534bc39

File tree

4 files changed

+2
-101
lines changed

4 files changed

+2
-101
lines changed

Cargo.lock

Lines changed: 2 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ dpdk-sysroot-helper = { path = "./dpdk-sysroot-helper", package = "dataplane-dpd
5757
dplane-rpc = { git = "https://github.com/githedgehog/dplane-rpc.git", rev = "e8fc33db10e1d00785f2a2b90cbadcad7900f200", features = [] }
5858
errno = { path = "./errno", package = "dataplane-errno", features = [] }
5959
flow-info = { path = "./flow-info", package = "dataplane-flow-info", features = [] }
60-
gateway_config = { git = "https://github.com/githedgehog/gateway-proto", tag = "v0.20.0", features = [] }
6160
gwname = { path = "./gwname", package = "dataplane-gwname", features = [] }
6261
hardware = { path = "./hardware", package = "dataplane-hardware", features = [] }
6362
id = { path = "./id", package = "dataplane-id", features = [] }

config/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ version.workspace = true
77

88
[dependencies]
99
# internal
10-
gateway_config = { workspace = true }
1110
gwname = { workspace = true }
1211
hardware = { workspace = true }
1312
net = { workspace = true }
@@ -37,7 +36,6 @@ k8s-intf = { workspace = true, features = ["bolero"] }
3736
# external
3837
bolero = { workspace = true, default-features = false, features = ["alloc"] }
3938
caps = { workspace = true }
40-
gateway_config = { workspace = true, features = ["bolero"] }
4139
ipnet = { workspace = true }
4240
pretty_assertions = { workspace = true, features = ["std"] }
4341
tracing-test = { workspace = true, features = [] }

mgmt/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ bolero = ["dep:bolero", "interface-manager/bolero", "id/bolero", "net/bolero", "
2020
args = { workspace = true }
2121
config = { workspace = true }
2222
concurrency = { workspace = true }
23-
gateway_config = { workspace = true }
2423
id = { workspace = true }
2524
interface-manager = { workspace = true }
2625
k8s-intf = { workspace = true }
@@ -70,7 +69,6 @@ test-utils = { workspace = true }
7069
# external
7170
bolero = { workspace = true, default-features = false, features = ["alloc"] }
7271
caps = { workspace = true }
73-
gateway_config = { workspace = true, features = ["bolero"] }
7472
ipnet = { workspace = true }
7573
pretty_assertions = { workspace = true, features = ["std"] }
7674
tracing-test = { workspace = true, features = [] }

0 commit comments

Comments
 (0)