Remove unused dependencies across workspace (#6380)

Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
This commit is contained in:
Rodolfo Olivieri
2026-01-12 13:44:23 -03:00
committed by GitHub
parent 17185541cc
commit 0be3ec18cc
4 changed files with 11 additions and 236 deletions
-3
View File
@@ -20,7 +20,6 @@ goose-bench = { path = "../goose-bench" }
goose-mcp = { path = "../goose-mcp" }
rmcp = { workspace = true }
sacp = { workspace = true }
agent-client-protocol-schema = "0.10.5"
clap = { version = "4.4", features = ["derive"] }
cliclack = "0.3.5"
console = "0.16.1"
@@ -29,7 +28,6 @@ dotenvy = "0.15.7"
bat = "0.25.0"
anyhow = "1.0"
serde_json = "1.0"
jsonschema = "0.30.0"
tokio = { version = "1.43", features = ["full"] }
futures = "0.3"
serde = { version = "1.0", features = ["derive"] } # For serialization
@@ -56,7 +54,6 @@ http = "1.0"
webbrowser = {workspace = true}
indicatif = "0.18.1"
tokio-util = { version = "0.7.15", features = ["compat", "rt"] }
is-terminal = "0.4.16"
anstream = "0.6.18"
url = "2.5.7"
open = "5.3.2"
+2 -9
View File
@@ -37,8 +37,7 @@ chrono = { version = "0.4.38", features = ["serde"] }
etcetera = { workspace = true }
tempfile = "3.8"
include_dir = "0.7.4"
webbrowser = {workspace = true}
http-body-util = "0.1.2"
webbrowser = {workspace = true}
regex = "1.11.1"
once_cell = "1.20.2"
ignore = { workspace = true }
@@ -52,11 +51,8 @@ keyring = { version = "3.6.2", features = [
"sync-secret-service",
"vendored",
] }
oauth2 = { version = "5.0.0", features = ["reqwest"] }
utoipa = { version = "4.1", optional = true }
hyper = "1"
serde_with = "3"
which = {workspace = true}
which = {workspace = true}
glob = "0.3"
lru = "0.12"
tree-sitter = "0.21"
@@ -68,7 +64,6 @@ tree-sitter-java = "0.21"
tree-sitter-kotlin = "0.3.8"
devgen-tree-sitter-swift = "0.21.0"
tree-sitter-ruby = "0.21.0"
streaming-iterator = "0.1"
rayon = "1.10"
libc = "0.2"
# TODO: Fork mpatch or replace with a custom implementation using `similar` crate
@@ -76,8 +71,6 @@ libc = "0.2"
# ~1000 downloads). Pinned to exact version to prevent supply chain attacks.
mpatch = "=0.2.0"
tokio-util = "0.7.16"
clap = { version = "4", features = ["derive"] }
[dev-dependencies]
serial_test = "3.0.0"
+1 -5
View File
@@ -68,8 +68,7 @@ tracing-opentelemetry = "0.28"
opentelemetry = "0.27"
opentelemetry-appender-tracing = "0.27"
opentelemetry_sdk = { version = "0.27", features = ["rt-tokio", "metrics"] }
opentelemetry-otlp = { version = "0.27", features = ["grpc-tonic", "http-proto", "reqwest-client"] }
tonic = "0.12"
opentelemetry-otlp = { version = "0.27", features = ["http-proto", "reqwest-client"] }
keyring = { version = "3.6.2", features = ["apple-native", "windows-native", "sync-secret-service", "vendored"] }
serde_yaml = "0.9.34"
once_cell = "1.20.2"
@@ -102,7 +101,6 @@ unicode-normalization = "0.1"
zip = "0.6"
sys-info = "0.9"
oauth2 = "5.0.0"
schemars = { version = "1.0.4", default-features = false, features = ["derive"] }
insta = "1.43.2"
paste = "1.0.0"
@@ -112,7 +110,6 @@ indexmap = "2.12.0"
ignore = { workspace = true }
which = { workspace = true}
boa_engine = "0.21.0"
boa_gc = "0.21"
unbinder = "0.1.7"
[target.'cfg(target_os = "windows")'.dependencies]
@@ -121,7 +118,6 @@ winapi = { version = "0.3", features = ["wincred"] }
[dev-dependencies]
sacp = { workspace = true }
agent-client-protocol-schema = "0.10.5"
criterion = "0.5"
serial_test = "3.2.0"
mockall = "0.13.1"
wiremock = "0.6.0"