Skip to content

Commit 03478d3

Browse files
committed
vendor: github.com/docker/cli
Testing docker/cli#5876 to remove notary dependency. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 4ed1e07 commit 03478d3

File tree

402 files changed

+156
-75420
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

402 files changed

+156
-75420
lines changed

go.mod

+3-11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ module github.com/docker/buildx
22

33
go 1.22.0
44

5+
// FIXME(thaJeztah): testing less_notary branch from https://github.com/docker/cli/pull/5876
6+
replace github.com/docker/cli => github.com/thaJeztah/cli v0.0.0-20250302132042-331753ac94d6
7+
58
require (
69
github.com/Masterminds/semver/v3 v3.2.1
710
github.com/Microsoft/go-winio v0.6.2
@@ -71,7 +74,6 @@ require (
7174
require (
7275
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
7376
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
74-
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
7577
github.com/agext/levenshtein v1.2.3 // indirect
7678
github.com/apparentlymart/go-cidr v1.0.1 // indirect
7779
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
@@ -87,18 +89,14 @@ require (
8789
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect
8890
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
8991
github.com/aws/smithy-go v1.20.3 // indirect
90-
github.com/beorn7/perks v1.0.1 // indirect
9192
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
92-
github.com/cespare/xxhash/v2 v2.3.0 // indirect
9393
github.com/containerd/containerd/api v1.8.0 // indirect
9494
github.com/containerd/errdefs/pkg v0.3.0 // indirect
9595
github.com/containerd/ttrpc v1.2.7 // indirect
9696
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
9797
github.com/docker/distribution v2.8.3+incompatible // indirect
9898
github.com/docker/docker-credential-helpers v0.8.2 // indirect
99-
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
10099
github.com/docker/go-connections v0.5.0 // indirect
101-
github.com/docker/go-metrics v0.0.1 // indirect
102100
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
103101
github.com/felixge/httpsnoop v1.0.4 // indirect
104102
github.com/fvbommel/sortorder v1.0.1 // indirect
@@ -127,9 +125,7 @@ require (
127125
github.com/mailru/easyjson v0.7.7 // indirect
128126
github.com/mattn/go-runewidth v0.0.15 // indirect
129127
github.com/mattn/go-shellwords v1.0.12 // indirect
130-
github.com/miekg/pkcs11 v1.1.1 // indirect
131128
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
132-
github.com/mitchellh/mapstructure v1.5.0 // indirect
133129
github.com/moby/docker-image-spec v1.3.1 // indirect
134130
github.com/moby/locker v1.0.1 // indirect
135131
github.com/moby/patternmatcher v0.6.0 // indirect
@@ -143,10 +139,6 @@ require (
143139
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
144140
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
145141
github.com/pmezard/go-difflib v1.0.0 // indirect
146-
github.com/prometheus/client_golang v1.20.5 // indirect
147-
github.com/prometheus/client_model v0.6.1 // indirect
148-
github.com/prometheus/common v0.55.0 // indirect
149-
github.com/prometheus/procfs v0.15.1 // indirect
150142
github.com/rivo/uniseg v0.2.0 // indirect
151143
github.com/russross/blackfriday/v2 v2.1.0 // indirect
152144
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect

go.sum

+2-66
Large diffs are not rendered by default.

vendor/github.com/beorn7/perks/LICENSE

-20
This file was deleted.

0 commit comments

Comments
 (0)