chore: move insta to dev-dependencies (#8811)

Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
Signed-off-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Rodolfo Olivieri
2026-05-13 12:14:05 -03:00
committed by GitHub
parent 0e270373c2
commit 78eff2e6f9
+1 -1
View File
@@ -166,7 +166,6 @@ sys-info = "0.9"
schemars = { workspace = true, features = [ schemars = { workspace = true, features = [
"derive", "derive",
] } ] }
insta = "1.47.2"
shellexpand = { workspace = true } shellexpand = { workspace = true }
indexmap = "2.14.0" indexmap = "2.14.0"
ignore = { workspace = true } ignore = { workspace = true }
@@ -232,6 +231,7 @@ goose-test-support = { path = "../goose-test-support" }
bytes.workspace = true bytes.workspace = true
http.workspace = true http.workspace = true
goose-mcp = { path = "../goose-mcp" } goose-mcp = { path = "../goose-mcp" }
insta = "1.47.2"
[[example]] [[example]]
name = "agent" name = "agent"