scout: remove module for cli docs, vendor manually

Upstream docs had a formatting issue that needed a hotfix.
Rather than fixing the vendored yaml,
which would be overwritten the next time update (any) vendored modules,
I decided to manually copy the cli reference yaml to the data dir.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2026-01-05 09:14:52 +01:00
parent a54ead2a07
commit ec72262eed
70 changed files with 3 additions and 1528 deletions

2
go.mod
View File

@@ -37,7 +37,6 @@ require (
github.com/docker/model-runner v1.0.3 // indirect
github.com/docker/model-runner/cmd/cli v1.0.3 // indirect
github.com/docker/model-runner/pkg/go-containerregistry v0.0.0-20251121150728-6951a2a36575 // indirect
github.com/docker/scout-cli v1.18.4 // indirect
github.com/elastic/go-sysinfo v1.15.4 // indirect
github.com/elastic/go-windows v1.0.2 // indirect
github.com/emirpasic/gods/v2 v2.0.0-alpha // indirect
@@ -137,7 +136,6 @@ replace (
github.com/docker/compose/v5 => github.com/docker/compose/v5 v5.0.1
github.com/docker/mcp-gateway => github.com/docker/mcp-gateway v0.22.0
github.com/docker/model-runner/cmd/cli => github.com/docker/model-runner/cmd/cli v1.0.3
github.com/docker/scout-cli => github.com/docker/scout-cli v1.18.4
github.com/moby/buildkit => github.com/moby/buildkit v0.26.0
github.com/moby/moby/api => github.com/moby/moby/api v1.52.0
)