Skip to content

Commit 49dca16

Browse files
committed
go mod
1 parent 6214d7f commit 49dca16

38 files changed

+11190
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ require (
1010
github.com/containerd/errdefs v1.0.0
1111
github.com/distribution/reference v0.6.0
1212
github.com/docker/cli v28.2.2+incompatible
13+
github.com/docker/cli-docs-tool v0.10.0
1314
github.com/docker/docker v28.2.2+incompatible
1415
github.com/docker/docker-credential-helpers v0.9.3
1516
github.com/fsnotify/fsnotify v1.9.0
1617
github.com/google/go-containerregistry v0.20.6
1718
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1819
github.com/mark3labs/mcp-go v0.34.0
1920
github.com/mikefarah/yq/v4 v4.45.4
21+
github.com/pkg/errors v0.9.1
2022
github.com/sigstore/cosign/v2 v2.5.0
2123
github.com/sigstore/sigstore v1.9.5
2224
github.com/spf13/cobra v1.9.1
@@ -50,7 +52,6 @@ require (
5052
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
5153
github.com/digitorus/timestamp v0.0.0-20250524132541-c45532741eea // indirect
5254
github.com/dimchansky/utfbom v1.1.1 // indirect
53-
github.com/docker/cli-docs-tool v0.10.0 // indirect
5455
github.com/docker/distribution v2.8.3+incompatible // indirect
5556
github.com/docker/go-connections v0.5.0 // indirect
5657
github.com/docker/go-metrics v0.0.1 // indirect
@@ -112,7 +113,6 @@ require (
112113
github.com/opencontainers/image-spec v1.1.1 // indirect
113114
github.com/opentracing/opentracing-go v1.2.0 // indirect
114115
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
115-
github.com/pkg/errors v0.9.1 // indirect
116116
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
117117
github.com/prometheus/client_model v0.6.2 // indirect
118118
github.com/rivo/uniseg v0.4.7 // indirect

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
596596
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
597597
github.com/rogpeppe/go-internal v1.13.2-0.20241226121412-a5dc8ff20d0a h1:w3tdWGKbLGBPtR/8/oO74W6hmz0qE5q0z9aqSAewaaM=
598598
github.com/rogpeppe/go-internal v1.13.2-0.20241226121412-a5dc8ff20d0a/go.mod h1:S8kfXMp+yh77OxPD4fdM6YUknrZpQxLhvxzS4gDHENY=
599-
github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww=
600599
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
601600
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
602601
github.com/ryanuber/go-glob v1.0.0 h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk=

vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md

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

vendor/github.com/cpuguy83/go-md2man/v2/md2man/debug.go

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

vendor/github.com/cpuguy83/go-md2man/v2/md2man/md2man.go

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

0 commit comments

Comments
 (0)