diff options
Diffstat (limited to 'recipes-containers/docker-compose')
-rw-r--r-- | recipes-containers/docker-compose/docker-compose_git.bb | 14 | ||||
-rw-r--r-- | recipes-containers/docker-compose/files/modules.txt | 1634 | ||||
-rw-r--r-- | recipes-containers/docker-compose/relocation.inc | 68 | ||||
-rw-r--r-- | recipes-containers/docker-compose/src_uri.inc | 1356 |
4 files changed, 2094 insertions, 978 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb index 07650126..91ceb011 100644 --- a/recipes-containers/docker-compose/docker-compose_git.bb +++ b/recipes-containers/docker-compose/docker-compose_git.bb | |||
@@ -8,10 +8,10 @@ DEPENDS = " \ | |||
8 | " | 8 | " |
9 | 9 | ||
10 | # Specify the first two important SRCREVs as the format | 10 | # Specify the first two important SRCREVs as the format |
11 | SRCREV_FORMAT="compose_survey" | 11 | SRCREV_FORMAT = "compose_survey" |
12 | SRCREV_compose = "3371227794f5f3645f4f19829c60a741635ed329" | 12 | SRCREV_compose = "eaf9800948e022573997649656c040a19d4b15c2" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https" | 14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" |
15 | 15 | ||
16 | include src_uri.inc | 16 | include src_uri.inc |
17 | 17 | ||
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f60 | |||
23 | 23 | ||
24 | GO_IMPORT = "import" | 24 | GO_IMPORT = "import" |
25 | 25 | ||
26 | PV = "v2.26.0" | 26 | PV = "v2.33.1" |
27 | 27 | ||
28 | COMPOSE_PKG = "github.com/docker/compose/v2" | 28 | COMPOSE_PKG = "github.com/docker/compose/v2" |
29 | 29 | ||
@@ -55,7 +55,7 @@ do_compile() { | |||
55 | # our copied .go files are to be used for the build | 55 | # our copied .go files are to be used for the build |
56 | ln -sf vendor.copy vendor | 56 | ln -sf vendor.copy vendor |
57 | # inform go that we know what we are doing | 57 | # inform go that we know what we are doing |
58 | cp ${WORKDIR}/modules.txt vendor/ | 58 | cp ${UNPACKDIR}/modules.txt vendor/ |
59 | 59 | ||
60 | GO_LDFLAGS="-s -w -X internal.Version=${PV} -X ${COMPOSE_PKG}/internal.Version=${PV}" | 60 | GO_LDFLAGS="-s -w -X internal.Version=${PV} -X ${COMPOSE_PKG}/internal.Version=${PV}" |
61 | GO_BUILDTAGS="" | 61 | GO_BUILDTAGS="" |
@@ -78,3 +78,7 @@ FILES:${PN} += " ${nonarch_libdir}/docker/cli-plugins/" | |||
78 | 78 | ||
79 | INHIBIT_PACKAGE_STRIP = "1" | 79 | INHIBIT_PACKAGE_STRIP = "1" |
80 | INSANE_SKIP:${PN} += "ldflags already-stripped" | 80 | INSANE_SKIP:${PN} += "ldflags already-stripped" |
81 | |||
82 | # the AWS dependency is 8GB, try and control the | ||
83 | # size of the clones | ||
84 | BB_GIT_SHALLOW = "1" \ No newline at end of file | ||
diff --git a/recipes-containers/docker-compose/files/modules.txt b/recipes-containers/docker-compose/files/modules.txt index 88bd7801..09b52926 100644 --- a/recipes-containers/docker-compose/files/modules.txt +++ b/recipes-containers/docker-compose/files/modules.txt | |||
@@ -1,372 +1,1422 @@ | |||
1 | # dario.cat/mergo v1.0.1 | ||
2 | ## explicit; go 1.13 | ||
3 | dario.cat/mergo | ||
4 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 | ||
5 | ## explicit; go 1.20 | ||
6 | github.com/AdaLogics/go-fuzz-headers | ||
1 | # github.com/AlecAivazis/survey/v2 v2.3.7 | 7 | # github.com/AlecAivazis/survey/v2 v2.3.7 |
2 | ## explicit | 8 | ## explicit; go 1.13 |
3 | # github.com/Microsoft/go-winio v0.6.1 | 9 | github.com/AlecAivazis/survey/v2 |
4 | ## explicit | 10 | github.com/AlecAivazis/survey/v2/core |
11 | github.com/AlecAivazis/survey/v2/terminal | ||
12 | # github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c | ||
13 | ## explicit; go 1.16 | ||
14 | github.com/Azure/go-ansiterm | ||
15 | github.com/Azure/go-ansiterm/winterm | ||
16 | # github.com/Masterminds/semver/v3 v3.2.1 | ||
17 | ## explicit; go 1.18 | ||
18 | github.com/Masterminds/semver/v3 | ||
19 | # github.com/Microsoft/go-winio v0.6.2 | ||
20 | ## explicit; go 1.21 | ||
21 | github.com/Microsoft/go-winio | ||
22 | github.com/Microsoft/go-winio/internal/fs | ||
23 | github.com/Microsoft/go-winio/internal/socket | ||
24 | github.com/Microsoft/go-winio/internal/stringbuffer | ||
25 | github.com/Microsoft/go-winio/pkg/guid | ||
5 | # github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d | 26 | # github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d |
6 | ## explicit | 27 | ## explicit |
28 | github.com/acarl005/stripansi | ||
29 | # github.com/apparentlymart/go-textseg/v15 v15.0.0 | ||
30 | ## explicit; go 1.16 | ||
31 | github.com/apparentlymart/go-textseg/v15/textseg | ||
32 | # github.com/aws/aws-sdk-go-v2 v1.30.3 | ||
33 | ## explicit; go 1.20 | ||
34 | github.com/aws/aws-sdk-go-v2/aws | ||
35 | github.com/aws/aws-sdk-go-v2/aws/defaults | ||
36 | github.com/aws/aws-sdk-go-v2/aws/middleware | ||
37 | github.com/aws/aws-sdk-go-v2/aws/middleware/private/metrics | ||
38 | github.com/aws/aws-sdk-go-v2/aws/protocol/query | ||
39 | github.com/aws/aws-sdk-go-v2/aws/protocol/restjson | ||
40 | github.com/aws/aws-sdk-go-v2/aws/protocol/xml | ||
41 | github.com/aws/aws-sdk-go-v2/aws/ratelimit | ||
42 | github.com/aws/aws-sdk-go-v2/aws/retry | ||
43 | github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4 | ||
44 | github.com/aws/aws-sdk-go-v2/aws/signer/v4 | ||
45 | github.com/aws/aws-sdk-go-v2/aws/transport/http | ||
46 | github.com/aws/aws-sdk-go-v2/internal/auth | ||
47 | github.com/aws/aws-sdk-go-v2/internal/auth/smithy | ||
48 | github.com/aws/aws-sdk-go-v2/internal/context | ||
49 | github.com/aws/aws-sdk-go-v2/internal/endpoints | ||
50 | github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn | ||
51 | github.com/aws/aws-sdk-go-v2/internal/middleware | ||
52 | github.com/aws/aws-sdk-go-v2/internal/rand | ||
53 | github.com/aws/aws-sdk-go-v2/internal/sdk | ||
54 | github.com/aws/aws-sdk-go-v2/internal/sdkio | ||
55 | github.com/aws/aws-sdk-go-v2/internal/shareddefaults | ||
56 | github.com/aws/aws-sdk-go-v2/internal/strings | ||
57 | github.com/aws/aws-sdk-go-v2/internal/sync/singleflight | ||
58 | github.com/aws/aws-sdk-go-v2/internal/timeconv | ||
59 | # github.com/aws/aws-sdk-go-v2/config v1.27.27 | ||
60 | ## explicit; go 1.20 | ||
61 | github.com/aws/aws-sdk-go-v2/config | ||
62 | # github.com/aws/aws-sdk-go-v2/credentials v1.17.27 | ||
63 | ## explicit; go 1.20 | ||
64 | github.com/aws/aws-sdk-go-v2/credentials | ||
65 | github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds | ||
66 | github.com/aws/aws-sdk-go-v2/credentials/endpointcreds | ||
67 | github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client | ||
68 | github.com/aws/aws-sdk-go-v2/credentials/processcreds | ||
69 | github.com/aws/aws-sdk-go-v2/credentials/ssocreds | ||
70 | github.com/aws/aws-sdk-go-v2/credentials/stscreds | ||
71 | # github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 | ||
72 | ## explicit; go 1.20 | ||
73 | github.com/aws/aws-sdk-go-v2/feature/ec2/imds | ||
74 | github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config | ||
75 | # github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 | ||
76 | ## explicit; go 1.20 | ||
77 | github.com/aws/aws-sdk-go-v2/internal/configsources | ||
78 | # github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 | ||
79 | ## explicit; go 1.20 | ||
80 | github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 | ||
81 | # github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 | ||
82 | ## explicit; go 1.20 | ||
83 | github.com/aws/aws-sdk-go-v2/internal/ini | ||
84 | # github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 | ||
85 | ## explicit; go 1.20 | ||
86 | github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding | ||
87 | # github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 | ||
88 | ## explicit; go 1.20 | ||
89 | github.com/aws/aws-sdk-go-v2/service/internal/presigned-url | ||
90 | # github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 | ||
91 | ## explicit; go 1.20 | ||
92 | github.com/aws/aws-sdk-go-v2/service/sso | ||
93 | github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints | ||
94 | github.com/aws/aws-sdk-go-v2/service/sso/types | ||
95 | # github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 | ||
96 | ## explicit; go 1.20 | ||
97 | github.com/aws/aws-sdk-go-v2/service/ssooidc | ||
98 | github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints | ||
99 | github.com/aws/aws-sdk-go-v2/service/ssooidc/types | ||
100 | # github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 | ||
101 | ## explicit; go 1.20 | ||
102 | github.com/aws/aws-sdk-go-v2/service/sts | ||
103 | github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints | ||
104 | github.com/aws/aws-sdk-go-v2/service/sts/types | ||
105 | # github.com/aws/smithy-go v1.20.3 | ||
106 | ## explicit; go 1.20 | ||
107 | github.com/aws/smithy-go | ||
108 | github.com/aws/smithy-go/auth | ||
109 | github.com/aws/smithy-go/auth/bearer | ||
110 | github.com/aws/smithy-go/context | ||
111 | github.com/aws/smithy-go/document | ||
112 | github.com/aws/smithy-go/encoding | ||
113 | github.com/aws/smithy-go/encoding/httpbinding | ||
114 | github.com/aws/smithy-go/encoding/json | ||
115 | github.com/aws/smithy-go/encoding/xml | ||
116 | github.com/aws/smithy-go/endpoints | ||
117 | github.com/aws/smithy-go/internal/sync/singleflight | ||
118 | github.com/aws/smithy-go/io | ||
119 | github.com/aws/smithy-go/logging | ||
120 | github.com/aws/smithy-go/middleware | ||
121 | github.com/aws/smithy-go/private/requestcompression | ||
122 | github.com/aws/smithy-go/ptr | ||
123 | github.com/aws/smithy-go/rand | ||
124 | github.com/aws/smithy-go/time | ||
125 | github.com/aws/smithy-go/transport/http | ||
126 | github.com/aws/smithy-go/transport/http/internal/io | ||
127 | # github.com/beorn7/perks v1.0.1 | ||
128 | ## explicit; go 1.11 | ||
129 | github.com/beorn7/perks/quantile | ||
7 | # github.com/buger/goterm v1.0.4 | 130 | # github.com/buger/goterm v1.0.4 |
8 | ## explicit | 131 | ## explicit; go 1.15 |
9 | # github.com/compose-spec/compose-go/v2 v2.0.2 | 132 | github.com/buger/goterm |
10 | ## explicit | 133 | # github.com/cenkalti/backoff/v4 v4.3.0 |
134 | ## explicit; go 1.18 | ||
135 | github.com/cenkalti/backoff/v4 | ||
136 | # github.com/cespare/xxhash/v2 v2.3.0 | ||
137 | ## explicit; go 1.11 | ||
138 | github.com/cespare/xxhash/v2 | ||
139 | # github.com/compose-spec/compose-go/v2 v2.4.9-0.20250302154753-e508c724a35f | ||
140 | ## explicit; go 1.23 | ||
141 | github.com/compose-spec/compose-go/v2/cli | ||
142 | github.com/compose-spec/compose-go/v2/consts | ||
143 | github.com/compose-spec/compose-go/v2/dotenv | ||
144 | github.com/compose-spec/compose-go/v2/errdefs | ||
145 | github.com/compose-spec/compose-go/v2/format | ||
146 | github.com/compose-spec/compose-go/v2/graph | ||
147 | github.com/compose-spec/compose-go/v2/interpolation | ||
148 | github.com/compose-spec/compose-go/v2/loader | ||
149 | github.com/compose-spec/compose-go/v2/override | ||
150 | github.com/compose-spec/compose-go/v2/paths | ||
151 | github.com/compose-spec/compose-go/v2/schema | ||
152 | github.com/compose-spec/compose-go/v2/template | ||
153 | github.com/compose-spec/compose-go/v2/transform | ||
154 | github.com/compose-spec/compose-go/v2/tree | ||
155 | github.com/compose-spec/compose-go/v2/types | ||
156 | github.com/compose-spec/compose-go/v2/utils | ||
157 | github.com/compose-spec/compose-go/v2/validation | ||
11 | # github.com/containerd/console v1.0.4 | 158 | # github.com/containerd/console v1.0.4 |
12 | ## explicit | 159 | ## explicit; go 1.13 |
13 | # github.com/containerd/containerd v1.7.13 | 160 | github.com/containerd/console |
14 | ## explicit | 161 | # github.com/containerd/containerd/api v1.8.0 |
15 | # github.com/davecgh/go-spew v1.1.1 | 162 | ## explicit; go 1.21 |
16 | ## explicit | 163 | github.com/containerd/containerd/api/services/content/v1 |
17 | # github.com/distribution/reference v0.5.0 | 164 | # github.com/containerd/containerd/v2 v2.0.2 |
18 | ## explicit | 165 | ## explicit; go 1.22.0 |
19 | # github.com/docker/buildx v0.13.1 | 166 | github.com/containerd/containerd/v2/core/content |
20 | ## explicit | 167 | github.com/containerd/containerd/v2/core/content/proxy |
21 | # github.com/docker/cli v26.0.0+incompatible | 168 | github.com/containerd/containerd/v2/core/images |
22 | ## explicit | 169 | github.com/containerd/containerd/v2/core/leases |
23 | # github.com/docker/cli-docs-tool v0.7.0 | 170 | github.com/containerd/containerd/v2/core/remotes |
24 | ## explicit | 171 | github.com/containerd/containerd/v2/core/remotes/docker |
25 | # github.com/docker/docker v26.0.0+incompatible | 172 | github.com/containerd/containerd/v2/core/remotes/docker/auth |
26 | ## explicit | 173 | github.com/containerd/containerd/v2/core/remotes/docker/schema1 |
27 | # github.com/docker/go-connections v0.5.0 | 174 | github.com/containerd/containerd/v2/core/remotes/errors |
28 | ## explicit | 175 | github.com/containerd/containerd/v2/defaults |
29 | # github.com/docker/go-units v0.5.0 | 176 | github.com/containerd/containerd/v2/internal/fsverity |
30 | ## explicit | 177 | github.com/containerd/containerd/v2/internal/randutil |
31 | # github.com/fsnotify/fsevents v0.1.1 | 178 | github.com/containerd/containerd/v2/pkg/archive/compression |
32 | ## explicit | 179 | github.com/containerd/containerd/v2/pkg/deprecation |
33 | # github.com/google/go-cmp v0.6.0 | 180 | github.com/containerd/containerd/v2/pkg/filters |
34 | ## explicit | 181 | github.com/containerd/containerd/v2/pkg/identifiers |
35 | # github.com/hashicorp/go-multierror v1.1.1 | 182 | github.com/containerd/containerd/v2/pkg/kernelversion |
36 | ## explicit | 183 | github.com/containerd/containerd/v2/pkg/labels |
37 | # github.com/hashicorp/go-version v1.6.0 | 184 | github.com/containerd/containerd/v2/pkg/namespaces |
38 | ## explicit | 185 | github.com/containerd/containerd/v2/pkg/protobuf |
39 | # github.com/jonboulle/clockwork v0.4.0 | 186 | github.com/containerd/containerd/v2/pkg/protobuf/types |
40 | ## explicit | 187 | github.com/containerd/containerd/v2/pkg/reference |
41 | # github.com/mattn/go-shellwords v1.0.12 | 188 | github.com/containerd/containerd/v2/pkg/tracing |
42 | ## explicit | 189 | github.com/containerd/containerd/v2/plugins/content/local |
43 | # github.com/mitchellh/go-ps v1.0.0 | 190 | github.com/containerd/containerd/v2/plugins/services/content/contentserver |
44 | ## explicit | 191 | github.com/containerd/containerd/v2/version |
45 | # github.com/mitchellh/mapstructure v1.5.0 | 192 | # github.com/containerd/continuity v0.4.5 |
46 | ## explicit | 193 | ## explicit; go 1.21 |
47 | # github.com/moby/buildkit v0.13.1 | 194 | github.com/containerd/continuity/devices |
48 | ## explicit | 195 | github.com/containerd/continuity/fs |
49 | # github.com/moby/patternmatcher v0.6.0 | 196 | github.com/containerd/continuity/sysx |
50 | ## explicit | 197 | # github.com/containerd/errdefs v1.0.0 |
51 | # github.com/moby/term v0.5.0 | 198 | ## explicit; go 1.20 |
52 | ## explicit | 199 | github.com/containerd/errdefs |
53 | # github.com/morikuni/aec v1.0.0 | 200 | # github.com/containerd/errdefs/pkg v0.3.0 |
54 | ## explicit | 201 | ## explicit; go 1.22 |
55 | # github.com/opencontainers/go-digest v1.0.0 | 202 | github.com/containerd/errdefs/pkg/errgrpc |
56 | ## explicit | 203 | github.com/containerd/errdefs/pkg/internal/cause |
57 | # github.com/opencontainers/image-spec v1.1.0-rc6 | 204 | github.com/containerd/errdefs/pkg/internal/types |
58 | ## explicit | ||
59 | # github.com/otiai10/copy v1.14.0 | ||
60 | ## explicit | ||
61 | # github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc | ||
62 | ## explicit | ||
63 | # github.com/sirupsen/logrus v1.9.3 | ||
64 | ## explicit | ||
65 | # github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 | ||
66 | ## explicit | ||
67 | # github.com/spf13/cobra v1.8.0 | ||
68 | ## explicit | ||
69 | # github.com/spf13/pflag v1.0.5 | ||
70 | ## explicit | ||
71 | # github.com/stretchr/testify v1.8.4 | ||
72 | ## explicit | ||
73 | # github.com/theupdateframework/notary v0.7.0 | ||
74 | ## explicit | ||
75 | # github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 | ||
76 | ## explicit | ||
77 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 | ||
78 | ## explicit | ||
79 | # go.opentelemetry.io/otel v1.21.0 | ||
80 | ## explicit | ||
81 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 | ||
82 | ## explicit | ||
83 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 | ||
84 | ## explicit | ||
85 | # go.opentelemetry.io/otel/sdk v1.21.0 | ||
86 | ## explicit | ||
87 | # go.opentelemetry.io/otel/trace v1.21.0 | ||
88 | ## explicit | ||
89 | # go.uber.org/goleak v1.3.0 | ||
90 | ## explicit | ||
91 | # go.uber.org/mock v0.4.0 | ||
92 | ## explicit | ||
93 | # golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 | ||
94 | ## explicit | ||
95 | # golang.org/x/sync v0.6.0 | ||
96 | ## explicit | ||
97 | # golang.org/x/sys v0.16.0 | ||
98 | ## explicit | ||
99 | # google.golang.org/grpc v1.59.0 | ||
100 | ## explicit | ||
101 | # gopkg.in/yaml.v3 v3.0.1 | ||
102 | ## explicit | ||
103 | # gotest.tools/v3 v3.5.1 | ||
104 | ## explicit | ||
105 | # dario.cat/mergo v1.0.0 | ||
106 | ## explicit | ||
107 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 | ||
108 | ## explicit | ||
109 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | ||
110 | ## explicit | ||
111 | # github.com/Masterminds/semver/v3 v3.2.1 | ||
112 | ## explicit | ||
113 | # github.com/Microsoft/hcsshim v0.11.4 | ||
114 | ## explicit | ||
115 | # github.com/aws/aws-sdk-go-v2 v1.24.1 | ||
116 | ## explicit | ||
117 | # github.com/aws/aws-sdk-go-v2/config v1.26.6 | ||
118 | ## explicit | ||
119 | # github.com/aws/aws-sdk-go-v2/credentials v1.16.16 | ||
120 | ## explicit | ||
121 | # github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 | ||
122 | ## explicit | ||
123 | # github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 | ||
124 | ## explicit | ||
125 | # github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 | ||
126 | ## explicit | ||
127 | # github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 | ||
128 | ## explicit | ||
129 | # github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 | ||
130 | ## explicit | ||
131 | # github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 | ||
132 | ## explicit | ||
133 | # github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 | ||
134 | ## explicit | ||
135 | # github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 | ||
136 | ## explicit | ||
137 | # github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 | ||
138 | ## explicit | ||
139 | # github.com/aws/smithy-go v1.19.0 | ||
140 | ## explicit | ||
141 | # github.com/beorn7/perks v1.0.1 | ||
142 | ## explicit | ||
143 | # github.com/cenkalti/backoff/v4 v4.2.1 | ||
144 | ## explicit | ||
145 | # github.com/cespare/xxhash/v2 v2.2.0 | ||
146 | ## explicit | ||
147 | # github.com/containerd/continuity v0.4.3 | ||
148 | ## explicit | ||
149 | # github.com/containerd/log v0.1.0 | 205 | # github.com/containerd/log v0.1.0 |
150 | ## explicit | 206 | ## explicit; go 1.20 |
151 | # github.com/containerd/ttrpc v1.2.2 | 207 | github.com/containerd/log |
152 | ## explicit | 208 | # github.com/containerd/platforms v1.0.0-rc.1 |
153 | # github.com/containerd/typeurl/v2 v2.1.1 | 209 | ## explicit; go 1.20 |
154 | ## explicit | 210 | github.com/containerd/platforms |
211 | # github.com/containerd/ttrpc v1.2.7 | ||
212 | ## explicit; go 1.19 | ||
213 | github.com/containerd/ttrpc | ||
214 | # github.com/containerd/typeurl/v2 v2.2.3 | ||
215 | ## explicit; go 1.21 | ||
216 | github.com/containerd/typeurl/v2 | ||
217 | # github.com/cpuguy83/go-md2man/v2 v2.0.6 | ||
218 | ## explicit; go 1.12 | ||
219 | github.com/cpuguy83/go-md2man/v2/md2man | ||
220 | # github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc | ||
221 | ## explicit | ||
222 | github.com/davecgh/go-spew/spew | ||
223 | # github.com/distribution/reference v0.6.0 | ||
224 | ## explicit; go 1.20 | ||
225 | github.com/distribution/reference | ||
226 | # github.com/docker/buildx v0.21.2 | ||
227 | ## explicit; go 1.22.0 | ||
228 | github.com/docker/buildx/build | ||
229 | github.com/docker/buildx/builder | ||
230 | github.com/docker/buildx/controller/pb | ||
231 | github.com/docker/buildx/driver | ||
232 | github.com/docker/buildx/driver/bkimage | ||
233 | github.com/docker/buildx/driver/docker | ||
234 | github.com/docker/buildx/driver/docker-container | ||
235 | github.com/docker/buildx/driver/kubernetes | ||
236 | github.com/docker/buildx/driver/kubernetes/context | ||
237 | github.com/docker/buildx/driver/kubernetes/execconn | ||
238 | github.com/docker/buildx/driver/kubernetes/manifest | ||
239 | github.com/docker/buildx/driver/kubernetes/podchooser | ||
240 | github.com/docker/buildx/driver/kubernetes/util | ||
241 | github.com/docker/buildx/driver/remote | ||
242 | github.com/docker/buildx/driver/remote/util | ||
243 | github.com/docker/buildx/localstate | ||
244 | github.com/docker/buildx/store | ||
245 | github.com/docker/buildx/store/storeutil | ||
246 | github.com/docker/buildx/util/buildflags | ||
247 | github.com/docker/buildx/util/confutil | ||
248 | github.com/docker/buildx/util/desktop | ||
249 | github.com/docker/buildx/util/dockerutil | ||
250 | github.com/docker/buildx/util/gitutil | ||
251 | github.com/docker/buildx/util/imagetools | ||
252 | github.com/docker/buildx/util/logutil | ||
253 | github.com/docker/buildx/util/metricutil | ||
254 | github.com/docker/buildx/util/osutil | ||
255 | github.com/docker/buildx/util/platformutil | ||
256 | github.com/docker/buildx/util/progress | ||
257 | github.com/docker/buildx/util/resolver | ||
258 | github.com/docker/buildx/util/waitmap | ||
259 | github.com/docker/buildx/version | ||
260 | # github.com/docker/cli v28.0.1+incompatible | ||
261 | ## explicit | ||
262 | github.com/docker/cli/cli | ||
263 | github.com/docker/cli/cli-plugins/hooks | ||
264 | github.com/docker/cli/cli-plugins/manager | ||
265 | github.com/docker/cli/cli-plugins/plugin | ||
266 | github.com/docker/cli/cli-plugins/socket | ||
267 | github.com/docker/cli/cli/command | ||
268 | github.com/docker/cli/cli/command/completion | ||
269 | github.com/docker/cli/cli/command/container | ||
270 | github.com/docker/cli/cli/command/formatter | ||
271 | github.com/docker/cli/cli/command/formatter/tabwriter | ||
272 | github.com/docker/cli/cli/command/image | ||
273 | github.com/docker/cli/cli/command/image/build | ||
274 | github.com/docker/cli/cli/command/inspect | ||
275 | github.com/docker/cli/cli/compose/interpolation | ||
276 | github.com/docker/cli/cli/compose/loader | ||
277 | github.com/docker/cli/cli/compose/schema | ||
278 | github.com/docker/cli/cli/compose/template | ||
279 | github.com/docker/cli/cli/compose/types | ||
280 | github.com/docker/cli/cli/config | ||
281 | github.com/docker/cli/cli/config/configfile | ||
282 | github.com/docker/cli/cli/config/credentials | ||
283 | github.com/docker/cli/cli/config/types | ||
284 | github.com/docker/cli/cli/connhelper | ||
285 | github.com/docker/cli/cli/connhelper/commandconn | ||
286 | github.com/docker/cli/cli/connhelper/ssh | ||
287 | github.com/docker/cli/cli/context | ||
288 | github.com/docker/cli/cli/context/docker | ||
289 | github.com/docker/cli/cli/context/store | ||
290 | github.com/docker/cli/cli/debug | ||
291 | github.com/docker/cli/cli/flags | ||
292 | github.com/docker/cli/cli/hints | ||
293 | github.com/docker/cli/cli/internal/jsonstream | ||
294 | github.com/docker/cli/cli/manifest/store | ||
295 | github.com/docker/cli/cli/manifest/types | ||
296 | github.com/docker/cli/cli/registry/client | ||
297 | github.com/docker/cli/cli/streams | ||
298 | github.com/docker/cli/cli/trust | ||
299 | github.com/docker/cli/cli/version | ||
300 | github.com/docker/cli/internal/tui | ||
301 | github.com/docker/cli/opts | ||
302 | github.com/docker/cli/pkg/kvfile | ||
303 | github.com/docker/cli/templates | ||
304 | # github.com/docker/cli-docs-tool v0.9.0 | ||
305 | ## explicit; go 1.18 | ||
306 | github.com/docker/cli-docs-tool | ||
307 | github.com/docker/cli-docs-tool/annotation | ||
155 | # github.com/docker/distribution v2.8.3+incompatible | 308 | # github.com/docker/distribution v2.8.3+incompatible |
156 | ## explicit | 309 | ## explicit |
157 | # github.com/docker/docker-credential-helpers v0.8.0 | 310 | github.com/docker/distribution |
158 | ## explicit | 311 | github.com/docker/distribution/manifest |
312 | github.com/docker/distribution/manifest/manifestlist | ||
313 | github.com/docker/distribution/manifest/ocischema | ||
314 | github.com/docker/distribution/manifest/schema2 | ||
315 | github.com/docker/distribution/metrics | ||
316 | github.com/docker/distribution/registry/api/errcode | ||
317 | github.com/docker/distribution/registry/api/v2 | ||
318 | github.com/docker/distribution/registry/client | ||
319 | github.com/docker/distribution/registry/client/auth | ||
320 | github.com/docker/distribution/registry/client/auth/challenge | ||
321 | github.com/docker/distribution/registry/client/transport | ||
322 | github.com/docker/distribution/registry/storage/cache | ||
323 | github.com/docker/distribution/registry/storage/cache/memory | ||
324 | github.com/docker/distribution/uuid | ||
325 | # github.com/docker/docker v28.0.1+incompatible | ||
326 | ## explicit | ||
327 | github.com/docker/docker/api | ||
328 | github.com/docker/docker/api/types | ||
329 | github.com/docker/docker/api/types/auxprogress | ||
330 | github.com/docker/docker/api/types/blkiodev | ||
331 | github.com/docker/docker/api/types/checkpoint | ||
332 | github.com/docker/docker/api/types/common | ||
333 | github.com/docker/docker/api/types/container | ||
334 | github.com/docker/docker/api/types/events | ||
335 | github.com/docker/docker/api/types/filters | ||
336 | github.com/docker/docker/api/types/image | ||
337 | github.com/docker/docker/api/types/mount | ||
338 | github.com/docker/docker/api/types/network | ||
339 | github.com/docker/docker/api/types/registry | ||
340 | github.com/docker/docker/api/types/storage | ||
341 | github.com/docker/docker/api/types/strslice | ||
342 | github.com/docker/docker/api/types/swarm | ||
343 | github.com/docker/docker/api/types/swarm/runtime | ||
344 | github.com/docker/docker/api/types/system | ||
345 | github.com/docker/docker/api/types/time | ||
346 | github.com/docker/docker/api/types/versions | ||
347 | github.com/docker/docker/api/types/volume | ||
348 | github.com/docker/docker/builder/remotecontext/git | ||
349 | github.com/docker/docker/builder/remotecontext/urlutil | ||
350 | github.com/docker/docker/client | ||
351 | github.com/docker/docker/errdefs | ||
352 | github.com/docker/docker/internal/lazyregexp | ||
353 | github.com/docker/docker/internal/multierror | ||
354 | github.com/docker/docker/pkg/archive | ||
355 | github.com/docker/docker/pkg/atomicwriter | ||
356 | github.com/docker/docker/pkg/homedir | ||
357 | github.com/docker/docker/pkg/idtools | ||
358 | github.com/docker/docker/pkg/ioutils | ||
359 | github.com/docker/docker/pkg/jsonmessage | ||
360 | github.com/docker/docker/pkg/longpath | ||
361 | github.com/docker/docker/pkg/namesgenerator | ||
362 | github.com/docker/docker/pkg/pidfile | ||
363 | github.com/docker/docker/pkg/process | ||
364 | github.com/docker/docker/pkg/progress | ||
365 | github.com/docker/docker/pkg/stdcopy | ||
366 | github.com/docker/docker/pkg/streamformatter | ||
367 | github.com/docker/docker/pkg/stringid | ||
368 | github.com/docker/docker/pkg/system | ||
369 | github.com/docker/docker/registry | ||
370 | # github.com/docker/docker-credential-helpers v0.8.2 | ||
371 | ## explicit; go 1.19 | ||
372 | github.com/docker/docker-credential-helpers/client | ||
373 | github.com/docker/docker-credential-helpers/credentials | ||
159 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c | 374 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c |
160 | ## explicit | 375 | ## explicit |
376 | github.com/docker/go/canonical/json | ||
377 | # github.com/docker/go-connections v0.5.0 | ||
378 | ## explicit; go 1.18 | ||
379 | github.com/docker/go-connections/nat | ||
380 | github.com/docker/go-connections/sockets | ||
381 | github.com/docker/go-connections/tlsconfig | ||
161 | # github.com/docker/go-metrics v0.0.1 | 382 | # github.com/docker/go-metrics v0.0.1 |
383 | ## explicit; go 1.11 | ||
384 | github.com/docker/go-metrics | ||
385 | # github.com/docker/go-units v0.5.0 | ||
162 | ## explicit | 386 | ## explicit |
387 | github.com/docker/go-units | ||
163 | # github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 | 388 | # github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 |
164 | ## explicit | 389 | ## explicit; go 1.18 |
390 | github.com/eiannone/keyboard | ||
165 | # github.com/emicklei/go-restful/v3 v3.11.0 | 391 | # github.com/emicklei/go-restful/v3 v3.11.0 |
166 | ## explicit | 392 | ## explicit; go 1.13 |
393 | github.com/emicklei/go-restful/v3 | ||
394 | github.com/emicklei/go-restful/v3/log | ||
167 | # github.com/felixge/httpsnoop v1.0.4 | 395 | # github.com/felixge/httpsnoop v1.0.4 |
168 | ## explicit | 396 | ## explicit; go 1.13 |
169 | # github.com/fvbommel/sortorder v1.0.2 | 397 | github.com/felixge/httpsnoop |
170 | ## explicit | 398 | # github.com/fsnotify/fsevents v0.2.0 |
171 | # github.com/go-logr/logr v1.3.0 | 399 | ## explicit; go 1.17 |
172 | ## explicit | 400 | github.com/fsnotify/fsevents |
401 | # github.com/fvbommel/sortorder v1.1.0 | ||
402 | ## explicit; go 1.13 | ||
403 | github.com/fvbommel/sortorder | ||
404 | # github.com/fxamacker/cbor/v2 v2.7.0 | ||
405 | ## explicit; go 1.17 | ||
406 | github.com/fxamacker/cbor/v2 | ||
407 | # github.com/go-logr/logr v1.4.2 | ||
408 | ## explicit; go 1.18 | ||
409 | github.com/go-logr/logr | ||
410 | github.com/go-logr/logr/funcr | ||
173 | # github.com/go-logr/stdr v1.2.2 | 411 | # github.com/go-logr/stdr v1.2.2 |
174 | ## explicit | 412 | ## explicit; go 1.16 |
413 | github.com/go-logr/stdr | ||
175 | # github.com/go-openapi/jsonpointer v0.19.6 | 414 | # github.com/go-openapi/jsonpointer v0.19.6 |
176 | ## explicit | 415 | ## explicit; go 1.13 |
416 | github.com/go-openapi/jsonpointer | ||
177 | # github.com/go-openapi/jsonreference v0.20.2 | 417 | # github.com/go-openapi/jsonreference v0.20.2 |
178 | ## explicit | 418 | ## explicit; go 1.13 |
179 | # github.com/go-openapi/swag v0.22.3 | 419 | github.com/go-openapi/jsonreference |
180 | ## explicit | 420 | github.com/go-openapi/jsonreference/internal |
181 | # github.com/gofrs/flock v0.8.1 | 421 | # github.com/go-openapi/swag v0.22.4 |
182 | ## explicit | 422 | ## explicit; go 1.18 |
183 | # github.com/gogo/googleapis v1.4.1 | 423 | github.com/go-openapi/swag |
184 | ## explicit | 424 | # github.com/go-viper/mapstructure/v2 v2.0.0 |
425 | ## explicit; go 1.18 | ||
426 | github.com/go-viper/mapstructure/v2 | ||
427 | github.com/go-viper/mapstructure/v2/internal/errors | ||
428 | # github.com/gofrs/flock v0.12.1 | ||
429 | ## explicit; go 1.21.0 | ||
430 | github.com/gofrs/flock | ||
185 | # github.com/gogo/protobuf v1.3.2 | 431 | # github.com/gogo/protobuf v1.3.2 |
186 | ## explicit | 432 | ## explicit; go 1.15 |
187 | # github.com/golang/protobuf v1.5.3 | 433 | github.com/gogo/protobuf/proto |
188 | ## explicit | 434 | github.com/gogo/protobuf/sortkeys |
435 | # github.com/golang/protobuf v1.5.4 | ||
436 | ## explicit; go 1.17 | ||
437 | github.com/golang/protobuf/jsonpb | ||
438 | github.com/golang/protobuf/proto | ||
439 | github.com/golang/protobuf/ptypes | ||
440 | github.com/golang/protobuf/ptypes/any | ||
441 | github.com/golang/protobuf/ptypes/duration | ||
442 | github.com/golang/protobuf/ptypes/timestamp | ||
189 | # github.com/google/gnostic-models v0.6.8 | 443 | # github.com/google/gnostic-models v0.6.8 |
190 | ## explicit | 444 | ## explicit; go 1.18 |
445 | github.com/google/gnostic-models/compiler | ||
446 | github.com/google/gnostic-models/extensions | ||
447 | github.com/google/gnostic-models/jsonschema | ||
448 | github.com/google/gnostic-models/openapiv2 | ||
449 | github.com/google/gnostic-models/openapiv3 | ||
450 | # github.com/google/go-cmp v0.7.0 | ||
451 | ## explicit; go 1.21 | ||
452 | github.com/google/go-cmp/cmp | ||
453 | github.com/google/go-cmp/cmp/internal/diff | ||
454 | github.com/google/go-cmp/cmp/internal/flags | ||
455 | github.com/google/go-cmp/cmp/internal/function | ||
456 | github.com/google/go-cmp/cmp/internal/value | ||
191 | # github.com/google/gofuzz v1.2.0 | 457 | # github.com/google/gofuzz v1.2.0 |
192 | ## explicit | 458 | ## explicit; go 1.12 |
459 | github.com/google/gofuzz | ||
460 | github.com/google/gofuzz/bytesource | ||
193 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | 461 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 |
194 | ## explicit | 462 | ## explicit; go 1.13 |
463 | github.com/google/shlex | ||
195 | # github.com/google/uuid v1.6.0 | 464 | # github.com/google/uuid v1.6.0 |
196 | ## explicit | 465 | ## explicit |
466 | github.com/google/uuid | ||
197 | # github.com/gorilla/mux v1.8.1 | 467 | # github.com/gorilla/mux v1.8.1 |
198 | ## explicit | 468 | ## explicit; go 1.20 |
469 | github.com/gorilla/mux | ||
199 | # github.com/gorilla/websocket v1.5.0 | 470 | # github.com/gorilla/websocket v1.5.0 |
200 | ## explicit | 471 | ## explicit; go 1.12 |
201 | # github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 | 472 | github.com/gorilla/websocket |
202 | ## explicit | 473 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 |
203 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 | 474 | ## explicit; go 1.21 |
204 | ## explicit | 475 | github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule |
476 | github.com/grpc-ecosystem/grpc-gateway/v2/runtime | ||
477 | github.com/grpc-ecosystem/grpc-gateway/v2/utilities | ||
205 | # github.com/hashicorp/errwrap v1.1.0 | 478 | # github.com/hashicorp/errwrap v1.1.0 |
206 | ## explicit | 479 | ## explicit |
480 | github.com/hashicorp/errwrap | ||
207 | # github.com/hashicorp/go-cleanhttp v0.5.2 | 481 | # github.com/hashicorp/go-cleanhttp v0.5.2 |
482 | ## explicit; go 1.13 | ||
483 | github.com/hashicorp/go-cleanhttp | ||
484 | # github.com/hashicorp/go-multierror v1.1.1 | ||
485 | ## explicit; go 1.13 | ||
486 | github.com/hashicorp/go-multierror | ||
487 | # github.com/hashicorp/go-version v1.7.0 | ||
208 | ## explicit | 488 | ## explicit |
489 | github.com/hashicorp/go-version | ||
209 | # github.com/imdario/mergo v0.3.16 | 490 | # github.com/imdario/mergo v0.3.16 |
210 | ## explicit | 491 | ## explicit; go 1.13 |
492 | github.com/imdario/mergo | ||
211 | # github.com/in-toto/in-toto-golang v0.5.0 | 493 | # github.com/in-toto/in-toto-golang v0.5.0 |
212 | ## explicit | 494 | ## explicit; go 1.17 |
495 | github.com/in-toto/in-toto-golang/in_toto | ||
496 | github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common | ||
497 | github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.1 | ||
498 | github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.2 | ||
213 | # github.com/inconshreveable/mousetrap v1.1.0 | 499 | # github.com/inconshreveable/mousetrap v1.1.0 |
214 | ## explicit | 500 | ## explicit; go 1.18 |
501 | github.com/inconshreveable/mousetrap | ||
502 | # github.com/jonboulle/clockwork v0.5.0 | ||
503 | ## explicit; go 1.21 | ||
504 | github.com/jonboulle/clockwork | ||
215 | # github.com/josharian/intern v1.0.0 | 505 | # github.com/josharian/intern v1.0.0 |
216 | ## explicit | 506 | ## explicit; go 1.5 |
507 | github.com/josharian/intern | ||
217 | # github.com/json-iterator/go v1.1.12 | 508 | # github.com/json-iterator/go v1.1.12 |
218 | ## explicit | 509 | ## explicit; go 1.12 |
510 | github.com/json-iterator/go | ||
219 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | 511 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 |
220 | ## explicit | 512 | ## explicit |
221 | # github.com/klauspost/compress v1.17.4 | 513 | github.com/kballard/go-shellquote |
222 | ## explicit | 514 | # github.com/klauspost/compress v1.17.11 |
515 | ## explicit; go 1.21 | ||
516 | github.com/klauspost/compress | ||
517 | github.com/klauspost/compress/fse | ||
518 | github.com/klauspost/compress/huff0 | ||
519 | github.com/klauspost/compress/internal/cpuinfo | ||
520 | github.com/klauspost/compress/internal/snapref | ||
521 | github.com/klauspost/compress/zstd | ||
522 | github.com/klauspost/compress/zstd/internal/xxhash | ||
223 | # github.com/mailru/easyjson v0.7.7 | 523 | # github.com/mailru/easyjson v0.7.7 |
224 | ## explicit | 524 | ## explicit; go 1.12 |
525 | github.com/mailru/easyjson/buffer | ||
526 | github.com/mailru/easyjson/jlexer | ||
527 | github.com/mailru/easyjson/jwriter | ||
225 | # github.com/mattn/go-colorable v0.1.13 | 528 | # github.com/mattn/go-colorable v0.1.13 |
226 | ## explicit | 529 | ## explicit; go 1.15 |
530 | github.com/mattn/go-colorable | ||
227 | # github.com/mattn/go-isatty v0.0.17 | 531 | # github.com/mattn/go-isatty v0.0.17 |
228 | ## explicit | 532 | ## explicit; go 1.15 |
533 | github.com/mattn/go-isatty | ||
229 | # github.com/mattn/go-runewidth v0.0.15 | 534 | # github.com/mattn/go-runewidth v0.0.15 |
230 | ## explicit | 535 | ## explicit; go 1.9 |
231 | # github.com/matttproud/golang_protobuf_extensions v1.0.4 | 536 | github.com/mattn/go-runewidth |
232 | ## explicit | 537 | # github.com/mattn/go-shellwords v1.0.12 |
538 | ## explicit; go 1.13 | ||
539 | github.com/mattn/go-shellwords | ||
233 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b | 540 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b |
234 | ## explicit | 541 | ## explicit |
542 | github.com/mgutz/ansi | ||
235 | # github.com/miekg/pkcs11 v1.1.1 | 543 | # github.com/miekg/pkcs11 v1.1.1 |
236 | ## explicit | 544 | ## explicit; go 1.12 |
237 | # github.com/mitchellh/copystructure v1.2.0 | 545 | github.com/miekg/pkcs11 |
238 | ## explicit | 546 | # github.com/mitchellh/go-ps v1.0.0 |
239 | # github.com/mitchellh/reflectwalk v1.0.2 | 547 | ## explicit; go 1.13 |
240 | ## explicit | 548 | github.com/mitchellh/go-ps |
549 | # github.com/mitchellh/hashstructure/v2 v2.0.2 | ||
550 | ## explicit; go 1.14 | ||
551 | github.com/mitchellh/hashstructure/v2 | ||
552 | # github.com/mitchellh/mapstructure v1.5.0 | ||
553 | ## explicit; go 1.14 | ||
554 | github.com/mitchellh/mapstructure | ||
555 | # github.com/moby/buildkit v0.20.0 | ||
556 | ## explicit; go 1.22.0 | ||
557 | github.com/moby/buildkit/api/services/control | ||
558 | github.com/moby/buildkit/api/types | ||
559 | github.com/moby/buildkit/client | ||
560 | github.com/moby/buildkit/client/buildid | ||
561 | github.com/moby/buildkit/client/connhelper | ||
562 | github.com/moby/buildkit/client/connhelper/dockercontainer | ||
563 | github.com/moby/buildkit/client/connhelper/kubepod | ||
564 | github.com/moby/buildkit/client/connhelper/ssh | ||
565 | github.com/moby/buildkit/client/llb | ||
566 | github.com/moby/buildkit/client/llb/sourceresolver | ||
567 | github.com/moby/buildkit/client/ociindex | ||
568 | github.com/moby/buildkit/cmd/buildkitd/config | ||
569 | github.com/moby/buildkit/errdefs | ||
570 | github.com/moby/buildkit/executor/resources/types | ||
571 | github.com/moby/buildkit/exporter/containerimage/exptypes | ||
572 | github.com/moby/buildkit/exporter/exptypes | ||
573 | github.com/moby/buildkit/frontend/gateway/client | ||
574 | github.com/moby/buildkit/frontend/gateway/grpcclient | ||
575 | github.com/moby/buildkit/frontend/gateway/pb | ||
576 | github.com/moby/buildkit/identity | ||
577 | github.com/moby/buildkit/session | ||
578 | github.com/moby/buildkit/session/auth | ||
579 | github.com/moby/buildkit/session/auth/authprovider | ||
580 | github.com/moby/buildkit/session/content | ||
581 | github.com/moby/buildkit/session/filesync | ||
582 | github.com/moby/buildkit/session/grpchijack | ||
583 | github.com/moby/buildkit/session/secrets | ||
584 | github.com/moby/buildkit/session/secrets/secretsprovider | ||
585 | github.com/moby/buildkit/session/sshforward | ||
586 | github.com/moby/buildkit/session/sshforward/sshprovider | ||
587 | github.com/moby/buildkit/session/upload | ||
588 | github.com/moby/buildkit/session/upload/uploadprovider | ||
589 | github.com/moby/buildkit/solver/errdefs | ||
590 | github.com/moby/buildkit/solver/llbsolver/provenance/types | ||
591 | github.com/moby/buildkit/solver/pb | ||
592 | github.com/moby/buildkit/solver/result | ||
593 | github.com/moby/buildkit/source/types | ||
594 | github.com/moby/buildkit/sourcepolicy/pb | ||
595 | github.com/moby/buildkit/util/apicaps | ||
596 | github.com/moby/buildkit/util/apicaps/pb | ||
597 | github.com/moby/buildkit/util/appcontext | ||
598 | github.com/moby/buildkit/util/appdefaults | ||
599 | github.com/moby/buildkit/util/bklog | ||
600 | github.com/moby/buildkit/util/contentutil | ||
601 | github.com/moby/buildkit/util/disk | ||
602 | github.com/moby/buildkit/util/entitlements | ||
603 | github.com/moby/buildkit/util/flightcontrol | ||
604 | github.com/moby/buildkit/util/gitutil | ||
605 | github.com/moby/buildkit/util/gogo/proto | ||
606 | github.com/moby/buildkit/util/grpcerrors | ||
607 | github.com/moby/buildkit/util/imageutil | ||
608 | github.com/moby/buildkit/util/leaseutil | ||
609 | github.com/moby/buildkit/util/progress | ||
610 | github.com/moby/buildkit/util/progress/progressui | ||
611 | github.com/moby/buildkit/util/progress/progresswriter | ||
612 | github.com/moby/buildkit/util/resolver/config | ||
613 | github.com/moby/buildkit/util/resolver/limited | ||
614 | github.com/moby/buildkit/util/resolver/retryhandler | ||
615 | github.com/moby/buildkit/util/sshutil | ||
616 | github.com/moby/buildkit/util/stack | ||
617 | github.com/moby/buildkit/util/system | ||
618 | github.com/moby/buildkit/util/tracing | ||
619 | github.com/moby/buildkit/util/tracing/delegated | ||
620 | github.com/moby/buildkit/util/tracing/detect | ||
621 | github.com/moby/buildkit/util/tracing/env | ||
622 | github.com/moby/buildkit/util/tracing/otlptracegrpc | ||
623 | github.com/moby/buildkit/version | ||
241 | # github.com/moby/docker-image-spec v1.3.1 | 624 | # github.com/moby/docker-image-spec v1.3.1 |
242 | ## explicit | 625 | ## explicit; go 1.18 |
626 | github.com/moby/docker-image-spec/specs-go/v1 | ||
243 | # github.com/moby/locker v1.0.1 | 627 | # github.com/moby/locker v1.0.1 |
244 | ## explicit | 628 | ## explicit; go 1.13 |
245 | # github.com/moby/spdystream v0.2.0 | 629 | github.com/moby/locker |
246 | ## explicit | 630 | # github.com/moby/patternmatcher v0.6.0 |
247 | # github.com/moby/sys/mountinfo v0.7.1 | 631 | ## explicit; go 1.19 |
248 | ## explicit | 632 | github.com/moby/patternmatcher |
249 | # github.com/moby/sys/sequential v0.5.0 | 633 | github.com/moby/patternmatcher/ignorefile |
250 | ## explicit | 634 | # github.com/moby/spdystream v0.4.0 |
251 | # github.com/moby/sys/signal v0.7.0 | 635 | ## explicit; go 1.13 |
252 | ## explicit | 636 | github.com/moby/spdystream |
253 | # github.com/moby/sys/symlink v0.2.0 | 637 | github.com/moby/spdystream/spdy |
254 | ## explicit | 638 | # github.com/moby/sys/capability v0.4.0 |
255 | # github.com/moby/sys/user v0.1.0 | 639 | ## explicit; go 1.21 |
256 | ## explicit | 640 | github.com/moby/sys/capability |
641 | # github.com/moby/sys/mountinfo v0.7.2 | ||
642 | ## explicit; go 1.17 | ||
643 | github.com/moby/sys/mountinfo | ||
644 | # github.com/moby/sys/sequential v0.6.0 | ||
645 | ## explicit; go 1.17 | ||
646 | github.com/moby/sys/sequential | ||
647 | # github.com/moby/sys/signal v0.7.1 | ||
648 | ## explicit; go 1.17 | ||
649 | github.com/moby/sys/signal | ||
650 | # github.com/moby/sys/symlink v0.3.0 | ||
651 | ## explicit; go 1.17 | ||
652 | github.com/moby/sys/symlink | ||
653 | # github.com/moby/sys/user v0.3.0 | ||
654 | ## explicit; go 1.17 | ||
655 | github.com/moby/sys/user | ||
656 | # github.com/moby/sys/userns v0.1.0 | ||
657 | ## explicit; go 1.21 | ||
658 | github.com/moby/sys/userns | ||
659 | # github.com/moby/term v0.5.2 | ||
660 | ## explicit; go 1.18 | ||
661 | github.com/moby/term | ||
662 | github.com/moby/term/windows | ||
257 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | 663 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
258 | ## explicit | 664 | ## explicit |
665 | github.com/modern-go/concurrent | ||
259 | # github.com/modern-go/reflect2 v1.0.2 | 666 | # github.com/modern-go/reflect2 v1.0.2 |
667 | ## explicit; go 1.12 | ||
668 | github.com/modern-go/reflect2 | ||
669 | # github.com/morikuni/aec v1.0.0 | ||
260 | ## explicit | 670 | ## explicit |
671 | github.com/morikuni/aec | ||
261 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 | 672 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 |
262 | ## explicit | 673 | ## explicit |
674 | github.com/munnerz/goautoneg | ||
263 | # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f | 675 | # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f |
264 | ## explicit | 676 | ## explicit |
677 | github.com/mxk/go-flowrate/flowrate | ||
678 | # github.com/opencontainers/go-digest v1.0.0 | ||
679 | ## explicit; go 1.13 | ||
680 | github.com/opencontainers/go-digest | ||
681 | # github.com/opencontainers/image-spec v1.1.1 | ||
682 | ## explicit; go 1.18 | ||
683 | github.com/opencontainers/image-spec/specs-go | ||
684 | github.com/opencontainers/image-spec/specs-go/v1 | ||
685 | # github.com/otiai10/copy v1.14.1 | ||
686 | ## explicit; go 1.18 | ||
687 | github.com/otiai10/copy | ||
688 | # github.com/otiai10/mint v1.6.3 | ||
689 | ## explicit; go 1.18 | ||
690 | github.com/otiai10/mint | ||
691 | github.com/otiai10/mint/mquery | ||
265 | # github.com/pelletier/go-toml v1.9.5 | 692 | # github.com/pelletier/go-toml v1.9.5 |
266 | ## explicit | 693 | ## explicit; go 1.12 |
694 | github.com/pelletier/go-toml | ||
267 | # github.com/pkg/errors v0.9.1 | 695 | # github.com/pkg/errors v0.9.1 |
268 | ## explicit | 696 | ## explicit |
269 | # github.com/pmezard/go-difflib v1.0.0 | 697 | github.com/pkg/errors |
270 | ## explicit | 698 | # github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 |
271 | # github.com/prometheus/client_golang v1.17.0 | 699 | ## explicit; go 1.20 |
272 | ## explicit | 700 | github.com/planetscale/vtprotobuf/protohelpers |
273 | # github.com/prometheus/client_model v0.5.0 | 701 | github.com/planetscale/vtprotobuf/types/known/timestamppb |
274 | ## explicit | 702 | github.com/planetscale/vtprotobuf/vtproto |
275 | # github.com/prometheus/common v0.44.0 | 703 | # github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 |
276 | ## explicit | 704 | ## explicit |
277 | # github.com/prometheus/procfs v0.12.0 | 705 | github.com/pmezard/go-difflib/difflib |
278 | ## explicit | 706 | # github.com/prometheus/client_golang v1.20.5 |
707 | ## explicit; go 1.20 | ||
708 | github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil | ||
709 | github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header | ||
710 | github.com/prometheus/client_golang/prometheus | ||
711 | github.com/prometheus/client_golang/prometheus/internal | ||
712 | github.com/prometheus/client_golang/prometheus/promhttp | ||
713 | # github.com/prometheus/client_model v0.6.1 | ||
714 | ## explicit; go 1.19 | ||
715 | github.com/prometheus/client_model/go | ||
716 | # github.com/prometheus/common v0.55.0 | ||
717 | ## explicit; go 1.20 | ||
718 | github.com/prometheus/common/expfmt | ||
719 | github.com/prometheus/common/model | ||
720 | # github.com/prometheus/procfs v0.15.1 | ||
721 | ## explicit; go 1.20 | ||
722 | github.com/prometheus/procfs | ||
723 | github.com/prometheus/procfs/internal/fs | ||
724 | github.com/prometheus/procfs/internal/util | ||
725 | # github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc | ||
726 | ## explicit; go 1.13 | ||
727 | github.com/r3labs/sse | ||
279 | # github.com/rivo/uniseg v0.2.0 | 728 | # github.com/rivo/uniseg v0.2.0 |
729 | ## explicit; go 1.12 | ||
730 | github.com/rivo/uniseg | ||
731 | # github.com/russross/blackfriday/v2 v2.1.0 | ||
280 | ## explicit | 732 | ## explicit |
733 | github.com/russross/blackfriday/v2 | ||
281 | # github.com/secure-systems-lab/go-securesystemslib v0.4.0 | 734 | # github.com/secure-systems-lab/go-securesystemslib v0.4.0 |
282 | ## explicit | 735 | ## explicit; go 1.17 |
736 | github.com/secure-systems-lab/go-securesystemslib/cjson | ||
737 | github.com/secure-systems-lab/go-securesystemslib/dsse | ||
283 | # github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b | 738 | # github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b |
284 | ## explicit | 739 | ## explicit |
740 | github.com/serialx/hashring | ||
285 | # github.com/shibumi/go-pathspec v1.3.0 | 741 | # github.com/shibumi/go-pathspec v1.3.0 |
742 | ## explicit; go 1.17 | ||
743 | github.com/shibumi/go-pathspec | ||
744 | # github.com/sirupsen/logrus v1.9.3 | ||
745 | ## explicit; go 1.13 | ||
746 | github.com/sirupsen/logrus | ||
747 | # github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 | ||
286 | ## explicit | 748 | ## explicit |
287 | # github.com/tonistiigi/fsutil v0.0.0-20240301111122-7525a1af2bb5 | 749 | github.com/skratchdot/open-golang/open |
288 | ## explicit | 750 | # github.com/spf13/cobra v1.9.1 |
751 | ## explicit; go 1.15 | ||
752 | github.com/spf13/cobra | ||
753 | github.com/spf13/cobra/doc | ||
754 | # github.com/spf13/pflag v1.0.6 | ||
755 | ## explicit; go 1.12 | ||
756 | github.com/spf13/pflag | ||
757 | # github.com/stretchr/testify v1.10.0 | ||
758 | ## explicit; go 1.17 | ||
759 | github.com/stretchr/testify/assert | ||
760 | github.com/stretchr/testify/assert/yaml | ||
761 | github.com/stretchr/testify/require | ||
762 | # github.com/theupdateframework/notary v0.7.0 | ||
763 | ## explicit; go 1.12 | ||
764 | github.com/theupdateframework/notary | ||
765 | github.com/theupdateframework/notary/client | ||
766 | github.com/theupdateframework/notary/client/changelist | ||
767 | github.com/theupdateframework/notary/cryptoservice | ||
768 | github.com/theupdateframework/notary/passphrase | ||
769 | github.com/theupdateframework/notary/storage | ||
770 | github.com/theupdateframework/notary/trustmanager | ||
771 | github.com/theupdateframework/notary/trustmanager/yubikey | ||
772 | github.com/theupdateframework/notary/trustpinning | ||
773 | github.com/theupdateframework/notary/tuf | ||
774 | github.com/theupdateframework/notary/tuf/data | ||
775 | github.com/theupdateframework/notary/tuf/signed | ||
776 | github.com/theupdateframework/notary/tuf/utils | ||
777 | github.com/theupdateframework/notary/tuf/validation | ||
778 | # github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 | ||
779 | ## explicit; go 1.16 | ||
780 | github.com/tilt-dev/fsnotify | ||
781 | # github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 | ||
782 | ## explicit; go 1.21 | ||
783 | github.com/tonistiigi/dchapes-mode | ||
784 | # github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a | ||
785 | ## explicit; go 1.21 | ||
786 | github.com/tonistiigi/fsutil | ||
787 | github.com/tonistiigi/fsutil/copy | ||
788 | github.com/tonistiigi/fsutil/types | ||
789 | # github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 | ||
790 | ## explicit; go 1.16 | ||
791 | github.com/tonistiigi/go-csvvalue | ||
289 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea | 792 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea |
290 | ## explicit | 793 | ## explicit |
291 | # github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 | 794 | github.com/tonistiigi/units |
292 | ## explicit | 795 | # github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab |
796 | ## explicit; go 1.12 | ||
797 | github.com/tonistiigi/vt100 | ||
798 | # github.com/x448/float16 v0.8.4 | ||
799 | ## explicit; go 1.11 | ||
800 | github.com/x448/float16 | ||
293 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb | 801 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb |
294 | ## explicit | 802 | ## explicit |
803 | github.com/xeipuuv/gojsonpointer | ||
295 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 | 804 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 |
296 | ## explicit | 805 | ## explicit |
806 | github.com/xeipuuv/gojsonreference | ||
297 | # github.com/xeipuuv/gojsonschema v1.2.0 | 807 | # github.com/xeipuuv/gojsonschema v1.2.0 |
298 | ## explicit | 808 | ## explicit |
299 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 | 809 | github.com/xeipuuv/gojsonschema |
300 | ## explicit | 810 | # github.com/xhit/go-str2duration/v2 v2.1.0 |
301 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 | 811 | ## explicit; go 1.13 |
302 | ## explicit | 812 | github.com/xhit/go-str2duration/v2 |
303 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 | 813 | # github.com/zclconf/go-cty v1.16.0 |
304 | ## explicit | 814 | ## explicit; go 1.18 |
305 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 | 815 | github.com/zclconf/go-cty/cty |
306 | ## explicit | 816 | github.com/zclconf/go-cty/cty/convert |
307 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 | 817 | github.com/zclconf/go-cty/cty/ctystrings |
308 | ## explicit | 818 | github.com/zclconf/go-cty/cty/gocty |
309 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 | 819 | github.com/zclconf/go-cty/cty/json |
310 | ## explicit | 820 | github.com/zclconf/go-cty/cty/set |
311 | # go.opentelemetry.io/otel/exporters/prometheus v0.42.0 | 821 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 |
312 | ## explicit | 822 | ## explicit; go 1.22 |
313 | # go.opentelemetry.io/otel/metric v1.21.0 | 823 | go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc |
314 | ## explicit | 824 | go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal |
315 | # go.opentelemetry.io/otel/sdk/metric v1.21.0 | 825 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0 |
316 | ## explicit | 826 | ## explicit; go 1.22 |
317 | # go.opentelemetry.io/proto/otlp v1.0.0 | 827 | go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace |
318 | ## explicit | 828 | go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/internal/semconvutil |
319 | # golang.org/x/crypto v0.18.0 | 829 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 |
320 | ## explicit | 830 | ## explicit; go 1.22 |
321 | # golang.org/x/mod v0.14.0 | 831 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp |
322 | ## explicit | 832 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request |
323 | # golang.org/x/net v0.20.0 | 833 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv |
324 | ## explicit | 834 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil |
325 | # golang.org/x/oauth2 v0.11.0 | 835 | # go.opentelemetry.io/otel v1.32.0 |
326 | ## explicit | 836 | ## explicit; go 1.22 |
327 | # golang.org/x/term v0.16.0 | 837 | go.opentelemetry.io/otel |
328 | ## explicit | 838 | go.opentelemetry.io/otel/attribute |
329 | # golang.org/x/text v0.14.0 | 839 | go.opentelemetry.io/otel/baggage |
330 | ## explicit | 840 | go.opentelemetry.io/otel/codes |
331 | # golang.org/x/time v0.3.0 | 841 | go.opentelemetry.io/otel/internal |
332 | ## explicit | 842 | go.opentelemetry.io/otel/internal/attribute |
333 | # golang.org/x/tools v0.17.0 | 843 | go.opentelemetry.io/otel/internal/baggage |
334 | ## explicit | 844 | go.opentelemetry.io/otel/internal/global |
335 | # google.golang.org/appengine v1.6.7 | 845 | go.opentelemetry.io/otel/propagation |
336 | ## explicit | 846 | go.opentelemetry.io/otel/semconv/v1.17.0 |
337 | # google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b | 847 | go.opentelemetry.io/otel/semconv/v1.19.0 |
338 | ## explicit | 848 | go.opentelemetry.io/otel/semconv/v1.20.0 |
339 | # google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b | 849 | go.opentelemetry.io/otel/semconv/v1.21.0 |
340 | ## explicit | 850 | go.opentelemetry.io/otel/semconv/v1.26.0 |
341 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b | 851 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0 |
342 | ## explicit | 852 | ## explicit; go 1.22 |
343 | # google.golang.org/protobuf v1.31.0 | 853 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc |
344 | ## explicit | 854 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal |
855 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/envconfig | ||
856 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/oconf | ||
857 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/retry | ||
858 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/internal/transform | ||
859 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0 | ||
860 | ## explicit; go 1.22 | ||
861 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp | ||
862 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/internal | ||
863 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/internal/envconfig | ||
864 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/internal/oconf | ||
865 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/internal/retry | ||
866 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/internal/transform | ||
867 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 | ||
868 | ## explicit; go 1.22 | ||
869 | go.opentelemetry.io/otel/exporters/otlp/otlptrace | ||
870 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform | ||
871 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 | ||
872 | ## explicit; go 1.22 | ||
873 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc | ||
874 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal | ||
875 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/envconfig | ||
876 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/otlpconfig | ||
877 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/retry | ||
878 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 | ||
879 | ## explicit; go 1.22 | ||
880 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp | ||
881 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal | ||
882 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/envconfig | ||
883 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/otlpconfig | ||
884 | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/internal/retry | ||
885 | # go.opentelemetry.io/otel/metric v1.32.0 | ||
886 | ## explicit; go 1.22 | ||
887 | go.opentelemetry.io/otel/metric | ||
888 | go.opentelemetry.io/otel/metric/embedded | ||
889 | go.opentelemetry.io/otel/metric/noop | ||
890 | # go.opentelemetry.io/otel/sdk v1.32.0 | ||
891 | ## explicit; go 1.22 | ||
892 | go.opentelemetry.io/otel/sdk | ||
893 | go.opentelemetry.io/otel/sdk/instrumentation | ||
894 | go.opentelemetry.io/otel/sdk/internal/env | ||
895 | go.opentelemetry.io/otel/sdk/internal/x | ||
896 | go.opentelemetry.io/otel/sdk/resource | ||
897 | go.opentelemetry.io/otel/sdk/trace | ||
898 | go.opentelemetry.io/otel/sdk/trace/tracetest | ||
899 | # go.opentelemetry.io/otel/sdk/metric v1.32.0 | ||
900 | ## explicit; go 1.22 | ||
901 | go.opentelemetry.io/otel/sdk/metric | ||
902 | go.opentelemetry.io/otel/sdk/metric/exemplar | ||
903 | go.opentelemetry.io/otel/sdk/metric/internal | ||
904 | go.opentelemetry.io/otel/sdk/metric/internal/aggregate | ||
905 | go.opentelemetry.io/otel/sdk/metric/internal/x | ||
906 | go.opentelemetry.io/otel/sdk/metric/metricdata | ||
907 | # go.opentelemetry.io/otel/trace v1.32.0 | ||
908 | ## explicit; go 1.22 | ||
909 | go.opentelemetry.io/otel/trace | ||
910 | go.opentelemetry.io/otel/trace/embedded | ||
911 | go.opentelemetry.io/otel/trace/noop | ||
912 | # go.opentelemetry.io/proto/otlp v1.3.1 | ||
913 | ## explicit; go 1.17 | ||
914 | go.opentelemetry.io/proto/otlp/collector/metrics/v1 | ||
915 | go.opentelemetry.io/proto/otlp/collector/trace/v1 | ||
916 | go.opentelemetry.io/proto/otlp/common/v1 | ||
917 | go.opentelemetry.io/proto/otlp/metrics/v1 | ||
918 | go.opentelemetry.io/proto/otlp/resource/v1 | ||
919 | go.opentelemetry.io/proto/otlp/trace/v1 | ||
920 | # go.uber.org/goleak v1.3.0 | ||
921 | ## explicit; go 1.20 | ||
922 | go.uber.org/goleak | ||
923 | go.uber.org/goleak/internal/stack | ||
924 | # go.uber.org/mock v0.5.0 | ||
925 | ## explicit; go 1.22 | ||
926 | go.uber.org/mock/gomock | ||
927 | # golang.org/x/crypto v0.31.0 | ||
928 | ## explicit; go 1.20 | ||
929 | golang.org/x/crypto/blowfish | ||
930 | golang.org/x/crypto/chacha20 | ||
931 | golang.org/x/crypto/curve25519 | ||
932 | golang.org/x/crypto/ed25519 | ||
933 | golang.org/x/crypto/internal/alias | ||
934 | golang.org/x/crypto/internal/poly1305 | ||
935 | golang.org/x/crypto/nacl/sign | ||
936 | golang.org/x/crypto/pbkdf2 | ||
937 | golang.org/x/crypto/ssh | ||
938 | golang.org/x/crypto/ssh/agent | ||
939 | golang.org/x/crypto/ssh/internal/bcrypt_pbkdf | ||
940 | # golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f | ||
941 | ## explicit; go 1.22.0 | ||
942 | golang.org/x/exp/constraints | ||
943 | golang.org/x/exp/maps | ||
944 | golang.org/x/exp/slices | ||
945 | # golang.org/x/net v0.33.0 | ||
946 | ## explicit; go 1.18 | ||
947 | golang.org/x/net/context | ||
948 | golang.org/x/net/html | ||
949 | golang.org/x/net/html/atom | ||
950 | golang.org/x/net/http/httpguts | ||
951 | golang.org/x/net/http2 | ||
952 | golang.org/x/net/http2/hpack | ||
953 | golang.org/x/net/idna | ||
954 | golang.org/x/net/internal/socks | ||
955 | golang.org/x/net/internal/timeseries | ||
956 | golang.org/x/net/proxy | ||
957 | golang.org/x/net/trace | ||
958 | golang.org/x/net/websocket | ||
959 | # golang.org/x/oauth2 v0.24.0 | ||
960 | ## explicit; go 1.18 | ||
961 | golang.org/x/oauth2 | ||
962 | golang.org/x/oauth2/internal | ||
963 | # golang.org/x/sync v0.11.0 | ||
964 | ## explicit; go 1.18 | ||
965 | golang.org/x/sync/errgroup | ||
966 | golang.org/x/sync/semaphore | ||
967 | # golang.org/x/sys v0.30.0 | ||
968 | ## explicit; go 1.18 | ||
969 | golang.org/x/sys/cpu | ||
970 | golang.org/x/sys/plan9 | ||
971 | golang.org/x/sys/unix | ||
972 | golang.org/x/sys/windows | ||
973 | golang.org/x/sys/windows/registry | ||
974 | # golang.org/x/term v0.27.0 | ||
975 | ## explicit; go 1.18 | ||
976 | golang.org/x/term | ||
977 | # golang.org/x/text v0.21.0 | ||
978 | ## explicit; go 1.18 | ||
979 | golang.org/x/text/cases | ||
980 | golang.org/x/text/internal | ||
981 | golang.org/x/text/internal/language | ||
982 | golang.org/x/text/internal/language/compact | ||
983 | golang.org/x/text/internal/tag | ||
984 | golang.org/x/text/language | ||
985 | golang.org/x/text/secure/bidirule | ||
986 | golang.org/x/text/transform | ||
987 | golang.org/x/text/unicode/bidi | ||
988 | golang.org/x/text/unicode/norm | ||
989 | golang.org/x/text/width | ||
990 | # golang.org/x/time v0.6.0 | ||
991 | ## explicit; go 1.18 | ||
992 | golang.org/x/time/rate | ||
993 | # google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a | ||
994 | ## explicit; go 1.21 | ||
995 | google.golang.org/genproto/googleapis/api/httpbody | ||
996 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a | ||
997 | ## explicit; go 1.21 | ||
998 | google.golang.org/genproto/googleapis/rpc/errdetails | ||
999 | google.golang.org/genproto/googleapis/rpc/status | ||
1000 | # google.golang.org/grpc v1.70.0 | ||
1001 | ## explicit; go 1.22 | ||
1002 | google.golang.org/grpc | ||
1003 | google.golang.org/grpc/attributes | ||
1004 | google.golang.org/grpc/backoff | ||
1005 | google.golang.org/grpc/balancer | ||
1006 | google.golang.org/grpc/balancer/base | ||
1007 | google.golang.org/grpc/balancer/grpclb/state | ||
1008 | google.golang.org/grpc/balancer/pickfirst | ||
1009 | google.golang.org/grpc/balancer/pickfirst/internal | ||
1010 | google.golang.org/grpc/balancer/pickfirst/pickfirstleaf | ||
1011 | google.golang.org/grpc/balancer/roundrobin | ||
1012 | google.golang.org/grpc/binarylog/grpc_binarylog_v1 | ||
1013 | google.golang.org/grpc/channelz | ||
1014 | google.golang.org/grpc/codes | ||
1015 | google.golang.org/grpc/connectivity | ||
1016 | google.golang.org/grpc/credentials | ||
1017 | google.golang.org/grpc/credentials/insecure | ||
1018 | google.golang.org/grpc/encoding | ||
1019 | google.golang.org/grpc/encoding/gzip | ||
1020 | google.golang.org/grpc/encoding/proto | ||
1021 | google.golang.org/grpc/experimental/stats | ||
1022 | google.golang.org/grpc/grpclog | ||
1023 | google.golang.org/grpc/grpclog/internal | ||
1024 | google.golang.org/grpc/health | ||
1025 | google.golang.org/grpc/health/grpc_health_v1 | ||
1026 | google.golang.org/grpc/internal | ||
1027 | google.golang.org/grpc/internal/backoff | ||
1028 | google.golang.org/grpc/internal/balancer/gracefulswitch | ||
1029 | google.golang.org/grpc/internal/balancerload | ||
1030 | google.golang.org/grpc/internal/binarylog | ||
1031 | google.golang.org/grpc/internal/buffer | ||
1032 | google.golang.org/grpc/internal/channelz | ||
1033 | google.golang.org/grpc/internal/credentials | ||
1034 | google.golang.org/grpc/internal/envconfig | ||
1035 | google.golang.org/grpc/internal/grpclog | ||
1036 | google.golang.org/grpc/internal/grpcsync | ||
1037 | google.golang.org/grpc/internal/grpcutil | ||
1038 | google.golang.org/grpc/internal/idle | ||
1039 | google.golang.org/grpc/internal/metadata | ||
1040 | google.golang.org/grpc/internal/pretty | ||
1041 | google.golang.org/grpc/internal/resolver | ||
1042 | google.golang.org/grpc/internal/resolver/dns | ||
1043 | google.golang.org/grpc/internal/resolver/dns/internal | ||
1044 | google.golang.org/grpc/internal/resolver/passthrough | ||
1045 | google.golang.org/grpc/internal/resolver/unix | ||
1046 | google.golang.org/grpc/internal/serviceconfig | ||
1047 | google.golang.org/grpc/internal/stats | ||
1048 | google.golang.org/grpc/internal/status | ||
1049 | google.golang.org/grpc/internal/syscall | ||
1050 | google.golang.org/grpc/internal/transport | ||
1051 | google.golang.org/grpc/internal/transport/networktype | ||
1052 | google.golang.org/grpc/keepalive | ||
1053 | google.golang.org/grpc/mem | ||
1054 | google.golang.org/grpc/metadata | ||
1055 | google.golang.org/grpc/peer | ||
1056 | google.golang.org/grpc/resolver | ||
1057 | google.golang.org/grpc/resolver/dns | ||
1058 | google.golang.org/grpc/serviceconfig | ||
1059 | google.golang.org/grpc/stats | ||
1060 | google.golang.org/grpc/status | ||
1061 | google.golang.org/grpc/tap | ||
1062 | # google.golang.org/protobuf v1.35.2 | ||
1063 | ## explicit; go 1.21 | ||
1064 | google.golang.org/protobuf/encoding/protodelim | ||
1065 | google.golang.org/protobuf/encoding/protojson | ||
1066 | google.golang.org/protobuf/encoding/prototext | ||
1067 | google.golang.org/protobuf/encoding/protowire | ||
1068 | google.golang.org/protobuf/internal/descfmt | ||
1069 | google.golang.org/protobuf/internal/descopts | ||
1070 | google.golang.org/protobuf/internal/detrand | ||
1071 | google.golang.org/protobuf/internal/editiondefaults | ||
1072 | google.golang.org/protobuf/internal/editionssupport | ||
1073 | google.golang.org/protobuf/internal/encoding/defval | ||
1074 | google.golang.org/protobuf/internal/encoding/json | ||
1075 | google.golang.org/protobuf/internal/encoding/messageset | ||
1076 | google.golang.org/protobuf/internal/encoding/tag | ||
1077 | google.golang.org/protobuf/internal/encoding/text | ||
1078 | google.golang.org/protobuf/internal/errors | ||
1079 | google.golang.org/protobuf/internal/filedesc | ||
1080 | google.golang.org/protobuf/internal/filetype | ||
1081 | google.golang.org/protobuf/internal/flags | ||
1082 | google.golang.org/protobuf/internal/genid | ||
1083 | google.golang.org/protobuf/internal/impl | ||
1084 | google.golang.org/protobuf/internal/order | ||
1085 | google.golang.org/protobuf/internal/pragma | ||
1086 | google.golang.org/protobuf/internal/set | ||
1087 | google.golang.org/protobuf/internal/strs | ||
1088 | google.golang.org/protobuf/internal/version | ||
1089 | google.golang.org/protobuf/proto | ||
1090 | google.golang.org/protobuf/protoadapt | ||
1091 | google.golang.org/protobuf/reflect/protodesc | ||
1092 | google.golang.org/protobuf/reflect/protoreflect | ||
1093 | google.golang.org/protobuf/reflect/protoregistry | ||
1094 | google.golang.org/protobuf/runtime/protoiface | ||
1095 | google.golang.org/protobuf/runtime/protoimpl | ||
1096 | google.golang.org/protobuf/types/descriptorpb | ||
1097 | google.golang.org/protobuf/types/gofeaturespb | ||
1098 | google.golang.org/protobuf/types/known/anypb | ||
1099 | google.golang.org/protobuf/types/known/durationpb | ||
1100 | google.golang.org/protobuf/types/known/emptypb | ||
1101 | google.golang.org/protobuf/types/known/fieldmaskpb | ||
1102 | google.golang.org/protobuf/types/known/structpb | ||
1103 | google.golang.org/protobuf/types/known/timestamppb | ||
1104 | google.golang.org/protobuf/types/known/wrapperspb | ||
345 | # gopkg.in/cenkalti/backoff.v1 v1.1.0 | 1105 | # gopkg.in/cenkalti/backoff.v1 v1.1.0 |
346 | ## explicit | 1106 | ## explicit |
1107 | gopkg.in/cenkalti/backoff.v1 | ||
347 | # gopkg.in/inf.v0 v0.9.1 | 1108 | # gopkg.in/inf.v0 v0.9.1 |
348 | ## explicit | 1109 | ## explicit |
1110 | gopkg.in/inf.v0 | ||
349 | # gopkg.in/yaml.v2 v2.4.0 | 1111 | # gopkg.in/yaml.v2 v2.4.0 |
1112 | ## explicit; go 1.15 | ||
1113 | gopkg.in/yaml.v2 | ||
1114 | # gopkg.in/yaml.v3 v3.0.1 | ||
350 | ## explicit | 1115 | ## explicit |
351 | # k8s.io/api v0.29.2 | 1116 | gopkg.in/yaml.v3 |
352 | ## explicit | 1117 | # gotest.tools/v3 v3.5.2 |
353 | # k8s.io/apimachinery v0.29.2 | 1118 | ## explicit; go 1.17 |
354 | ## explicit | 1119 | gotest.tools/v3/assert |
355 | # k8s.io/apiserver v0.29.2 | 1120 | gotest.tools/v3/assert/cmp |
356 | ## explicit | 1121 | gotest.tools/v3/icmd |
357 | # k8s.io/client-go v0.29.2 | 1122 | gotest.tools/v3/internal/assert |
358 | ## explicit | 1123 | gotest.tools/v3/internal/difflib |
359 | # k8s.io/klog/v2 v2.110.1 | 1124 | gotest.tools/v3/internal/format |
360 | ## explicit | 1125 | gotest.tools/v3/internal/source |
361 | # k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 | 1126 | gotest.tools/v3/poll |
362 | ## explicit | 1127 | # k8s.io/api v0.31.2 |
363 | # k8s.io/utils v0.0.0-20230726121419-3b25d923346b | 1128 | ## explicit; go 1.22.0 |
364 | ## explicit | 1129 | k8s.io/api/admissionregistration/v1 |
1130 | k8s.io/api/admissionregistration/v1alpha1 | ||
1131 | k8s.io/api/admissionregistration/v1beta1 | ||
1132 | k8s.io/api/apidiscovery/v2 | ||
1133 | k8s.io/api/apidiscovery/v2beta1 | ||
1134 | k8s.io/api/apiserverinternal/v1alpha1 | ||
1135 | k8s.io/api/apps/v1 | ||
1136 | k8s.io/api/apps/v1beta1 | ||
1137 | k8s.io/api/apps/v1beta2 | ||
1138 | k8s.io/api/authentication/v1 | ||
1139 | k8s.io/api/authentication/v1alpha1 | ||
1140 | k8s.io/api/authentication/v1beta1 | ||
1141 | k8s.io/api/authorization/v1 | ||
1142 | k8s.io/api/authorization/v1beta1 | ||
1143 | k8s.io/api/autoscaling/v1 | ||
1144 | k8s.io/api/autoscaling/v2 | ||
1145 | k8s.io/api/autoscaling/v2beta1 | ||
1146 | k8s.io/api/autoscaling/v2beta2 | ||
1147 | k8s.io/api/batch/v1 | ||
1148 | k8s.io/api/batch/v1beta1 | ||
1149 | k8s.io/api/certificates/v1 | ||
1150 | k8s.io/api/certificates/v1alpha1 | ||
1151 | k8s.io/api/certificates/v1beta1 | ||
1152 | k8s.io/api/coordination/v1 | ||
1153 | k8s.io/api/coordination/v1alpha1 | ||
1154 | k8s.io/api/coordination/v1beta1 | ||
1155 | k8s.io/api/core/v1 | ||
1156 | k8s.io/api/discovery/v1 | ||
1157 | k8s.io/api/discovery/v1beta1 | ||
1158 | k8s.io/api/events/v1 | ||
1159 | k8s.io/api/events/v1beta1 | ||
1160 | k8s.io/api/extensions/v1beta1 | ||
1161 | k8s.io/api/flowcontrol/v1 | ||
1162 | k8s.io/api/flowcontrol/v1beta1 | ||
1163 | k8s.io/api/flowcontrol/v1beta2 | ||
1164 | k8s.io/api/flowcontrol/v1beta3 | ||
1165 | k8s.io/api/networking/v1 | ||
1166 | k8s.io/api/networking/v1alpha1 | ||
1167 | k8s.io/api/networking/v1beta1 | ||
1168 | k8s.io/api/node/v1 | ||
1169 | k8s.io/api/node/v1alpha1 | ||
1170 | k8s.io/api/node/v1beta1 | ||
1171 | k8s.io/api/policy/v1 | ||
1172 | k8s.io/api/policy/v1beta1 | ||
1173 | k8s.io/api/rbac/v1 | ||
1174 | k8s.io/api/rbac/v1alpha1 | ||
1175 | k8s.io/api/rbac/v1beta1 | ||
1176 | k8s.io/api/resource/v1alpha3 | ||
1177 | k8s.io/api/scheduling/v1 | ||
1178 | k8s.io/api/scheduling/v1alpha1 | ||
1179 | k8s.io/api/scheduling/v1beta1 | ||
1180 | k8s.io/api/storage/v1 | ||
1181 | k8s.io/api/storage/v1alpha1 | ||
1182 | k8s.io/api/storage/v1beta1 | ||
1183 | k8s.io/api/storagemigration/v1alpha1 | ||
1184 | # k8s.io/apimachinery v0.31.2 | ||
1185 | ## explicit; go 1.22.0 | ||
1186 | k8s.io/apimachinery/pkg/api/equality | ||
1187 | k8s.io/apimachinery/pkg/api/errors | ||
1188 | k8s.io/apimachinery/pkg/api/meta | ||
1189 | k8s.io/apimachinery/pkg/api/resource | ||
1190 | k8s.io/apimachinery/pkg/api/validation | ||
1191 | k8s.io/apimachinery/pkg/apis/meta/internalversion | ||
1192 | k8s.io/apimachinery/pkg/apis/meta/internalversion/validation | ||
1193 | k8s.io/apimachinery/pkg/apis/meta/v1 | ||
1194 | k8s.io/apimachinery/pkg/apis/meta/v1/unstructured | ||
1195 | k8s.io/apimachinery/pkg/apis/meta/v1/validation | ||
1196 | k8s.io/apimachinery/pkg/apis/meta/v1beta1 | ||
1197 | k8s.io/apimachinery/pkg/conversion | ||
1198 | k8s.io/apimachinery/pkg/conversion/queryparams | ||
1199 | k8s.io/apimachinery/pkg/fields | ||
1200 | k8s.io/apimachinery/pkg/labels | ||
1201 | k8s.io/apimachinery/pkg/runtime | ||
1202 | k8s.io/apimachinery/pkg/runtime/schema | ||
1203 | k8s.io/apimachinery/pkg/runtime/serializer | ||
1204 | k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct | ||
1205 | k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes | ||
1206 | k8s.io/apimachinery/pkg/runtime/serializer/json | ||
1207 | k8s.io/apimachinery/pkg/runtime/serializer/protobuf | ||
1208 | k8s.io/apimachinery/pkg/runtime/serializer/recognizer | ||
1209 | k8s.io/apimachinery/pkg/runtime/serializer/streaming | ||
1210 | k8s.io/apimachinery/pkg/runtime/serializer/versioning | ||
1211 | k8s.io/apimachinery/pkg/selection | ||
1212 | k8s.io/apimachinery/pkg/types | ||
1213 | k8s.io/apimachinery/pkg/util/dump | ||
1214 | k8s.io/apimachinery/pkg/util/errors | ||
1215 | k8s.io/apimachinery/pkg/util/framer | ||
1216 | k8s.io/apimachinery/pkg/util/httpstream | ||
1217 | k8s.io/apimachinery/pkg/util/httpstream/spdy | ||
1218 | k8s.io/apimachinery/pkg/util/httpstream/wsstream | ||
1219 | k8s.io/apimachinery/pkg/util/intstr | ||
1220 | k8s.io/apimachinery/pkg/util/json | ||
1221 | k8s.io/apimachinery/pkg/util/managedfields | ||
1222 | k8s.io/apimachinery/pkg/util/managedfields/internal | ||
1223 | k8s.io/apimachinery/pkg/util/naming | ||
1224 | k8s.io/apimachinery/pkg/util/net | ||
1225 | k8s.io/apimachinery/pkg/util/portforward | ||
1226 | k8s.io/apimachinery/pkg/util/proxy | ||
1227 | k8s.io/apimachinery/pkg/util/remotecommand | ||
1228 | k8s.io/apimachinery/pkg/util/runtime | ||
1229 | k8s.io/apimachinery/pkg/util/sets | ||
1230 | k8s.io/apimachinery/pkg/util/validation | ||
1231 | k8s.io/apimachinery/pkg/util/validation/field | ||
1232 | k8s.io/apimachinery/pkg/util/wait | ||
1233 | k8s.io/apimachinery/pkg/util/yaml | ||
1234 | k8s.io/apimachinery/pkg/version | ||
1235 | k8s.io/apimachinery/pkg/watch | ||
1236 | k8s.io/apimachinery/third_party/forked/golang/netutil | ||
1237 | k8s.io/apimachinery/third_party/forked/golang/reflect | ||
1238 | # k8s.io/client-go v0.31.2 | ||
1239 | ## explicit; go 1.22.0 | ||
1240 | k8s.io/client-go/applyconfigurations/admissionregistration/v1 | ||
1241 | k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1 | ||
1242 | k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1 | ||
1243 | k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1 | ||
1244 | k8s.io/client-go/applyconfigurations/apps/v1 | ||
1245 | k8s.io/client-go/applyconfigurations/apps/v1beta1 | ||
1246 | k8s.io/client-go/applyconfigurations/apps/v1beta2 | ||
1247 | k8s.io/client-go/applyconfigurations/autoscaling/v1 | ||
1248 | k8s.io/client-go/applyconfigurations/autoscaling/v2 | ||
1249 | k8s.io/client-go/applyconfigurations/autoscaling/v2beta1 | ||
1250 | k8s.io/client-go/applyconfigurations/autoscaling/v2beta2 | ||
1251 | k8s.io/client-go/applyconfigurations/batch/v1 | ||
1252 | k8s.io/client-go/applyconfigurations/batch/v1beta1 | ||
1253 | k8s.io/client-go/applyconfigurations/certificates/v1 | ||
1254 | k8s.io/client-go/applyconfigurations/certificates/v1alpha1 | ||
1255 | k8s.io/client-go/applyconfigurations/certificates/v1beta1 | ||
1256 | k8s.io/client-go/applyconfigurations/coordination/v1 | ||
1257 | k8s.io/client-go/applyconfigurations/coordination/v1alpha1 | ||
1258 | k8s.io/client-go/applyconfigurations/coordination/v1beta1 | ||
1259 | k8s.io/client-go/applyconfigurations/core/v1 | ||
1260 | k8s.io/client-go/applyconfigurations/discovery/v1 | ||
1261 | k8s.io/client-go/applyconfigurations/discovery/v1beta1 | ||
1262 | k8s.io/client-go/applyconfigurations/events/v1 | ||
1263 | k8s.io/client-go/applyconfigurations/events/v1beta1 | ||
1264 | k8s.io/client-go/applyconfigurations/extensions/v1beta1 | ||
1265 | k8s.io/client-go/applyconfigurations/flowcontrol/v1 | ||
1266 | k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1 | ||
1267 | k8s.io/client-go/applyconfigurations/flowcontrol/v1beta2 | ||
1268 | k8s.io/client-go/applyconfigurations/flowcontrol/v1beta3 | ||
1269 | k8s.io/client-go/applyconfigurations/internal | ||
1270 | k8s.io/client-go/applyconfigurations/meta/v1 | ||
1271 | k8s.io/client-go/applyconfigurations/networking/v1 | ||
1272 | k8s.io/client-go/applyconfigurations/networking/v1alpha1 | ||
1273 | k8s.io/client-go/applyconfigurations/networking/v1beta1 | ||
1274 | k8s.io/client-go/applyconfigurations/node/v1 | ||
1275 | k8s.io/client-go/applyconfigurations/node/v1alpha1 | ||
1276 | k8s.io/client-go/applyconfigurations/node/v1beta1 | ||
1277 | k8s.io/client-go/applyconfigurations/policy/v1 | ||
1278 | k8s.io/client-go/applyconfigurations/policy/v1beta1 | ||
1279 | k8s.io/client-go/applyconfigurations/rbac/v1 | ||
1280 | k8s.io/client-go/applyconfigurations/rbac/v1alpha1 | ||
1281 | k8s.io/client-go/applyconfigurations/rbac/v1beta1 | ||
1282 | k8s.io/client-go/applyconfigurations/resource/v1alpha3 | ||
1283 | k8s.io/client-go/applyconfigurations/scheduling/v1 | ||
1284 | k8s.io/client-go/applyconfigurations/scheduling/v1alpha1 | ||
1285 | k8s.io/client-go/applyconfigurations/scheduling/v1beta1 | ||
1286 | k8s.io/client-go/applyconfigurations/storage/v1 | ||
1287 | k8s.io/client-go/applyconfigurations/storage/v1alpha1 | ||
1288 | k8s.io/client-go/applyconfigurations/storage/v1beta1 | ||
1289 | k8s.io/client-go/applyconfigurations/storagemigration/v1alpha1 | ||
1290 | k8s.io/client-go/discovery | ||
1291 | k8s.io/client-go/features | ||
1292 | k8s.io/client-go/gentype | ||
1293 | k8s.io/client-go/kubernetes | ||
1294 | k8s.io/client-go/kubernetes/scheme | ||
1295 | k8s.io/client-go/kubernetes/typed/admissionregistration/v1 | ||
1296 | k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1 | ||
1297 | k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 | ||
1298 | k8s.io/client-go/kubernetes/typed/apiserverinternal/v1alpha1 | ||
1299 | k8s.io/client-go/kubernetes/typed/apps/v1 | ||
1300 | k8s.io/client-go/kubernetes/typed/apps/v1beta1 | ||
1301 | k8s.io/client-go/kubernetes/typed/apps/v1beta2 | ||
1302 | k8s.io/client-go/kubernetes/typed/authentication/v1 | ||
1303 | k8s.io/client-go/kubernetes/typed/authentication/v1alpha1 | ||
1304 | k8s.io/client-go/kubernetes/typed/authentication/v1beta1 | ||
1305 | k8s.io/client-go/kubernetes/typed/authorization/v1 | ||
1306 | k8s.io/client-go/kubernetes/typed/authorization/v1beta1 | ||
1307 | k8s.io/client-go/kubernetes/typed/autoscaling/v1 | ||
1308 | k8s.io/client-go/kubernetes/typed/autoscaling/v2 | ||
1309 | k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 | ||
1310 | k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 | ||
1311 | k8s.io/client-go/kubernetes/typed/batch/v1 | ||
1312 | k8s.io/client-go/kubernetes/typed/batch/v1beta1 | ||
1313 | k8s.io/client-go/kubernetes/typed/certificates/v1 | ||
1314 | k8s.io/client-go/kubernetes/typed/certificates/v1alpha1 | ||
1315 | k8s.io/client-go/kubernetes/typed/certificates/v1beta1 | ||
1316 | k8s.io/client-go/kubernetes/typed/coordination/v1 | ||
1317 | k8s.io/client-go/kubernetes/typed/coordination/v1alpha1 | ||
1318 | k8s.io/client-go/kubernetes/typed/coordination/v1beta1 | ||
1319 | k8s.io/client-go/kubernetes/typed/core/v1 | ||
1320 | k8s.io/client-go/kubernetes/typed/discovery/v1 | ||
1321 | k8s.io/client-go/kubernetes/typed/discovery/v1beta1 | ||
1322 | k8s.io/client-go/kubernetes/typed/events/v1 | ||
1323 | k8s.io/client-go/kubernetes/typed/events/v1beta1 | ||
1324 | k8s.io/client-go/kubernetes/typed/extensions/v1beta1 | ||
1325 | k8s.io/client-go/kubernetes/typed/flowcontrol/v1 | ||
1326 | k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1 | ||
1327 | k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta2 | ||
1328 | k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta3 | ||
1329 | k8s.io/client-go/kubernetes/typed/networking/v1 | ||
1330 | k8s.io/client-go/kubernetes/typed/networking/v1alpha1 | ||
1331 | k8s.io/client-go/kubernetes/typed/networking/v1beta1 | ||
1332 | k8s.io/client-go/kubernetes/typed/node/v1 | ||
1333 | k8s.io/client-go/kubernetes/typed/node/v1alpha1 | ||
1334 | k8s.io/client-go/kubernetes/typed/node/v1beta1 | ||
1335 | k8s.io/client-go/kubernetes/typed/policy/v1 | ||
1336 | k8s.io/client-go/kubernetes/typed/policy/v1beta1 | ||
1337 | k8s.io/client-go/kubernetes/typed/rbac/v1 | ||
1338 | k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 | ||
1339 | k8s.io/client-go/kubernetes/typed/rbac/v1beta1 | ||
1340 | k8s.io/client-go/kubernetes/typed/resource/v1alpha3 | ||
1341 | k8s.io/client-go/kubernetes/typed/scheduling/v1 | ||
1342 | k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 | ||
1343 | k8s.io/client-go/kubernetes/typed/scheduling/v1beta1 | ||
1344 | k8s.io/client-go/kubernetes/typed/storage/v1 | ||
1345 | k8s.io/client-go/kubernetes/typed/storage/v1alpha1 | ||
1346 | k8s.io/client-go/kubernetes/typed/storage/v1beta1 | ||
1347 | k8s.io/client-go/kubernetes/typed/storagemigration/v1alpha1 | ||
1348 | k8s.io/client-go/openapi | ||
1349 | k8s.io/client-go/pkg/apis/clientauthentication | ||
1350 | k8s.io/client-go/pkg/apis/clientauthentication/install | ||
1351 | k8s.io/client-go/pkg/apis/clientauthentication/v1 | ||
1352 | k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 | ||
1353 | k8s.io/client-go/pkg/version | ||
1354 | k8s.io/client-go/plugin/pkg/client/auth/exec | ||
1355 | k8s.io/client-go/rest | ||
1356 | k8s.io/client-go/rest/watch | ||
1357 | k8s.io/client-go/tools/auth | ||
1358 | k8s.io/client-go/tools/clientcmd | ||
1359 | k8s.io/client-go/tools/clientcmd/api | ||
1360 | k8s.io/client-go/tools/clientcmd/api/latest | ||
1361 | k8s.io/client-go/tools/clientcmd/api/v1 | ||
1362 | k8s.io/client-go/tools/metrics | ||
1363 | k8s.io/client-go/tools/reference | ||
1364 | k8s.io/client-go/tools/remotecommand | ||
1365 | k8s.io/client-go/transport | ||
1366 | k8s.io/client-go/transport/spdy | ||
1367 | k8s.io/client-go/transport/websocket | ||
1368 | k8s.io/client-go/util/cert | ||
1369 | k8s.io/client-go/util/connrotation | ||
1370 | k8s.io/client-go/util/consistencydetector | ||
1371 | k8s.io/client-go/util/exec | ||
1372 | k8s.io/client-go/util/flowcontrol | ||
1373 | k8s.io/client-go/util/homedir | ||
1374 | k8s.io/client-go/util/keyutil | ||
1375 | k8s.io/client-go/util/watchlist | ||
1376 | k8s.io/client-go/util/workqueue | ||
1377 | # k8s.io/klog/v2 v2.130.1 | ||
1378 | ## explicit; go 1.18 | ||
1379 | k8s.io/klog/v2 | ||
1380 | k8s.io/klog/v2/internal/buffer | ||
1381 | k8s.io/klog/v2/internal/clock | ||
1382 | k8s.io/klog/v2/internal/dbg | ||
1383 | k8s.io/klog/v2/internal/serialize | ||
1384 | k8s.io/klog/v2/internal/severity | ||
1385 | k8s.io/klog/v2/internal/sloghandler | ||
1386 | # k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 | ||
1387 | ## explicit; go 1.20 | ||
1388 | k8s.io/kube-openapi/pkg/cached | ||
1389 | k8s.io/kube-openapi/pkg/common | ||
1390 | k8s.io/kube-openapi/pkg/handler3 | ||
1391 | k8s.io/kube-openapi/pkg/internal | ||
1392 | k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json | ||
1393 | k8s.io/kube-openapi/pkg/schemaconv | ||
1394 | k8s.io/kube-openapi/pkg/spec3 | ||
1395 | k8s.io/kube-openapi/pkg/util/proto | ||
1396 | k8s.io/kube-openapi/pkg/validation/spec | ||
1397 | # k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 | ||
1398 | ## explicit; go 1.18 | ||
1399 | k8s.io/utils/clock | ||
1400 | k8s.io/utils/clock/testing | ||
1401 | k8s.io/utils/internal/third_party/forked/golang/net | ||
1402 | k8s.io/utils/net | ||
1403 | k8s.io/utils/ptr | ||
1404 | k8s.io/utils/strings/slices | ||
365 | # sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd | 1405 | # sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd |
366 | ## explicit | 1406 | ## explicit; go 1.18 |
1407 | sigs.k8s.io/json | ||
1408 | sigs.k8s.io/json/internal/golang/encoding/json | ||
367 | # sigs.k8s.io/structured-merge-diff/v4 v4.4.1 | 1409 | # sigs.k8s.io/structured-merge-diff/v4 v4.4.1 |
368 | ## explicit | 1410 | ## explicit; go 1.13 |
369 | # sigs.k8s.io/yaml v1.3.0 | 1411 | sigs.k8s.io/structured-merge-diff/v4/fieldpath |
370 | ## explicit | 1412 | sigs.k8s.io/structured-merge-diff/v4/merge |
371 | # tags.cncf.io/container-device-interface v0.6.2 | 1413 | sigs.k8s.io/structured-merge-diff/v4/schema |
372 | ## explicit | 1414 | sigs.k8s.io/structured-merge-diff/v4/typed |
1415 | sigs.k8s.io/structured-merge-diff/v4/value | ||
1416 | # sigs.k8s.io/yaml v1.4.0 | ||
1417 | ## explicit; go 1.12 | ||
1418 | sigs.k8s.io/yaml | ||
1419 | sigs.k8s.io/yaml/goyaml.v2 | ||
1420 | # tags.cncf.io/container-device-interface v0.8.1 | ||
1421 | ## explicit; go 1.20 | ||
1422 | tags.cncf.io/container-device-interface/pkg/parser | ||
diff --git a/recipes-containers/docker-compose/relocation.inc b/recipes-containers/docker-compose/relocation.inc index ac21ca05..bb3aa599 100644 --- a/recipes-containers/docker-compose/relocation.inc +++ b/recipes-containers/docker-compose/relocation.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | export sites="k8s.io/api:k8s.io/api:force \ | 1 | export sites = "k8s.io/api:k8s.io/api:force \ |
2 | k8s.io/utils:k8s.io/utils:force \ | 2 | k8s.io/utils:k8s.io/utils:force \ |
3 | k8s.io/klog/v2:k8s.io/klog/v2:force \ | 3 | k8s.io/klog/v2:k8s.io/klog/v2:force \ |
4 | gotest.tools/v3:gotest.tools/v3:force \ | 4 | gotest.tools/v3:gotest.tools/v3:force \ |
@@ -8,10 +8,8 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
8 | golang.org/x/exp:golang.org/x/exp:force \ | 8 | golang.org/x/exp:golang.org/x/exp:force \ |
9 | golang.org/x/sys:golang.org/x/sys:force \ | 9 | golang.org/x/sys:golang.org/x/sys:force \ |
10 | gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ | 10 | gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ |
11 | golang.org/x/mod:golang.org/x/mod:force \ | ||
12 | golang.org/x/net:golang.org/x/net:force \ | 11 | golang.org/x/net:golang.org/x/net:force \ |
13 | gopkg.in/yaml.v2:gopkg.in/yaml.v2:force \ | 12 | gopkg.in/yaml.v2:gopkg.in/yaml.v2:force \ |
14 | k8s.io/apiserver:k8s.io/apiserver:force \ | ||
15 | k8s.io/client-go:k8s.io/client-go:force \ | 13 | k8s.io/client-go:k8s.io/client-go:force \ |
16 | sigs.k8s.io/json:sigs.k8s.io/json:force \ | 14 | sigs.k8s.io/json:sigs.k8s.io/json:force \ |
17 | sigs.k8s.io/yaml:sigs.k8s.io/yaml:force \ | 15 | sigs.k8s.io/yaml:sigs.k8s.io/yaml:force \ |
@@ -20,7 +18,6 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
20 | golang.org/x/text:golang.org/x/text:force \ | 18 | golang.org/x/text:golang.org/x/text:force \ |
21 | golang.org/x/time:golang.org/x/time:force \ | 19 | golang.org/x/time:golang.org/x/time:force \ |
22 | go.uber.org/goleak:go.uber.org/goleak:force \ | 20 | go.uber.org/goleak:go.uber.org/goleak:force \ |
23 | golang.org/x/tools:golang.org/x/tools:force \ | ||
24 | golang.org/x/crypto:golang.org/x/crypto:force \ | 21 | golang.org/x/crypto:golang.org/x/crypto:force \ |
25 | golang.org/x/oauth2:golang.org/x/oauth2:force \ | 22 | golang.org/x/oauth2:golang.org/x/oauth2:force \ |
26 | k8s.io/apimachinery:k8s.io/apimachinery:force \ | 23 | k8s.io/apimachinery:k8s.io/apimachinery:force \ |
@@ -47,6 +44,8 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
47 | github.com/go-logr/stdr:github.com/go-logr/stdr:force \ | 44 | github.com/go-logr/stdr:github.com/go-logr/stdr:force \ |
48 | github.com/google/shlex:github.com/google/shlex:force \ | 45 | github.com/google/shlex:github.com/google/shlex:force \ |
49 | github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \ | 46 | github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \ |
47 | github.com/otiai10/mint:github.com/otiai10/mint:force \ | ||
48 | github.com/x448/float16:github.com/x448/float16:force \ | ||
50 | github.com/docker/buildx:github.com/docker/buildx:force \ | 49 | github.com/docker/buildx:github.com/docker/buildx:force \ |
51 | github.com/docker/docker:github.com/docker/docker:force \ | 50 | github.com/docker/docker:github.com/docker/docker:force \ |
52 | github.com/google/go-cmp:github.com/google/go-cmp:force \ | 51 | github.com/google/go-cmp:github.com/google/go-cmp:force \ |
@@ -57,18 +56,17 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
57 | github.com/google/gofuzz:github.com/google/gofuzz:force \ | 56 | github.com/google/gofuzz:github.com/google/gofuzz:force \ |
58 | github.com/imdario/mergo:github.com/imdario/mergo:force \ | 57 | github.com/imdario/mergo:github.com/imdario/mergo:force \ |
59 | github.com/containerd/log:github.com/containerd/log:force \ | 58 | github.com/containerd/log:github.com/containerd/log:force \ |
59 | github.com/zclconf/go-cty:github.com/zclconf/go-cty:force \ | ||
60 | github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \ | 60 | github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \ |
61 | github.com/docker/go-units:github.com/docker/go-units:force \ | 61 | github.com/docker/go-units:github.com/docker/go-units:force \ |
62 | github.com/mitchellh/go-ps:github.com/mitchellh/go-ps:force \ | 62 | github.com/mitchellh/go-ps:github.com/mitchellh/go-ps:force \ |
63 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ | 63 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ |
64 | github.com/go-openapi/swag:github.com/go-openapi/swag:force \ | 64 | github.com/go-openapi/swag:github.com/go-openapi/swag:force \ |
65 | github.com/gogo/googleapis:github.com/gogo/googleapis:force \ | ||
66 | github.com/golang/protobuf:github.com/golang/protobuf:force \ | 65 | github.com/golang/protobuf:github.com/golang/protobuf:force \ |
67 | github.com/mailru/easyjson:github.com/mailru/easyjson:force \ | 66 | github.com/mailru/easyjson:github.com/mailru/easyjson:force \ |
68 | github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ | 67 | github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ |
69 | github.com/moby/spdystream:github.com/moby/spdystream:force \ | 68 | github.com/moby/spdystream:github.com/moby/spdystream:force \ |
70 | github.com/mxk/go-flowrate:github.com/mxk/go-flowrate:force \ | 69 | github.com/mxk/go-flowrate:github.com/mxk/go-flowrate:force \ |
71 | google.golang.org/genproto:google.golang.org/genproto:force \ | ||
72 | google.golang.org/protobuf:google.golang.org/protobuf:force \ | 70 | google.golang.org/protobuf:google.golang.org/protobuf:force \ |
73 | github.com/moby/sys/user:github.com/moby/sys/user/user:force \ | 71 | github.com/moby/sys/user:github.com/moby/sys/user/user:force \ |
74 | github.com/stretchr/testify:github.com/stretchr/testify:force \ | 72 | github.com/stretchr/testify:github.com/stretchr/testify:force \ |
@@ -78,16 +76,15 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
78 | github.com/serialx/hashring:github.com/serialx/hashring:force \ | 76 | github.com/serialx/hashring:github.com/serialx/hashring:force \ |
79 | github.com/tonistiigi/units:github.com/tonistiigi/units:force \ | 77 | github.com/tonistiigi/units:github.com/tonistiigi/units:force \ |
80 | github.com/tonistiigi/vt100:github.com/tonistiigi/vt100:force \ | 78 | github.com/tonistiigi/vt100:github.com/tonistiigi/vt100:force \ |
81 | google.golang.org/appengine:google.golang.org/appengine:force \ | 79 | github.com/eiannone/keyboard:github.com/eiannone/keyboard:force \ |
82 | github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \ | 80 | github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \ |
83 | github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \ | 81 | github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \ |
84 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ | 82 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ |
85 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \ | ||
86 | github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2:force \ | 83 | github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2:force \ |
87 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \ | 84 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \ |
88 | github.com/docker/go-metrics:github.com/docker/go-metrics:force \ | 85 | github.com/docker/go-metrics:github.com/docker/go-metrics:force \ |
89 | github.com/eiannone/keyboard:github.com/eiannone/keyboard:force \ | ||
90 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \ | 86 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \ |
87 | github.com/fxamacker/cbor/v2:github.com/fxamacker/cbor/v2:force \ | ||
91 | github.com/gorilla/websocket:github.com/gorilla/websocket:force \ | 88 | github.com/gorilla/websocket:github.com/gorilla/websocket:force \ |
92 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \ | 89 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \ |
93 | github.com/munnerz/goautoneg:github.com/munnerz/goautoneg:force \ | 90 | github.com/munnerz/goautoneg:github.com/munnerz/goautoneg:force \ |
@@ -99,6 +96,7 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
99 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \ | 96 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \ |
100 | github.com/acarl005/stripansi:github.com/acarl005/stripansi:force \ | 97 | github.com/acarl005/stripansi:github.com/acarl005/stripansi:force \ |
101 | github.com/containerd/console:github.com/containerd/console:force \ | 98 | github.com/containerd/console:github.com/containerd/console:force \ |
99 | github.com/containerd/errdefs:github.com/containerd/errdefs:force \ | ||
102 | github.com/fvbommel/sortorder:github.com/fvbommel/sortorder:force \ | 100 | github.com/fvbommel/sortorder:github.com/fvbommel/sortorder:force \ |
103 | github.com/klauspost/compress:github.com/klauspost/compress:force \ | 101 | github.com/klauspost/compress:github.com/klauspost/compress:force \ |
104 | github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \ | 102 | github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \ |
@@ -106,6 +104,7 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
106 | github.com/modern-go/reflect2:github.com/modern-go/reflect2:force \ | 104 | github.com/modern-go/reflect2:github.com/modern-go/reflect2:force \ |
107 | github.com/pmezard/go-difflib:github.com/pmezard/go-difflib:force \ | 105 | github.com/pmezard/go-difflib:github.com/pmezard/go-difflib:force \ |
108 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ | 106 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ |
107 | github.com/moby/sys/userns:github.com/moby/sys/userns/userns:force \ | ||
109 | github.com/jonboulle/clockwork:github.com/jonboulle/clockwork:force \ | 108 | github.com/jonboulle/clockwork:github.com/jonboulle/clockwork:force \ |
110 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ | 109 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ |
111 | github.com/moby/patternmatcher:github.com/moby/patternmatcher:force \ | 110 | github.com/moby/patternmatcher:github.com/moby/patternmatcher:force \ |
@@ -113,19 +112,19 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
113 | github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \ | 112 | github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \ |
114 | github.com/docker/distribution:github.com/docker/distribution:force \ | 113 | github.com/docker/distribution:github.com/docker/distribution:force \ |
115 | github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \ | 114 | github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \ |
115 | github.com/containerd/platforms:github.com/containerd/platforms:force \ | ||
116 | github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \ | 116 | github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \ |
117 | github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \ | 117 | github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \ |
118 | github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ | 118 | github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ |
119 | github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \ | 119 | github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \ |
120 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ | 120 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ |
121 | github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2:force \ | 121 | github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2:force \ |
122 | github.com/containerd/containerd:github.com/containerd/containerd:force \ | ||
123 | github.com/docker/go-connections:github.com/docker/go-connections:force \ | 122 | github.com/docker/go-connections:github.com/docker/go-connections:force \ |
124 | github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ | 123 | github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ |
125 | github.com/containerd/continuity:github.com/containerd/continuity:force \ | 124 | github.com/containerd/continuity:github.com/containerd/continuity:force \ |
126 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ | 125 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ |
126 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2:force \ | ||
127 | github.com/google/gnostic-models:github.com/google/gnostic-models:force \ | 127 | github.com/google/gnostic-models:github.com/google/gnostic-models:force \ |
128 | github.com/mitchellh/reflectwalk:github.com/mitchellh/reflectwalk:force \ | ||
129 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ | 128 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ |
130 | go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \ | 129 | go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \ |
131 | github.com/distribution/reference:github.com/distribution/reference:force \ | 130 | github.com/distribution/reference:github.com/distribution/reference:force \ |
@@ -138,15 +137,23 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
138 | github.com/in-toto/in-toto-golang:github.com/in-toto/in-toto-golang:force \ | 137 | github.com/in-toto/in-toto-golang:github.com/in-toto/in-toto-golang:force \ |
139 | github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \ | 138 | github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \ |
140 | github.com/moby/docker-image-spec:github.com/moby/docker-image-spec:force \ | 139 | github.com/moby/docker-image-spec:github.com/moby/docker-image-spec:force \ |
140 | github.com/planetscale/vtprotobuf:github.com/planetscale/vtprotobuf:force \ | ||
141 | github.com/tonistiigi/go-csvvalue:github.com/tonistiigi/go-csvvalue:force \ | ||
141 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ | 142 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ |
142 | github.com/mitchellh/copystructure:github.com/mitchellh/copystructure:force \ | ||
143 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ | 143 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ |
144 | github.com/prometheus/client_model:github.com/prometheus/client_model:force \ | 144 | github.com/prometheus/client_model:github.com/prometheus/client_model:force \ |
145 | github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2:force \ | ||
146 | github.com/tonistiigi/dchapes-mode:github.com/tonistiigi/dchapes-mode:force \ | ||
145 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ | 147 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ |
148 | github.com/xhit/go-str2duration/v2:github.com/xhit/go-str2duration/v2:force \ | ||
146 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ | 149 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ |
150 | github.com/containerd/containerd/v2:github.com/containerd/containerd/v2:force \ | ||
147 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ | 151 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ |
152 | github.com/containerd/errdefs/pkg:github.com/containerd/errdefs/pkg/pkg:force \ | ||
148 | github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \ | 153 | github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \ |
154 | github.com/go-viper/mapstructure/v2:github.com/go-viper/mapstructure/v2:force \ | ||
149 | github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \ | 155 | github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \ |
156 | github.com/moby/sys/capability:github.com/moby/sys/capability/capability:force \ | ||
150 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ | 157 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ |
151 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ | 158 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ |
152 | github.com/theupdateframework/notary:github.com/theupdateframework/notary:force \ | 159 | github.com/theupdateframework/notary:github.com/theupdateframework/notary:force \ |
@@ -154,27 +161,26 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
154 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \ | 161 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \ |
155 | sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \ | 162 | sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \ |
156 | github.com/compose-spec/compose-go/v2:github.com/compose-spec/compose-go/v2:force \ | 163 | github.com/compose-spec/compose-go/v2:github.com/compose-spec/compose-go/v2:force \ |
164 | github.com/mitchellh/hashstructure/v2:github.com/mitchellh/hashstructure/v2:force \ | ||
165 | github.com/containerd/containerd/api:github.com/containerd/containerd/api/api:force \ | ||
157 | github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \ | 166 | github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \ |
158 | tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \ | 167 | tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \ |
168 | github.com/apparentlymart/go-textseg/v15:github.com/apparentlymart/go-textseg/v15:force \ | ||
159 | go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel/sdk/metric/sdk/metric:force \ | 169 | go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel/sdk/metric/sdk/metric:force \ |
160 | github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \ | 170 | github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \ |
161 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ | 171 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ |
162 | github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware:force \ | ||
163 | github.com/aws/aws-sdk-go-v2/credentials:github.com/aws/aws-sdk-go-v2/credentials/credentials:force \ | 172 | github.com/aws/aws-sdk-go-v2/credentials:github.com/aws/aws-sdk-go-v2/credentials/credentials:force \ |
164 | github.com/aws/aws-sdk-go-v2/service/sso:github.com/aws/aws-sdk-go-v2/service/sso/service/sso:force \ | 173 | github.com/aws/aws-sdk-go-v2/service/sso:github.com/aws/aws-sdk-go-v2/service/sso/service/sso:force \ |
165 | github.com/aws/aws-sdk-go-v2/service/sts:github.com/aws/aws-sdk-go-v2/service/sts/service/sts:force \ | 174 | github.com/aws/aws-sdk-go-v2/service/sts:github.com/aws/aws-sdk-go-v2/service/sts/service/sts:force \ |
166 | github.com/aws/aws-sdk-go-v2/internal/ini:github.com/aws/aws-sdk-go-v2/internal/ini/internal/ini:force \ | 175 | github.com/aws/aws-sdk-go-v2/internal/ini:github.com/aws/aws-sdk-go-v2/internal/ini/internal/ini:force \ |
167 | github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions:force \ | ||
168 | google.golang.org/genproto/googleapis/api:google.golang.org/genproto/googleapis/api/googleapis/api:force \ | 176 | google.golang.org/genproto/googleapis/api:google.golang.org/genproto/googleapis/api/googleapis/api:force \ |
169 | google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \ | 177 | google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \ |
170 | github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \ | 178 | github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \ |
171 | github.com/aws/aws-sdk-go-v2/service/ssooidc:github.com/aws/aws-sdk-go-v2/service/ssooidc/service/ssooidc:force \ | 179 | github.com/aws/aws-sdk-go-v2/service/ssooidc:github.com/aws/aws-sdk-go-v2/service/ssooidc/service/ssooidc:force \ |
172 | github.com/aws/aws-sdk-go-v2/feature/ec2/imds:github.com/aws/aws-sdk-go-v2/feature/ec2/imds/feature/ec2/imds:force \ | 180 | github.com/aws/aws-sdk-go-v2/feature/ec2/imds:github.com/aws/aws-sdk-go-v2/feature/ec2/imds/feature/ec2/imds:force \ |
173 | go.opentelemetry.io/otel/exporters/prometheus:go.opentelemetry.io/otel/exporters/prometheus/exporters/prometheus:force \ | ||
174 | github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \ | 181 | github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \ |
175 | go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \ | 182 | go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \ |
176 | github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \ | 183 | github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \ |
177 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric:go.opentelemetry.io/otel/exporters/otlp/otlpmetric/exporters/otlp/otlpmetric:force \ | ||
178 | github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/service/internal/presigned-url:force \ | 184 | github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/service/internal/presigned-url:force \ |
179 | github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding:github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/service/internal/accept-encoding:force \ | 185 | github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding:github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/service/internal/accept-encoding:force \ |
180 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \ | 186 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \ |
@@ -191,13 +197,39 @@ do_compile:prepend() { | |||
191 | site_dest=$(echo $s | cut -d: -f1) | 197 | site_dest=$(echo $s | cut -d: -f1) |
192 | site_source=$(echo $s | cut -d: -f2) | 198 | site_source=$(echo $s | cut -d: -f2) |
193 | force_flag=$(echo $s | cut -d: -f3) | 199 | force_flag=$(echo $s | cut -d: -f3) |
200 | |||
194 | mkdir -p vendor.copy/$site_dest | 201 | mkdir -p vendor.copy/$site_dest |
202 | |||
203 | # create a temporary exclude file | ||
204 | exclude_file=$(mktemp) | ||
205 | |||
206 | find vendor.fetch/$site_source -type d -print0 | \ | ||
207 | xargs -0 du -sBM 2>/dev/null | \ | ||
208 | awk '{if ($1+0 > 500) print substr($0, index($0,$2))}' | \ | ||
209 | sed 's|^vendor.fetch/||' > "$exclude_file" | ||
210 | |||
195 | if [ -n "$force_flag" ]; then | 211 | if [ -n "$force_flag" ]; then |
196 | echo "[INFO] $site_dest: force copying .go files" | 212 | echo "[INFO] $site_dest: force copying .go files" |
197 | rm -rf vendor.copy/$site_dest | 213 | rm -rf vendor.copy/$site_dest |
198 | rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest | 214 | rsync -a \ |
215 | --exclude='vendor/' \ | ||
216 | --exclude='.git/' \ | ||
217 | --exclude-from="$exclude_file" \ | ||
218 | vendor.fetch/$site_source/ vendor.copy/$site_dest | ||
199 | else | 219 | else |
200 | [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ] && { echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" ; true ; } || { echo "[INFO] $site_dest: copying .go files" ; rsync -a --exclude='vendor/' --exclude='.git/' vendor.fetch/$site_source/ vendor.copy/$site_dest ; } | 220 | if [ -n "$(ls -A vendor.copy/$site_dest/*.go 2> /dev/null)" ]; then |
221 | echo "[INFO] vendor.fetch/$site_source -> $site_dest: go copy skipped (files present)" | ||
222 | true | ||
223 | else | ||
224 | echo "[INFO] $site_dest: copying .go files" | ||
225 | rsync -a \ | ||
226 | --exclude='vendor/' \ | ||
227 | --exclude='.git/' \ | ||
228 | --exclude-from="$exclude_file" \ | ||
229 | vendor.fetch/$site_source/ vendor.copy/$site_dest | ||
230 | fi | ||
201 | fi | 231 | fi |
232 | |||
233 | rm -f "$exclude_file" | ||
202 | done | 234 | done |
203 | } | 235 | } |
diff --git a/recipes-containers/docker-compose/src_uri.inc b/recipes-containers/docker-compose/src_uri.inc index 1978abc7..7b692f4f 100644 --- a/recipes-containers/docker-compose/src_uri.inc +++ b/recipes-containers/docker-compose/src_uri.inc | |||
@@ -1,930 +1,960 @@ | |||
1 | # k8s.io/api v0.29.2 | 1 | # k8s.io/api v0.31.2 |
2 | # [1] git ls-remote https://github.com/kubernetes/api d47313059888ec984bf8432ed155fae5be935c31 | 2 | # [1] git ls-remote https://github.com/kubernetes/api bc73ef70e18b6e2f1146ca60c99df5955bec647e |
3 | SRCREV_k8s.io-api="d47313059888ec984bf8432ed155fae5be935c31" | 3 | SRCREV_k8s.io-api = "bc73ef70e18b6e2f1146ca60c99df5955bec647e" |
4 | SRC_URI += "git://github.com/kubernetes/api;name=k8s.io-api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/api" | 4 | SRC_URI += "git://github.com/kubernetes/api;name=k8s.io-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/api" |
5 | 5 | ||
6 | # k8s.io/utils v0.0.0-20230726121419-3b25d923346b | 6 | # k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 |
7 | # [1] git ls-remote https://github.com/kubernetes/utils 3b25d923346b3814e0898684c97390092f31a61e | 7 | # [1] git ls-remote https://github.com/kubernetes/utils 18e509b52bc851d6169db17631e99453021dea21 |
8 | SRCREV_utils="3b25d923346b3814e0898684c97390092f31a61e" | 8 | SRCREV_utils = "18e509b52bc851d6169db17631e99453021dea21" |
9 | SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/utils" | 9 | SRC_URI += "git://github.com/kubernetes/utils;name=utils;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/utils" |
10 | 10 | ||
11 | # k8s.io/klog/v2 v2.110.1 | 11 | # k8s.io/klog/v2 v2.130.1 |
12 | # [1] git ls-remote https://github.com/kubernetes/klog e3f75b8af2707d64b5dd4c440ae8384ed2f2c386 | 12 | # [1] git ls-remote https://github.com/kubernetes/klog 75663bb798999a49e3e4c0f2375ed5cca8164194 |
13 | SRCREV_klog-v2="e3f75b8af2707d64b5dd4c440ae8384ed2f2c386" | 13 | SRCREV_klog-v2 = "75663bb798999a49e3e4c0f2375ed5cca8164194" |
14 | SRC_URI += "git://github.com/kubernetes/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/klog/v2" | 14 | SRC_URI += "git://github.com/kubernetes/klog;name=klog-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/klog/v2" |
15 | 15 | ||
16 | # gotest.tools/v3 v3.5.1 | 16 | # gotest.tools/v3 v3.5.2 |
17 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 81cea1abc596b025bf2573c7fdf97740512e4c6c | 17 | # [1] git ls-remote https://github.com/gotestyourself/gotest.tools 0b81523ff268a1f1b0baf4a5da67e42fbb86880b |
18 | SRCREV_v3="81cea1abc596b025bf2573c7fdf97740512e4c6c" | 18 | SRCREV_v3 = "0b81523ff268a1f1b0baf4a5da67e42fbb86880b" |
19 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gotest.tools/v3" | 19 | SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gotest.tools/v3" |
20 | 20 | ||
21 | # dario.cat/mergo v1.0.0 | 21 | # dario.cat/mergo v1.0.1 |
22 | # [1] git ls-remote https://github.com/imdario/mergo 131de815afc35a77c41ae99da6c8f4288b6cb513 | 22 | # [1] git ls-remote https://github.com/imdario/mergo 59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf |
23 | SRCREV_mergo="131de815afc35a77c41ae99da6c8f4288b6cb513" | 23 | SRCREV_mergo = "59ea6a9cd9f9c60cb6b1c58476f76cd3172ccebf" |
24 | SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/dario.cat/mergo" | 24 | SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/dario.cat/mergo" |
25 | 25 | ||
26 | # gopkg.in/inf.v0 v0.9.1 | 26 | # gopkg.in/inf.v0 v0.9.1 |
27 | # [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf | 27 | # [1] git ls-remote https://github.com/go-inf/inf d2d2541c53f18d2a059457998ce2876cc8e67cbf |
28 | SRCREV_inf.v0="d2d2541c53f18d2a059457998ce2876cc8e67cbf" | 28 | SRCREV_inf.v0 = "d2d2541c53f18d2a059457998ce2876cc8e67cbf" |
29 | SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/inf.v0" | 29 | SRC_URI += "git://github.com/go-inf/inf;name=inf.v0;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/inf.v0" |
30 | 30 | ||
31 | # go.uber.org/mock v0.4.0 | 31 | # go.uber.org/mock v0.5.0 |
32 | # [1] git ls-remote https://github.com/uber/mock 74a29c6e6c2cbb8ccee94db061c1604ff33fd188 | 32 | # [1] git ls-remote https://github.com/uber/mock a9c44d91ce00ef09603d3822452a4f9c8fefd278 |
33 | SRCREV_mock="74a29c6e6c2cbb8ccee94db061c1604ff33fd188" | 33 | SRCREV_mock = "a9c44d91ce00ef09603d3822452a4f9c8fefd278" |
34 | SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/mock" | 34 | SRC_URI += "git://github.com/uber/mock;name=mock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/mock" |
35 | 35 | ||
36 | # golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 | 36 | # golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f |
37 | # [1] git ls-remote https://go.googlesource.com/exp db7319d0e0e361ccef5c449b760df8e5f2d5087c | 37 | # [1] git ls-remote https://go.googlesource.com/exp 2d47ceb2692f22136c9ff680c192d3d19c5dd9e2 |
38 | SRCREV_exp="db7319d0e0e361ccef5c449b760df8e5f2d5087c" | 38 | SRCREV_exp = "2d47ceb2692f22136c9ff680c192d3d19c5dd9e2" |
39 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/exp" | 39 | SRC_URI += "git://go.googlesource.com/exp;name=exp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/exp" |
40 | 40 | ||
41 | # golang.org/x/sys v0.16.0 | 41 | # golang.org/x/sys v0.30.0 |
42 | # [1] git ls-remote https://go.googlesource.com/sys 0829ab15b6946f47c40012db2e0c04772730317d | 42 | # [1] git ls-remote https://github.com/golang/sys 863b3c4ac4975ff758815fa8d01acb6771f37177 |
43 | SRCREV_sys="0829ab15b6946f47c40012db2e0c04772730317d" | 43 | SRCREV_sys = "863b3c4ac4975ff758815fa8d01acb6771f37177" |
44 | SRC_URI += "git://go.googlesource.com/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" | 44 | SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sys" |
45 | 45 | ||
46 | # gopkg.in/yaml.v3 v3.0.1 | 46 | # gopkg.in/yaml.v3 v3.0.1 |
47 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 | 47 | # [1] git ls-remote https://github.com/go-yaml/yaml f6f7691b1fdeb513f56608cd2c32c51f8194bf51 |
48 | SRCREV_yaml.v3="f6f7691b1fdeb513f56608cd2c32c51f8194bf51" | 48 | SRCREV_yaml.v3 = "f6f7691b1fdeb513f56608cd2c32c51f8194bf51" |
49 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v3" | 49 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v3" |
50 | 50 | ||
51 | # golang.org/x/mod v0.14.0 | 51 | # golang.org/x/net v0.33.0 |
52 | # [1] git ls-remote https://go.googlesource.com/mod 6e58e47c7bd6672665dc35cce7b1f325d2addd67 | 52 | # [1] git ls-remote https://go.googlesource.com/net dfc720dfe0cfc125116068c20efcdcb5e4eab464 |
53 | SRCREV_mod="6e58e47c7bd6672665dc35cce7b1f325d2addd67" | 53 | SRCREV_net = "dfc720dfe0cfc125116068c20efcdcb5e4eab464" |
54 | SRC_URI += "git://go.googlesource.com/mod;name=mod;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/mod" | 54 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/net" |
55 | |||
56 | # golang.org/x/net v0.20.0 | ||
57 | # [1] git ls-remote https://go.googlesource.com/net cb5b10f0bbc51089bf49030ce3bd43bbfee08c23 | ||
58 | SRCREV_net="cb5b10f0bbc51089bf49030ce3bd43bbfee08c23" | ||
59 | SRC_URI += "git://go.googlesource.com/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" | ||
60 | 55 | ||
61 | # gopkg.in/yaml.v2 v2.4.0 | 56 | # gopkg.in/yaml.v2 v2.4.0 |
62 | # [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c | 57 | # [1] git ls-remote https://github.com/go-yaml/yaml 7649d4548cb53a614db133b2a8ac1f31859dda8c |
63 | SRCREV_yaml.v2="7649d4548cb53a614db133b2a8ac1f31859dda8c" | 58 | SRCREV_yaml.v2 = "7649d4548cb53a614db133b2a8ac1f31859dda8c" |
64 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/yaml.v2" | 59 | SRC_URI += "git://github.com/go-yaml/yaml;name=yaml.v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/yaml.v2" |
65 | |||
66 | # k8s.io/apiserver v0.29.2 | ||
67 | # [1] git ls-remote https://github.com/kubernetes/apiserver 4c39f36a732cfb11f3fc75110c7301336b6b64e3 | ||
68 | SRCREV_apiserver="4c39f36a732cfb11f3fc75110c7301336b6b64e3" | ||
69 | SRC_URI += "git://github.com/kubernetes/apiserver;name=apiserver;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apiserver" | ||
70 | 60 | ||
71 | # k8s.io/client-go v0.29.2 | 61 | # k8s.io/client-go v0.31.2 |
72 | # [1] git ls-remote https://github.com/kubernetes/client-go 62c5e9e7b4bd09d2b43dcad1464376322398e994 | 62 | # [1] git ls-remote https://github.com/kubernetes/client-go 270e5ab1714527c455865953da8ceba2810dbb50 |
73 | SRCREV_client-go="62c5e9e7b4bd09d2b43dcad1464376322398e994" | 63 | SRCREV_client-go = "270e5ab1714527c455865953da8ceba2810dbb50" |
74 | SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/client-go" | 64 | SRC_URI += "git://github.com/kubernetes/client-go;name=client-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/client-go" |
75 | 65 | ||
76 | # sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd | 66 | # sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd |
77 | # [1] git ls-remote https://github.com/kubernetes-sigs/json bc3834ca7abd3a90f03ef00a27ad80cb892f9c21 | 67 | # [1] git ls-remote https://github.com/kubernetes-sigs/json bc3834ca7abd3a90f03ef00a27ad80cb892f9c21 |
78 | SRCREV_json="bc3834ca7abd3a90f03ef00a27ad80cb892f9c21" | 68 | SRCREV_json = "bc3834ca7abd3a90f03ef00a27ad80cb892f9c21" |
79 | SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/json" | 69 | SRC_URI += "git://github.com/kubernetes-sigs/json;name=json;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/json" |
80 | 70 | ||
81 | # sigs.k8s.io/yaml v1.3.0 | 71 | # sigs.k8s.io/yaml v1.4.0 |
82 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml 9535b3b1e2893fe44efb37c5c9f5665e245d786a | 72 | # [1] git ls-remote https://github.com/kubernetes-sigs/yaml c3772b51db126345efe2dfe4ff8dac83b8141684 |
83 | SRCREV_yaml="9535b3b1e2893fe44efb37c5c9f5665e245d786a" | 73 | SRCREV_yaml = "c3772b51db126345efe2dfe4ff8dac83b8141684" |
84 | SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml" | 74 | SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/yaml" |
85 | 75 | ||
86 | # golang.org/x/sync v0.6.0 | 76 | # golang.org/x/sync v0.11.0 |
87 | # [1] git ls-remote https://go.googlesource.com/sync 59c1ca1e4661ed4452be4069ceea3c233f4deec1 | 77 | # [1] git ls-remote https://go.googlesource.com/sync fe3591bd8a96873abc98bb9d2d5c62f27efca3e9 |
88 | SRCREV_sync="59c1ca1e4661ed4452be4069ceea3c233f4deec1" | 78 | SRCREV_sync = "fe3591bd8a96873abc98bb9d2d5c62f27efca3e9" |
89 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sync" | 79 | SRC_URI += "git://go.googlesource.com/sync;name=sync;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/sync" |
90 | 80 | ||
91 | # golang.org/x/term v0.16.0 | 81 | # golang.org/x/term v0.27.0 |
92 | # [1] git ls-remote https://go.googlesource.com/term ae941452f58ff9bf62f7e9dca3ea6ae3d214a68b | 82 | # [1] git ls-remote https://go.googlesource.com/term 442846aa8d80ebae61e0c2c58e041b92b9b33dc4 |
93 | SRCREV_x-term="ae941452f58ff9bf62f7e9dca3ea6ae3d214a68b" | 83 | SRCREV_x-term = "442846aa8d80ebae61e0c2c58e041b92b9b33dc4" |
94 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" | 84 | SRC_URI += "git://go.googlesource.com/term;name=x-term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/term" |
95 | 85 | ||
96 | # golang.org/x/text v0.14.0 | 86 | # golang.org/x/text v0.21.0 |
97 | # [1] git ls-remote https://go.googlesource.com/text 6c97a165dd661335ff7bce6104a008558123c353 | 87 | # [1] git ls-remote https://go.googlesource.com/text d42948e5579eb996bedb7df76c7ad57fae4e83c7 |
98 | SRCREV_text="6c97a165dd661335ff7bce6104a008558123c353" | 88 | SRCREV_text = "d42948e5579eb996bedb7df76c7ad57fae4e83c7" |
99 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" | 89 | SRC_URI += "git://go.googlesource.com/text;name=text;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/text" |
100 | 90 | ||
101 | # golang.org/x/time v0.3.0 | 91 | # golang.org/x/time v0.6.0 |
102 | # [1] git ls-remote https://go.googlesource.com/time 2c09566ef13fb5556401ddff3c53c3dbc2a42dac | 92 | # [1] git ls-remote https://go.googlesource.com/time 5d9ef583af632a0fcf95276fb38326f695c4fd5f |
103 | SRCREV_time="2c09566ef13fb5556401ddff3c53c3dbc2a42dac" | 93 | SRCREV_time = "5d9ef583af632a0fcf95276fb38326f695c4fd5f" |
104 | SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time" | 94 | SRC_URI += "git://go.googlesource.com/time;name=time;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/time" |
105 | 95 | ||
106 | # go.uber.org/goleak v1.3.0 | 96 | # go.uber.org/goleak v1.3.0 |
107 | # [1] git ls-remote https://github.com/uber-go/goleak 31095c657c34bba405a8d480db27989aa5f60b9c | 97 | # [1] git ls-remote https://github.com/uber-go/goleak 31095c657c34bba405a8d480db27989aa5f60b9c |
108 | SRCREV_goleak="31095c657c34bba405a8d480db27989aa5f60b9c" | 98 | SRCREV_goleak = "31095c657c34bba405a8d480db27989aa5f60b9c" |
109 | SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/goleak" | 99 | SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.uber.org/goleak" |
110 | 100 | ||
111 | # golang.org/x/tools v0.17.0 | 101 | # golang.org/x/crypto v0.31.0 |
112 | # [1] git ls-remote https://go.googlesource.com/tools 0b1f1d4bc227cc2e610854f23e14696becb9e46c | 102 | # [1] git ls-remote https://go.googlesource.com/crypto b4f1988a35dee11ec3e05d6bf3e90b695fbd8909 |
113 | SRCREV_tools="0b1f1d4bc227cc2e610854f23e14696becb9e46c" | 103 | SRCREV_crypto = "b4f1988a35dee11ec3e05d6bf3e90b695fbd8909" |
114 | SRC_URI += "git://go.googlesource.com/tools;name=tools;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/tools" | 104 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/crypto" |
115 | 105 | ||
116 | # golang.org/x/crypto v0.18.0 | 106 | # golang.org/x/oauth2 v0.24.0 |
117 | # [1] git ls-remote https://go.googlesource.com/crypto dbb6ec16ecef7a66638d8514be54b13660551b0a | 107 | # [1] git ls-remote https://go.googlesource.com/oauth2 22134a41033e44c2cd074106770ab5b7ca910d15 |
118 | SRCREV_crypto="dbb6ec16ecef7a66638d8514be54b13660551b0a" | 108 | SRCREV_oauth2 = "22134a41033e44c2cd074106770ab5b7ca910d15" |
119 | SRC_URI += "git://go.googlesource.com/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" | 109 | SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/golang.org/x/oauth2" |
120 | 110 | ||
121 | # golang.org/x/oauth2 v0.11.0 | 111 | # k8s.io/apimachinery v0.31.2 |
122 | # [1] git ls-remote https://go.googlesource.com/oauth2 2e4a4e2bfb69ca7609cb423438c55caa131431c1 | 112 | # [1] git ls-remote https://github.com/kubernetes/apimachinery a8f449e276fe566efddb149992049c78f0088492 |
123 | SRCREV_oauth2="2e4a4e2bfb69ca7609cb423438c55caa131431c1" | 113 | SRCREV_apimachinery = "a8f449e276fe566efddb149992049c78f0088492" |
124 | SRC_URI += "git://go.googlesource.com/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2" | 114 | SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/apimachinery" |
125 | 115 | ||
126 | # k8s.io/apimachinery v0.29.2 | 116 | # k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 |
127 | # [1] git ls-remote https://github.com/kubernetes/apimachinery dc7e034c86479d49be4b0eefad307621e10caa0e | 117 | # [1] git ls-remote https://github.com/kubernetes/kube-openapi 70dd3763d340b13ccc008be05cb1f59ff245dbfd |
128 | SRCREV_apimachinery="dc7e034c86479d49be4b0eefad307621e10caa0e" | 118 | SRCREV_kube-openapi = "70dd3763d340b13ccc008be05cb1f59ff245dbfd" |
129 | SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apimachinery" | 119 | SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/k8s.io/kube-openapi" |
130 | 120 | ||
131 | # k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 | 121 | # github.com/moby/term v0.5.2 |
132 | # [1] git ls-remote https://github.com/kubernetes/kube-openapi 2dd684a91f00351087fe2f4ed5408d4d2f3775ab | 122 | # [1] git ls-remote https://github.com/moby/term 6c1b69fecbac2753dcaf18718a7e9f9093c3760d |
133 | SRCREV_kube-openapi="2dd684a91f00351087fe2f4ed5408d4d2f3775ab" | 123 | SRCREV_term = "6c1b69fecbac2753dcaf18718a7e9f9093c3760d" |
134 | SRC_URI += "git://github.com/kubernetes/kube-openapi;name=kube-openapi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/kube-openapi" | 124 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/term" |
135 | |||
136 | # github.com/moby/term v0.5.0 | ||
137 | # [1] git ls-remote https://github.com/moby/term 9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9 | ||
138 | SRCREV_term="9c3c875fad924eb6c9dd32a361b5fc0a49a4feb9" | ||
139 | SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term" | ||
140 | 125 | ||
141 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c | 126 | # github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c |
142 | # [1] git ls-remote https://github.com/docker/go d30aec9fd63c35133f8f79c3412ad91a3b08be06 | 127 | # [1] git ls-remote https://github.com/docker/go d30aec9fd63c35133f8f79c3412ad91a3b08be06 |
143 | SRCREV_go="d30aec9fd63c35133f8f79c3412ad91a3b08be06" | 128 | SRCREV_go = "d30aec9fd63c35133f8f79c3412ad91a3b08be06" |
144 | SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go" | 129 | SRC_URI += "git://github.com/docker/go;name=go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go" |
145 | 130 | ||
146 | # github.com/docker/cli v26.0.0+incompatible | 131 | # github.com/docker/cli v28.0.1+incompatible |
147 | # [1] git ls-remote https://github.com/docker/cli 2ae903e86cab51f694c819721cdfdf5eec693720 | 132 | # [1] git ls-remote https://github.com/docker/cli 068a01ea9470df6494cc92d9e64e240805ae47a7 |
148 | SRCREV_cli="2ae903e86cab51f694c819721cdfdf5eec693720" | 133 | SRCREV_cli = "068a01ea9470df6494cc92d9e64e240805ae47a7" |
149 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" | 134 | SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli" |
150 | 135 | ||
151 | # github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc | 136 | # github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc |
152 | # [1] git ls-remote https://github.com/r3labs/sse 26fe804710bc39ea7ea6636d36f27c438bd2c06f | 137 | # [1] git ls-remote https://github.com/r3labs/sse 26fe804710bc39ea7ea6636d36f27c438bd2c06f |
153 | SRCREV_sse="26fe804710bc39ea7ea6636d36f27c438bd2c06f" | 138 | SRCREV_sse = "26fe804710bc39ea7ea6636d36f27c438bd2c06f" |
154 | SRC_URI += "git://github.com/r3labs/sse;name=sse;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/r3labs/sse" | 139 | SRC_URI += "git://github.com/r3labs/sse;name=sse;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/r3labs/sse" |
155 | 140 | ||
156 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b | 141 | # github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b |
157 | # [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992 | 142 | # [1] git ls-remote https://github.com/mgutz/ansi 9520e82c474b0a04dd04f8a40959027271bab992 |
158 | SRCREV_ansi="9520e82c474b0a04dd04f8a40959027271bab992" | 143 | SRCREV_ansi = "9520e82c474b0a04dd04f8a40959027271bab992" |
159 | SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mgutz/ansi" | 144 | SRC_URI += "git://github.com/mgutz/ansi;name=ansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mgutz/ansi" |
160 | 145 | ||
161 | # github.com/pkg/errors v0.9.1 | 146 | # github.com/pkg/errors v0.9.1 |
162 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 | 147 | # [1] git ls-remote https://github.com/pkg/errors 614d223910a179a466c1767a985424175c39b465 |
163 | SRCREV_errors="614d223910a179a466c1767a985424175c39b465" | 148 | SRCREV_errors = "614d223910a179a466c1767a985424175c39b465" |
164 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pkg/errors" | 149 | SRC_URI += "git://github.com/pkg/errors;name=errors;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pkg/errors" |
165 | 150 | ||
166 | # github.com/spf13/cobra v1.8.0 | 151 | # github.com/spf13/cobra v1.9.1 |
167 | # [1] git ls-remote https://github.com/spf13/cobra a0a6ae020bb3899ff0276067863e50523f897370 | 152 | # [1] git ls-remote https://github.com/spf13/cobra 40b5bc1437a564fc795d388b23835e84f54cd1d1 |
168 | SRCREV_cobra="a0a6ae020bb3899ff0276067863e50523f897370" | 153 | SRCREV_cobra = "40b5bc1437a564fc795d388b23835e84f54cd1d1" |
169 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cobra" | 154 | SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/cobra" |
170 | 155 | ||
171 | # github.com/spf13/pflag v1.0.5 | 156 | # github.com/spf13/pflag v1.0.6 |
172 | # [1] git ls-remote https://github.com/spf13/pflag 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab | 157 | # [1] git ls-remote https://github.com/spf13/pflag 5ca813443bd2a4d9f46a253ea0407d23b3790713 |
173 | SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" | 158 | SRCREV_pflag = "5ca813443bd2a4d9f46a253ea0407d23b3790713" |
174 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" | 159 | SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/spf13/pflag" |
175 | 160 | ||
176 | # google.golang.org/grpc v1.59.0 | 161 | # google.golang.org/grpc v1.70.0 |
177 | # [1] git ls-remote https://github.com/grpc/grpc-go 7765221f4bf6104973db7946d56936cf838cad46 | 162 | # [1] git ls-remote https://github.com/grpc/grpc-go 98a0092952dd4d8443229c3a335ec592d9c40c9b |
178 | SRCREV_grpc="7765221f4bf6104973db7946d56936cf838cad46" | 163 | SRCREV_grpc = "98a0092952dd4d8443229c3a335ec592d9c40c9b" |
179 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/grpc" | 164 | SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/grpc" |
180 | 165 | ||
181 | # github.com/gofrs/flock v0.8.1 | 166 | # github.com/gofrs/flock v0.12.1 |
182 | # [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3 | 167 | # [1] git ls-remote https://github.com/gofrs/flock 9de625d921bf362f81e0760056fdff11c8542435 |
183 | SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3" | 168 | SRCREV_flock = "9de625d921bf362f81e0760056fdff11c8542435" |
184 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock" | 169 | SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gofrs/flock" |
185 | 170 | ||
186 | # github.com/google/uuid v1.6.0 | 171 | # github.com/google/uuid v1.6.0 |
187 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc | 172 | # [1] git ls-remote https://github.com/google/uuid 0f11ee6918f41a04c201eceeadf612a377bc7fbc |
188 | SRCREV_uuid="0f11ee6918f41a04c201eceeadf612a377bc7fbc" | 173 | SRCREV_uuid = "0f11ee6918f41a04c201eceeadf612a377bc7fbc" |
189 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/uuid" | 174 | SRC_URI += "git://github.com/google/uuid;name=uuid;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/uuid" |
190 | 175 | ||
191 | # github.com/gorilla/mux v1.8.1 | 176 | # github.com/gorilla/mux v1.8.1 |
192 | # [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 | 177 | # [1] git ls-remote https://github.com/gorilla/mux b4617d0b9670ad14039b2739167fd35a60f557c5 |
193 | SRCREV_mux="b4617d0b9670ad14039b2739167fd35a60f557c5" | 178 | SRCREV_mux = "b4617d0b9670ad14039b2739167fd35a60f557c5" |
194 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/mux" | 179 | SRC_URI += "git://github.com/gorilla/mux;name=mux;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/mux" |
195 | 180 | ||
196 | # github.com/moby/locker v1.0.1 | 181 | # github.com/moby/locker v1.0.1 |
197 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe | 182 | # [1] git ls-remote https://github.com/moby/locker 281af2d563954745bea9d1487c965f24d30742fe |
198 | SRCREV_locker="281af2d563954745bea9d1487c965f24d30742fe" | 183 | SRCREV_locker = "281af2d563954745bea9d1487c965f24d30742fe" |
199 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/locker" | 184 | SRC_URI += "git://github.com/moby/locker;name=locker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/locker" |
200 | 185 | ||
201 | # github.com/rivo/uniseg v0.2.0 | 186 | # github.com/rivo/uniseg v0.2.0 |
202 | # [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d | 187 | # [1] git ls-remote https://github.com/rivo/uniseg 75711fccf6a3e85bc74c241e2dddd06a9bc9e53d |
203 | SRCREV_uniseg="75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" | 188 | SRCREV_uniseg = "75711fccf6a3e85bc74c241e2dddd06a9bc9e53d" |
204 | SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/rivo/uniseg" | 189 | SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/rivo/uniseg" |
205 | 190 | ||
206 | # github.com/buger/goterm v1.0.4 | 191 | # github.com/buger/goterm v1.0.4 |
207 | # [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31 | 192 | # [1] git ls-remote https://github.com/buger/goterm a73545aae7d693f786ce4cc687460efca4845f31 |
208 | SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31" | 193 | SRCREV_goterm = "a73545aae7d693f786ce4cc687460efca4845f31" |
209 | SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/goterm" | 194 | SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/buger/goterm" |
210 | 195 | ||
211 | # github.com/morikuni/aec v1.0.0 | 196 | # github.com/morikuni/aec v1.0.0 |
212 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b | 197 | # [1] git ls-remote https://github.com/morikuni/aec 39771216ff4c63d11f5e604076f9c45e8be1067b |
213 | SRCREV_aec="39771216ff4c63d11f5e604076f9c45e8be1067b" | 198 | SRCREV_aec = "39771216ff4c63d11f5e604076f9c45e8be1067b" |
214 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/morikuni/aec" | 199 | SRC_URI += "git://github.com/morikuni/aec;name=aec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/morikuni/aec" |
215 | 200 | ||
216 | # github.com/otiai10/copy v1.14.0 | 201 | # github.com/otiai10/copy v1.14.1 |
217 | # [1] git ls-remote https://github.com/otiai10/copy fba066acb0eb6e25d510073787741c0a8b31bf1e | 202 | # [1] git ls-remote https://github.com/otiai10/copy 5ef5923d6ff098ea7a51792c1ec963d04fad9794 |
218 | SRCREV_copy="fba066acb0eb6e25d510073787741c0a8b31bf1e" | 203 | SRCREV_copy = "5ef5923d6ff098ea7a51792c1ec963d04fad9794" |
219 | SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/otiai10/copy" | 204 | SRC_URI += "git://github.com/otiai10/copy;name=copy;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/copy" |
220 | 205 | ||
221 | # github.com/beorn7/perks v1.0.1 | 206 | # github.com/beorn7/perks v1.0.1 |
222 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 | 207 | # [1] git ls-remote https://github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 |
223 | SRCREV_perks="37c8de3658fcb183f997c4e13e8337516ab753e6" | 208 | SRCREV_perks = "37c8de3658fcb183f997c4e13e8337516ab753e6" |
224 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/beorn7/perks" | 209 | SRC_URI += "git://github.com/beorn7/perks;name=perks;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/beorn7/perks" |
225 | 210 | ||
226 | # github.com/go-logr/logr v1.3.0 | 211 | # github.com/go-logr/logr v1.4.2 |
227 | # [1] git ls-remote https://github.com/go-logr/logr 8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f | 212 | # [1] git ls-remote https://github.com/go-logr/logr 1205f429d540b8b81c2b75a38943afb738dac223 |
228 | SRCREV_logr="8adefbede0fe82bdee4fb8c9c9bdc7bc5d91388f" | 213 | SRCREV_logr = "1205f429d540b8b81c2b75a38943afb738dac223" |
229 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/logr" | 214 | SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/logr" |
230 | 215 | ||
231 | # github.com/go-logr/stdr v1.2.2 | 216 | # github.com/go-logr/stdr v1.2.2 |
232 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 | 217 | # [1] git ls-remote https://github.com/go-logr/stdr 521af2addfa7c81c8a65d0e85ed34bb6bb6dc262 |
233 | SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" | 218 | SRCREV_stdr = "521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" |
234 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-logr/stdr" | 219 | SRC_URI += "git://github.com/go-logr/stdr;name=stdr;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-logr/stdr" |
235 | 220 | ||
236 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | 221 | # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 |
237 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d | 222 | # [1] git ls-remote https://github.com/google/shlex e7afc7fbc51079733e9468cdfd1efcd7d196cd1d |
238 | SRCREV_shlex="e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" | 223 | SRCREV_shlex = "e7afc7fbc51079733e9468cdfd1efcd7d196cd1d" |
239 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/shlex" | 224 | SRC_URI += "git://github.com/google/shlex;name=shlex;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/shlex" |
240 | 225 | ||
241 | # github.com/miekg/pkcs11 v1.1.1 | 226 | # github.com/miekg/pkcs11 v1.1.1 |
242 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d | 227 | # [1] git ls-remote https://github.com/miekg/pkcs11 f3481918a208bd212aa995a41f92d786eb418a7d |
243 | SRCREV_pkcs11="f3481918a208bd212aa995a41f92d786eb418a7d" | 228 | SRCREV_pkcs11 = "f3481918a208bd212aa995a41f92d786eb418a7d" |
244 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/miekg/pkcs11" | 229 | SRC_URI += "git://github.com/miekg/pkcs11;name=pkcs11;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/miekg/pkcs11" |
245 | 230 | ||
246 | # github.com/docker/buildx v0.13.1 | 231 | # github.com/otiai10/mint v1.6.3 |
247 | # [1] git ls-remote https://github.com/docker/buildx 788433953af10f2a698f5c07611dddce2e08c7a0 | 232 | # [1] git ls-remote https://github.com/otiai10/mint 6dcf2e3a67310fd0fbd970199f187f5c575756c9 |
248 | SRCREV_buildx="788433953af10f2a698f5c07611dddce2e08c7a0" | 233 | SRCREV_mint = "6dcf2e3a67310fd0fbd970199f187f5c575756c9" |
249 | SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/buildx" | 234 | SRC_URI += "git://github.com/otiai10/mint;name=mint;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/otiai10/mint" |
250 | 235 | ||
251 | # github.com/docker/docker v26.0.0+incompatible | 236 | # github.com/x448/float16 v0.8.4 |
252 | # [1] git ls-remote https://github.com/moby/moby 8b79278316b532d396048bc8c2fa015a85d53a53 | 237 | # [1] git ls-remote https://github.com/x448/float16 cb9afec31f2649663ebb64da5c6c32c3d365c3ca |
253 | SRCREV_docker="8b79278316b532d396048bc8c2fa015a85d53a53" | 238 | SRCREV_float16 = "cb9afec31f2649663ebb64da5c6c32c3d365c3ca" |
254 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" | 239 | SRC_URI += "git://github.com/x448/float16;name=float16;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/x448/float16" |
255 | 240 | ||
256 | # github.com/google/go-cmp v0.6.0 | 241 | # github.com/docker/buildx v0.21.2 |
257 | # [1] git ls-remote https://github.com/google/go-cmp c3ad8435e7bef96af35732bc0789e5a2278c6d5f | 242 | # [1] git ls-remote https://github.com/docker/buildx 1360a9e8d25a2c3d03c2776d53ae62e6ff0a843d |
258 | SRCREV_go-cmp="c3ad8435e7bef96af35732bc0789e5a2278c6d5f" | 243 | SRCREV_buildx = "1360a9e8d25a2c3d03c2776d53ae62e6ff0a843d" |
259 | SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/go-cmp" | 244 | SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/buildx" |
260 | 245 | ||
261 | # github.com/moby/buildkit v0.13.1 | 246 | # github.com/docker/docker v28.0.1+incompatible |
262 | # [1] git ls-remote https://github.com/moby/buildkit 2ae42e0c0c793d7d66b7a23424af6fd6c2f9c8f3 | 247 | # [1] git ls-remote https://github.com/moby/moby bbd0a17ccc67e48d4a69393287b7fcc4f0578683 |
263 | SRCREV_buildkit="2ae42e0c0c793d7d66b7a23424af6fd6c2f9c8f3" | 248 | SRCREV_docker = "bbd0a17ccc67e48d4a69393287b7fcc4f0578683" |
264 | SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/buildkit" | 249 | SRC_URI += "git://github.com/moby/moby;name=docker;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker" |
265 | 250 | ||
266 | # go.opentelemetry.io/otel v1.21.0 | 251 | # github.com/google/go-cmp v0.7.0 |
267 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 252 | # [1] git ls-remote https://github.com/google/go-cmp 9b12f366a942ebc7254abc7f32ca05068b455fb7 |
268 | SRCREV_otel="98b32a6c3a87fbee5d34c063b9096f416b250897" | 253 | SRCREV_go-cmp = "9b12f366a942ebc7254abc7f32ca05068b455fb7" |
269 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel" | 254 | SRC_URI += "git://github.com/google/go-cmp;name=go-cmp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/go-cmp" |
270 | 255 | ||
271 | # github.com/aws/smithy-go v1.19.0 | 256 | # github.com/moby/buildkit v0.20.0 |
272 | # [1] git ls-remote https://github.com/aws/smithy-go f982aed889669e4bc6f1cd03f56697f1b27964a4 | 257 | # [1] git ls-remote https://github.com/moby/buildkit 121ecd5b9083b8eef32183cd404dd13e15b4a3df |
273 | SRCREV_smithy-go="f982aed889669e4bc6f1cd03f56697f1b27964a4" | 258 | SRCREV_buildkit = "121ecd5b9083b8eef32183cd404dd13e15b4a3df" |
274 | SRC_URI += "git://github.com/aws/smithy-go;name=smithy-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/smithy-go" | 259 | SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/buildkit" |
260 | |||
261 | # go.opentelemetry.io/otel v1.32.0 | ||
262 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f | ||
263 | SRCREV_otel = "7cfbd86a605c85e598eca9a899f6176b17076f4f" | ||
264 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otel;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel" | ||
265 | |||
266 | # github.com/aws/smithy-go v1.20.3 | ||
267 | # [1] git ls-remote https://github.com/aws/smithy-go 07bbd001753f9633a614f6c0949d3d73142433d0 | ||
268 | SRCREV_smithy-go = "07bbd001753f9633a614f6c0949d3d73142433d0" | ||
269 | SRC_URI += "git://github.com/aws/smithy-go;name=smithy-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/smithy-go" | ||
275 | 270 | ||
276 | # github.com/gogo/protobuf v1.3.2 | 271 | # github.com/gogo/protobuf v1.3.2 |
277 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc | 272 | # [1] git ls-remote https://github.com/gogo/protobuf b03c65ea87cdc3521ede29f62fe3ce239267c1bc |
278 | SRCREV_protobuf="b03c65ea87cdc3521ede29f62fe3ce239267c1bc" | 273 | SRCREV_protobuf = "b03c65ea87cdc3521ede29f62fe3ce239267c1bc" |
279 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/protobuf" | 274 | SRC_URI += "git://github.com/gogo/protobuf;name=protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gogo/protobuf" |
280 | 275 | ||
281 | # github.com/google/gofuzz v1.2.0 | 276 | # github.com/google/gofuzz v1.2.0 |
282 | # [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 | 277 | # [1] git ls-remote https://github.com/google/gofuzz 379e164120fbc98885a8f494b5aa41ba94f64c56 |
283 | SRCREV_gofuzz="379e164120fbc98885a8f494b5aa41ba94f64c56" | 278 | SRCREV_gofuzz = "379e164120fbc98885a8f494b5aa41ba94f64c56" |
284 | SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gofuzz" | 279 | SRC_URI += "git://github.com/google/gofuzz;name=gofuzz;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gofuzz" |
285 | 280 | ||
286 | # github.com/imdario/mergo v0.3.16 | 281 | # github.com/imdario/mergo v0.3.16 |
287 | # [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9 | 282 | # [1] git ls-remote https://github.com/darccio/mergo 14fe2b165b83359196f820886a2b24f2771729e9 |
288 | SRCREV_imdario-mergo="14fe2b165b83359196f820886a2b24f2771729e9" | 283 | SRCREV_imdario-mergo = "14fe2b165b83359196f820886a2b24f2771729e9" |
289 | SRC_URI += "git://github.com/darccio/mergo;name=imdario-mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo" | 284 | SRC_URI += "git://github.com/darccio/mergo;name=imdario-mergo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/imdario/mergo" |
290 | 285 | ||
291 | # github.com/moby/sys/user v0.1.0 | 286 | # github.com/moby/sys/user v0.3.0 |
292 | # [1] git ls-remote https://github.com/moby/sys c0711cde08c8fa33857a2c28721659267f49b5e2 | 287 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 |
293 | SRCREV_user="c0711cde08c8fa33857a2c28721659267f49b5e2" | 288 | SRCREV_user = "54475191138bd297c627eb1a59e1e54b953957f1" |
294 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/user" | 289 | SRC_URI += "git://github.com/moby/sys;name=user;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/user" |
295 | 290 | ||
296 | # github.com/containerd/log v0.1.0 | 291 | # github.com/containerd/log v0.1.0 |
297 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 | 292 | # [1] git ls-remote https://github.com/containerd/log 0fc1e28871fdf2786e2cc51bbe4133db6547a199 |
298 | SRCREV_log="0fc1e28871fdf2786e2cc51bbe4133db6547a199" | 293 | SRCREV_log = "0fc1e28871fdf2786e2cc51bbe4133db6547a199" |
299 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/log" | 294 | SRC_URI += "git://github.com/containerd/log;name=log;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/log" |
295 | |||
296 | # github.com/zclconf/go-cty v1.16.0 | ||
297 | # [1] git ls-remote https://github.com/zclconf/go-cty 6e06defc5f817971ab942989ad06752e13446c9c | ||
298 | SRCREV_go-cty = "6e06defc5f817971ab942989ad06752e13446c9c" | ||
299 | SRC_URI += "git://github.com/zclconf/go-cty;name=go-cty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/zclconf/go-cty" | ||
300 | 300 | ||
301 | # github.com/davecgh/go-spew v1.1.1 | 301 | # github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc |
302 | # [1] git ls-remote https://github.com/davecgh/go-spew 8991bc29aa16c548c550c7ff78260e27b9ab7c73 | 302 | # [1] git ls-remote https://github.com/davecgh/go-spew d8f796af33cc11cb798c1aaeb27a4ebc5099927d |
303 | SRCREV_go-spew="8991bc29aa16c548c550c7ff78260e27b9ab7c73" | 303 | SRCREV_go-spew = "d8f796af33cc11cb798c1aaeb27a4ebc5099927d" |
304 | SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/davecgh/go-spew" | 304 | SRC_URI += "git://github.com/davecgh/go-spew;name=go-spew;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/davecgh/go-spew" |
305 | 305 | ||
306 | # github.com/docker/go-units v0.5.0 | 306 | # github.com/docker/go-units v0.5.0 |
307 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f | 307 | # [1] git ls-remote https://github.com/docker/go-units e682442797b36348f8e1f98defdbf32bac0b6c6f |
308 | SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" | 308 | SRCREV_go-units = "e682442797b36348f8e1f98defdbf32bac0b6c6f" |
309 | SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-units" | 309 | SRC_URI += "git://github.com/docker/go-units;name=go-units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-units" |
310 | 310 | ||
311 | # github.com/mitchellh/go-ps v1.0.0 | 311 | # github.com/mitchellh/go-ps v1.0.0 |
312 | # [1] git ls-remote https://github.com/mitchellh/go-ps 147ff83818ae939913b2e20b91ae3cd6c391771c | 312 | # [1] git ls-remote https://github.com/mitchellh/go-ps 147ff83818ae939913b2e20b91ae3cd6c391771c |
313 | SRCREV_go-ps="147ff83818ae939913b2e20b91ae3cd6c391771c" | 313 | SRCREV_go-ps = "147ff83818ae939913b2e20b91ae3cd6c391771c" |
314 | SRC_URI += "git://github.com/mitchellh/go-ps;name=go-ps;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/go-ps" | 314 | SRC_URI += "git://github.com/mitchellh/go-ps;name=go-ps;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/go-ps" |
315 | 315 | ||
316 | # github.com/sirupsen/logrus v1.9.3 | 316 | # github.com/sirupsen/logrus v1.9.3 |
317 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd | 317 | # [1] git ls-remote https://github.com/sirupsen/logrus d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd |
318 | SRCREV_logrus="d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" | 318 | SRCREV_logrus = "d40e25cd45ed9c6b2b66e6b97573a0413e4c23bd" |
319 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/sirupsen/logrus" | 319 | SRC_URI += "git://github.com/sirupsen/logrus;name=logrus;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/sirupsen/logrus" |
320 | 320 | ||
321 | # github.com/go-openapi/swag v0.22.3 | 321 | # github.com/go-openapi/swag v0.22.4 |
322 | # [1] git ls-remote https://github.com/go-openapi/swag 0579829e66fde26b27d401921afb73704c4d463d | 322 | # [1] git ls-remote https://github.com/go-openapi/swag f28dd7aae5534e2e3681204c90019f1dda8a7393 |
323 | SRCREV_swag="0579829e66fde26b27d401921afb73704c4d463d" | 323 | SRCREV_swag = "f28dd7aae5534e2e3681204c90019f1dda8a7393" |
324 | SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/swag" | 324 | SRC_URI += "git://github.com/go-openapi/swag;name=swag;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/swag" |
325 | 325 | ||
326 | # github.com/gogo/googleapis v1.4.1 | 326 | # github.com/golang/protobuf v1.5.4 |
327 | # [1] git ls-remote https://github.com/gogo/googleapis 1f0e43f50bc0606e385ffae1bc80b5b231dcd042 | 327 | # [1] git ls-remote https://github.com/golang/protobuf 75de7c059e36b64f01d0dd234ff2fff404ec3374 |
328 | SRCREV_googleapis="1f0e43f50bc0606e385ffae1bc80b5b231dcd042" | 328 | SRCREV_golang-protobuf = "75de7c059e36b64f01d0dd234ff2fff404ec3374" |
329 | SRC_URI += "git://github.com/gogo/googleapis;name=googleapis;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gogo/googleapis" | 329 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/golang/protobuf" |
330 | |||
331 | # github.com/golang/protobuf v1.5.3 | ||
332 | # [1] git ls-remote https://github.com/golang/protobuf 5d5e8c018a13017f9d5b8bf4fad64aaa42a87308 | ||
333 | SRCREV_golang-protobuf="5d5e8c018a13017f9d5b8bf4fad64aaa42a87308" | ||
334 | SRC_URI += "git://github.com/golang/protobuf;name=golang-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/protobuf" | ||
335 | 330 | ||
336 | # github.com/mailru/easyjson v0.7.7 | 331 | # github.com/mailru/easyjson v0.7.7 |
337 | # [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc | 332 | # [1] git ls-remote https://github.com/mailru/easyjson c120ca7ced6051261161ce15e8f1542a4b2567fc |
338 | SRCREV_easyjson="c120ca7ced6051261161ce15e8f1542a4b2567fc" | 333 | SRCREV_easyjson = "c120ca7ced6051261161ce15e8f1542a4b2567fc" |
339 | SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mailru/easyjson" | 334 | SRC_URI += "git://github.com/mailru/easyjson;name=easyjson;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mailru/easyjson" |
340 | 335 | ||
341 | # github.com/mattn/go-isatty v0.0.17 | 336 | # github.com/mattn/go-isatty v0.0.17 |
342 | # [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c | 337 | # [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c |
343 | SRCREV_go-isatty="ed75e619dc0f0489fd4062163a7d061eaa249b9c" | 338 | SRCREV_go-isatty = "ed75e619dc0f0489fd4062163a7d061eaa249b9c" |
344 | SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-isatty" | 339 | SRC_URI += "git://github.com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-isatty" |
340 | |||
341 | # github.com/moby/spdystream v0.4.0 | ||
342 | # [1] git ls-remote https://github.com/moby/spdystream 258380da5f17ec2c26272bcb91a61d592fcb0105 | ||
343 | SRCREV_spdystream = "258380da5f17ec2c26272bcb91a61d592fcb0105" | ||
344 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/spdystream" | ||
345 | 345 | ||
346 | # github.com/moby/spdystream v0.2.0 | 346 | # github.com/moby/sys/signal v0.7.1 |
347 | # [1] git ls-remote https://github.com/moby/spdystream dbc715126c0e3fa07721879c6d265b2b82c71e5b | 347 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
348 | SRCREV_spdystream="dbc715126c0e3fa07721879c6d265b2b82c71e5b" | 348 | SRCREV_signal = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
349 | SRC_URI += "git://github.com/moby/spdystream;name=spdystream;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/spdystream" | 349 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/signal" |
350 | 350 | ||
351 | # github.com/moby/sys/signal v0.7.0 | 351 | # github.com/moby/sys/userns v0.1.0 |
352 | # [1] git ls-remote https://github.com/moby/sys b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5 | 352 | # [1] git ls-remote https://github.com/moby/sys 54475191138bd297c627eb1a59e1e54b953957f1 |
353 | SRCREV_signal="b8d8fabf1fa5cf0de7c1a1729145eee854ea31f5" | 353 | SRCREV_userns = "54475191138bd297c627eb1a59e1e54b953957f1" |
354 | SRC_URI += "git://github.com/moby/sys;name=signal;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/signal" | 354 | SRC_URI += "git://github.com/moby/sys;name=userns;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/userns" |
355 | 355 | ||
356 | # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f | 356 | # github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f |
357 | # [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682 | 357 | # [1] git ls-remote https://github.com/mxk/go-flowrate cca7078d478f8520f85629ad7c68962d31ed7682 |
358 | SRCREV_go-flowrate="cca7078d478f8520f85629ad7c68962d31ed7682" | 358 | SRCREV_go-flowrate = "cca7078d478f8520f85629ad7c68962d31ed7682" |
359 | SRC_URI += "git://github.com/mxk/go-flowrate;name=go-flowrate;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mxk/go-flowrate" | 359 | SRC_URI += "git://github.com/mxk/go-flowrate;name=go-flowrate;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mxk/go-flowrate" |
360 | 360 | ||
361 | # google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b | 361 | # google.golang.org/protobuf v1.35.2 |
362 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 | 362 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go c72053a9062dd4bc86a75c21f5d8134136ccbf2e |
363 | SRCREV_genproto="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" | 363 | SRCREV_google.golang.org-protobuf = "c72053a9062dd4bc86a75c21f5d8134136ccbf2e" |
364 | SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto" | 364 | SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/protobuf" |
365 | 365 | ||
366 | # google.golang.org/protobuf v1.31.0 | 366 | # github.com/stretchr/testify v1.10.0 |
367 | # [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 68463f0e96c93bc19ef36ccd3adfe690bfdb568c | 367 | # [1] git ls-remote https://github.com/stretchr/testify 89cbdd9e7b39eb58896d316a7495597d3aba4371 |
368 | SRCREV_google.golang.org-protobuf="68463f0e96c93bc19ef36ccd3adfe690bfdb568c" | 368 | SRCREV_testify = "89cbdd9e7b39eb58896d316a7495597d3aba4371" |
369 | SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=google.golang.org-protobuf;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/protobuf" | 369 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/stretchr/testify" |
370 | 370 | ||
371 | # github.com/stretchr/testify v1.8.4 | 371 | # github.com/containerd/ttrpc v1.2.7 |
372 | # [1] git ls-remote https://github.com/stretchr/testify f97607b89807936ac4ff96748d766cf4b9711f78 | 372 | # [1] git ls-remote https://github.com/containerd/ttrpc 3b8c8b75577584e412043afb7b561193a4a47d2e |
373 | SRCREV_testify="f97607b89807936ac4ff96748d766cf4b9711f78" | 373 | SRCREV_ttrpc = "3b8c8b75577584e412043afb7b561193a4a47d2e" |
374 | SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify" | 374 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/ttrpc" |
375 | |||
376 | # github.com/containerd/ttrpc v1.2.2 | ||
377 | # [1] git ls-remote https://github.com/containerd/ttrpc ac26f8cbea1c440d451dd19a4a1b847fd073f3c3 | ||
378 | SRCREV_ttrpc="ac26f8cbea1c440d451dd19a4a1b847fd073f3c3" | ||
379 | SRC_URI += "git://github.com/containerd/ttrpc;name=ttrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/ttrpc" | ||
380 | 375 | ||
381 | # github.com/josharian/intern v1.0.0 | 376 | # github.com/josharian/intern v1.0.0 |
382 | # [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd | 377 | # [1] git ls-remote https://github.com/josharian/intern 8e6ff32b3e7c0b018c43953085fe2ac330fe9acd |
383 | SRCREV_intern="8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" | 378 | SRCREV_intern = "8e6ff32b3e7c0b018c43953085fe2ac330fe9acd" |
384 | SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/josharian/intern" | 379 | SRC_URI += "git://github.com/josharian/intern;name=intern;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/josharian/intern" |
385 | 380 | ||
386 | # github.com/json-iterator/go v1.1.12 | 381 | # github.com/json-iterator/go v1.1.12 |
387 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d | 382 | # [1] git ls-remote https://github.com/json-iterator/go 024077e996b048517130b21ea6bf12aa23055d3d |
388 | SRCREV_json-iterator-go="024077e996b048517130b21ea6bf12aa23055d3d" | 383 | SRCREV_json-iterator-go = "024077e996b048517130b21ea6bf12aa23055d3d" |
389 | SRC_URI += "git://github.com/json-iterator/go;name=json-iterator-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/json-iterator/go" | 384 | SRC_URI += "git://github.com/json-iterator/go;name=json-iterator-go;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/json-iterator/go" |
390 | 385 | ||
391 | # github.com/moby/sys/symlink v0.2.0 | 386 | # github.com/moby/sys/symlink v0.3.0 |
392 | # [1] git ls-remote https://github.com/moby/sys 03b9f8d59a07f5206a2264105f4903a222aea964 | 387 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
393 | SRCREV_symlink="03b9f8d59a07f5206a2264105f4903a222aea964" | 388 | SRCREV_symlink = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
394 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/symlink" | 389 | SRC_URI += "git://github.com/moby/sys;name=symlink;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/symlink" |
395 | 390 | ||
396 | # github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b | 391 | # github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b |
397 | # [1] git ls-remote https://github.com/serialx/hashring 22c0c7ab6b1be4be7b950bae8b117767da7b18b6 | 392 | # [1] git ls-remote https://github.com/serialx/hashring 22c0c7ab6b1be4be7b950bae8b117767da7b18b6 |
398 | SRCREV_hashring="22c0c7ab6b1be4be7b950bae8b117767da7b18b6" | 393 | SRCREV_hashring = "22c0c7ab6b1be4be7b950bae8b117767da7b18b6" |
399 | SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/serialx/hashring" | 394 | SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/serialx/hashring" |
400 | 395 | ||
401 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea | 396 | # github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea |
402 | # [1] git ls-remote https://github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2 | 397 | # [1] git ls-remote https://github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2 |
403 | SRCREV_units="6950e57a87eaf136bbe44ef2ec8e75b9e3569de2" | 398 | SRCREV_units = "6950e57a87eaf136bbe44ef2ec8e75b9e3569de2" |
404 | SRC_URI += "git://github.com/tonistiigi/units;name=units;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/units" | 399 | SRC_URI += "git://github.com/tonistiigi/units;name=units;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/units" |
405 | 400 | ||
406 | # github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531 | 401 | # github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab |
407 | # [1] git ls-remote https://github.com/tonistiigi/vt100 f9a4f7ef65311848d4d4791c649a178c8e97386b | 402 | # [1] git ls-remote https://github.com/tonistiigi/vt100 90bafcd6abab5dc87970f00165ee2022806709fd |
408 | SRCREV_vt100="f9a4f7ef65311848d4d4791c649a178c8e97386b" | 403 | SRCREV_vt100 = "90bafcd6abab5dc87970f00165ee2022806709fd" |
409 | SRC_URI += "git://github.com/tonistiigi/vt100;name=vt100;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/vt100" | 404 | SRC_URI += "git://github.com/tonistiigi/vt100;name=vt100;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/vt100" |
410 | 405 | ||
411 | # google.golang.org/appengine v1.6.7 | 406 | # github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 |
412 | # [1] git ls-remote https://github.com/golang/appengine 5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a | 407 | # [1] git ls-remote https://github.com/eiannone/keyboard 0d226195f2038e282bb90d2e24f7f29aa7c5b210 |
413 | SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a" | 408 | SRCREV_keyboard = "0d226195f2038e282bb90d2e24f7f29aa7c5b210" |
414 | SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/appengine" | 409 | SRC_URI += "git://github.com/eiannone/keyboard;name=keyboard;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/eiannone/keyboard" |
415 | 410 | ||
416 | # github.com/fsnotify/fsevents v0.1.1 | 411 | # github.com/fsnotify/fsevents v0.2.0 |
417 | # [1] git ls-remote https://github.com/fsnotify/fsevents f721bd2b045774a566e8f7f5fa2a9985e04c875d | 412 | # [1] git ls-remote https://github.com/fsnotify/fsevents f73112e4ef0540a922ff546752e95a70fb8f035d |
418 | SRCREV_fsevents="f721bd2b045774a566e8f7f5fa2a9985e04c875d" | 413 | SRCREV_fsevents = "f73112e4ef0540a922ff546752e95a70fb8f035d" |
419 | SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsevents" | 414 | SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fsnotify/fsevents" |
420 | 415 | ||
421 | # github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 | 416 | # github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 |
422 | # [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b | 417 | # [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b |
423 | SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b" | 418 | SRCREV_fsnotify = "fff9c274a375301ae46812f257aa68393790c45b" |
424 | SRC_URI += "git://github.com/tilt-dev/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tilt-dev/fsnotify" | 419 | SRC_URI += "git://github.com/tilt-dev/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tilt-dev/fsnotify" |
425 | 420 | ||
426 | # go.opentelemetry.io/otel/sdk v1.21.0 | 421 | # go.opentelemetry.io/otel/sdk v1.32.0 |
427 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 422 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f |
428 | SRCREV_sdk="98b32a6c3a87fbee5d34c063b9096f416b250897" | 423 | SRCREV_sdk = "7cfbd86a605c85e598eca9a899f6176b17076f4f" |
429 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/sdk" | 424 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk" |
430 | 425 | ||
431 | # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 | 426 | # github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c |
432 | # [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 | 427 | # [1] git ls-remote https://github.com/Azure/go-ansiterm faa5f7b0171c46bb398a91b4a0c906324d3664cf |
433 | SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" | 428 | SRCREV_go-ansiterm = "faa5f7b0171c46bb398a91b4a0c906324d3664cf" |
434 | SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Azure/go-ansiterm" | 429 | SRC_URI += "git://github.com/Azure/go-ansiterm;name=go-ansiterm;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Azure/go-ansiterm" |
435 | 430 | ||
436 | # github.com/Microsoft/hcsshim v0.11.4 | 431 | # github.com/aws/aws-sdk-go-v2 v1.30.3 |
437 | # [1] git ls-remote https://github.com/microsoft/hcsshim b16edf62c1723deb948632261b445d0228d973e0 | 432 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
438 | SRCREV_hcsshim="b16edf62c1723deb948632261b445d0228d973e0" | 433 | SRCREV_aws-sdk-go-v2 = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
439 | SRC_URI += "git://github.com/microsoft/hcsshim;name=hcsshim;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/hcsshim" | 434 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=aws-sdk-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2" |
440 | 435 | ||
441 | # github.com/aws/aws-sdk-go-v2 v1.24.1 | 436 | # github.com/cespare/xxhash/v2 v2.3.0 |
442 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 437 | # [1] git ls-remote https://github.com/cespare/xxhash 998dce232f17418a7a5721ecf87ca714025a3243 |
443 | SRCREV_aws-sdk-go-v2="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 438 | SRCREV_xxhash-v2 = "998dce232f17418a7a5721ecf87ca714025a3243" |
444 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=aws-sdk-go-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2" | 439 | SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cespare/xxhash/v2" |
445 | |||
446 | # github.com/cespare/xxhash/v2 v2.2.0 | ||
447 | # [1] git ls-remote https://github.com/cespare/xxhash a76eb16a93c1e30527c073ca831d9048b4b935f6 | ||
448 | SRCREV_xxhash-v2="a76eb16a93c1e30527c073ca831d9048b4b935f6" | ||
449 | SRC_URI += "git://github.com/cespare/xxhash;name=xxhash-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cespare/xxhash/v2" | ||
450 | 440 | ||
451 | # github.com/docker/go-metrics v0.0.1 | 441 | # github.com/docker/go-metrics v0.0.1 |
452 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c | 442 | # [1] git ls-remote https://github.com/docker/go-metrics b619b3592b65de4f087d9f16863a7e6ff905973c |
453 | SRCREV_go-metrics="b619b3592b65de4f087d9f16863a7e6ff905973c" | 443 | SRCREV_go-metrics = "b619b3592b65de4f087d9f16863a7e6ff905973c" |
454 | SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-metrics" | 444 | SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-metrics" |
455 | |||
456 | # github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 | ||
457 | # [1] git ls-remote https://github.com/eiannone/keyboard 0d226195f2038e282bb90d2e24f7f29aa7c5b210 | ||
458 | SRCREV_keyboard="0d226195f2038e282bb90d2e24f7f29aa7c5b210" | ||
459 | SRC_URI += "git://github.com/eiannone/keyboard;name=keyboard;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/eiannone/keyboard" | ||
460 | 445 | ||
461 | # github.com/felixge/httpsnoop v1.0.4 | 446 | # github.com/felixge/httpsnoop v1.0.4 |
462 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c | 447 | # [1] git ls-remote https://github.com/felixge/httpsnoop c5817c27ec125409c069052fdd171023c353501c |
463 | SRCREV_httpsnoop="c5817c27ec125409c069052fdd171023c353501c" | 448 | SRCREV_httpsnoop = "c5817c27ec125409c069052fdd171023c353501c" |
464 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop" | 449 | SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/felixge/httpsnoop" |
450 | |||
451 | # github.com/fxamacker/cbor/v2 v2.7.0 | ||
452 | # [1] git ls-remote https://github.com/fxamacker/cbor 02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a | ||
453 | SRCREV_cbor-v2 = "02b69dbb52f4ecf450b3aa5e9a04b7a0b4bf409a" | ||
454 | SRC_URI += "git://github.com/fxamacker/cbor;name=cbor-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fxamacker/cbor/v2" | ||
465 | 455 | ||
466 | # github.com/gorilla/websocket v1.5.0 | 456 | # github.com/gorilla/websocket v1.5.0 |
467 | # [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2 | 457 | # [1] git ls-remote https://github.com/gorilla/websocket 9111bb834a68b893cebbbaed5060bdbc1d9ab7d2 |
468 | SRCREV_websocket="9111bb834a68b893cebbbaed5060bdbc1d9ab7d2" | 458 | SRCREV_websocket = "9111bb834a68b893cebbbaed5060bdbc1d9ab7d2" |
469 | SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gorilla/websocket" | 459 | SRC_URI += "git://github.com/gorilla/websocket;name=websocket;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/gorilla/websocket" |
470 | 460 | ||
471 | # github.com/hashicorp/errwrap v1.1.0 | 461 | # github.com/hashicorp/errwrap v1.1.0 |
472 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 | 462 | # [1] git ls-remote https://github.com/hashicorp/errwrap 7b00e5db719c64d14dd0caaacbd13e76254d02c0 |
473 | SRCREV_errwrap="7b00e5db719c64d14dd0caaacbd13e76254d02c0" | 463 | SRCREV_errwrap = "7b00e5db719c64d14dd0caaacbd13e76254d02c0" |
474 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/errwrap" | 464 | SRC_URI += "git://github.com/hashicorp/errwrap;name=errwrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/errwrap" |
475 | 465 | ||
476 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 | 466 | # github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 |
477 | # [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e | 467 | # [1] git ls-remote https://github.com/munnerz/goautoneg a7dc8b61c822528f973a5e4e7b272055c6fdb43e |
478 | SRCREV_goautoneg="a7dc8b61c822528f973a5e4e7b272055c6fdb43e" | 468 | SRCREV_goautoneg = "a7dc8b61c822528f973a5e4e7b272055c6fdb43e" |
479 | SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/munnerz/goautoneg" | 469 | SRC_URI += "git://github.com/munnerz/goautoneg;name=goautoneg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/munnerz/goautoneg" |
480 | 470 | ||
481 | # github.com/pelletier/go-toml v1.9.5 | 471 | # github.com/pelletier/go-toml v1.9.5 |
482 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 | 472 | # [1] git ls-remote https://github.com/pelletier/go-toml fed1464066413075eac02cd4dc368b5221845541 |
483 | SRCREV_go-toml="fed1464066413075eac02cd4dc368b5221845541" | 473 | SRCREV_go-toml = "fed1464066413075eac02cd4dc368b5221845541" |
484 | SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml" | 474 | SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pelletier/go-toml" |
485 | 475 | ||
486 | # github.com/prometheus/common v0.44.0 | 476 | # github.com/prometheus/common v0.55.0 |
487 | # [1] git ls-remote https://github.com/prometheus/common 94bf9828e56d9670579b28a9f78237d3cd8d0395 | 477 | # [1] git ls-remote https://github.com/prometheus/common 0c7b585c7da330aae136aaa874cb4f89f5b3e5d9 |
488 | SRCREV_common="94bf9828e56d9670579b28a9f78237d3cd8d0395" | 478 | SRCREV_common = "0c7b585c7da330aae136aaa874cb4f89f5b3e5d9" |
489 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" | 479 | SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/common" |
490 | 480 | ||
491 | # github.com/prometheus/procfs v0.12.0 | 481 | # github.com/prometheus/procfs v0.15.1 |
492 | # [1] git ls-remote https://github.com/prometheus/procfs ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa | 482 | # [1] git ls-remote https://github.com/prometheus/procfs 51919fd4b9d0aaca69854ac81bdeda5f96dab366 |
493 | SRCREV_procfs="ff0ad85f7e8bcd5c677d99143f14a2a3aab533aa" | 483 | SRCREV_procfs = "51919fd4b9d0aaca69854ac81bdeda5f96dab366" |
494 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" | 484 | SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/procfs" |
495 | 485 | ||
496 | # github.com/tonistiigi/fsutil v0.0.0-20240301111122-7525a1af2bb5 | 486 | # github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a |
497 | # [1] git ls-remote https://github.com/tonistiigi/fsutil 7525a1af2bb545e89dc9bced785bff7a3b7f08c2 | 487 | # [1] git ls-remote https://github.com/tonistiigi/fsutil b14e27f4135ab262f0252f9f0e8749fd7ba3680f |
498 | SRCREV_fsutil="7525a1af2bb545e89dc9bced785bff7a3b7f08c2" | 488 | SRCREV_fsutil = "b14e27f4135ab262f0252f9f0e8749fd7ba3680f" |
499 | SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/fsutil" | 489 | SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/fsutil" |
500 | 490 | ||
501 | # gopkg.in/cenkalti/backoff.v1 v1.1.0 | 491 | # gopkg.in/cenkalti/backoff.v1 v1.1.0 |
502 | # [1] git ls-remote https://github.com/cenkalti/backoff 61153c768f31ee5f130071d08fc82b85208528de | 492 | # [1] git ls-remote https://github.com/cenkalti/backoff 61153c768f31ee5f130071d08fc82b85208528de |
503 | SRCREV_backoff.v1="61153c768f31ee5f130071d08fc82b85208528de" | 493 | SRCREV_backoff.v1 = "61153c768f31ee5f130071d08fc82b85208528de" |
504 | SRC_URI += "git://github.com/cenkalti/backoff;name=backoff.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/cenkalti/backoff.v1" | 494 | SRC_URI += "git://github.com/cenkalti/backoff;name=backoff.v1;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/gopkg.in/cenkalti/backoff.v1" |
505 | 495 | ||
506 | # github.com/Microsoft/go-winio v0.6.1 | 496 | # github.com/Microsoft/go-winio v0.6.2 |
507 | # [1] git ls-remote https://github.com/microsoft/go-winio 070c828abb873da9e71c7247740253b50f7cf049 | 497 | # [1] git ls-remote https://github.com/microsoft/go-winio 3c9576c9346a1892dee136329e7e15309e82fb4f |
508 | SRCREV_go-winio="070c828abb873da9e71c7247740253b50f7cf049" | 498 | SRCREV_go-winio = "3c9576c9346a1892dee136329e7e15309e82fb4f" |
509 | SRC_URI += "git://github.com/microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Microsoft/go-winio" | 499 | SRC_URI += "git://github.com/microsoft/go-winio;name=go-winio;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Microsoft/go-winio" |
510 | 500 | ||
511 | # github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d | 501 | # github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d |
512 | # [1] git ls-remote https://github.com/acarl005/stripansi 5a71ef0e047df0427e87a79f27009029921f1f9b | 502 | # [1] git ls-remote https://github.com/acarl005/stripansi 5a71ef0e047df0427e87a79f27009029921f1f9b |
513 | SRCREV_stripansi="5a71ef0e047df0427e87a79f27009029921f1f9b" | 503 | SRCREV_stripansi = "5a71ef0e047df0427e87a79f27009029921f1f9b" |
514 | SRC_URI += "git://github.com/acarl005/stripansi;name=stripansi;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/acarl005/stripansi" | 504 | SRC_URI += "git://github.com/acarl005/stripansi;name=stripansi;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/acarl005/stripansi" |
515 | 505 | ||
516 | # github.com/containerd/console v1.0.4 | 506 | # github.com/containerd/console v1.0.4 |
517 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f | 507 | # [1] git ls-remote https://github.com/containerd/console 8f6c4e4faef5a326d2cd907097d04c0239ee5e2f |
518 | SRCREV_console="8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" | 508 | SRCREV_console = "8f6c4e4faef5a326d2cd907097d04c0239ee5e2f" |
519 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" | 509 | SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/console" |
510 | |||
511 | # github.com/containerd/errdefs v1.0.0 | ||
512 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 | ||
513 | SRCREV_errdefs = "4817405e4a3caeb7aee9dac68ed55339c59cb635" | ||
514 | SRC_URI += "git://github.com/containerd/errdefs;name=errdefs;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs" | ||
520 | 515 | ||
521 | # github.com/fvbommel/sortorder v1.0.2 | 516 | # github.com/fvbommel/sortorder v1.1.0 |
522 | # [1] git ls-remote https://github.com/fvbommel/sortorder 26fad50c6b32a3064c09ed089865c16f2f3615f6 | 517 | # [1] git ls-remote https://github.com/fvbommel/sortorder a8d9302c17f9f46c6580b82b919672e58ef6e396 |
523 | SRCREV_sortorder="26fad50c6b32a3064c09ed089865c16f2f3615f6" | 518 | SRCREV_sortorder = "a8d9302c17f9f46c6580b82b919672e58ef6e396" |
524 | SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fvbommel/sortorder" | 519 | SRC_URI += "git://github.com/fvbommel/sortorder;name=sortorder;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/fvbommel/sortorder" |
525 | 520 | ||
526 | # github.com/klauspost/compress v1.17.4 | 521 | # github.com/klauspost/compress v1.17.11 |
527 | # [1] git ls-remote https://github.com/klauspost/compress 98ff542abe3108aa760c1558f80d393be0136539 | 522 | # [1] git ls-remote https://github.com/klauspost/compress 72cd4a92a8b13e722763e6b6a3467163c2028d3d |
528 | SRCREV_compress="98ff542abe3108aa760c1558f80d393be0136539" | 523 | SRCREV_compress = "72cd4a92a8b13e722763e6b6a3467163c2028d3d" |
529 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" | 524 | SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/klauspost/compress" |
530 | 525 | ||
531 | # github.com/mattn/go-colorable v0.1.13 | 526 | # github.com/mattn/go-colorable v0.1.13 |
532 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be | 527 | # [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be |
533 | SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be" | 528 | SRCREV_go-colorable = "11a925cff3d38c293ddc8c05a16b504e3e2c63be" |
534 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-colorable" | 529 | SRC_URI += "git://github.com/mattn/go-colorable;name=go-colorable;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-colorable" |
535 | 530 | ||
536 | # github.com/mattn/go-runewidth v0.0.15 | 531 | # github.com/mattn/go-runewidth v0.0.15 |
537 | # [1] git ls-remote https://github.com/mattn/go-runewidth 44b7c5b4d67df8ca22917b6800c158a6d3be3560 | 532 | # [1] git ls-remote https://github.com/mattn/go-runewidth 44b7c5b4d67df8ca22917b6800c158a6d3be3560 |
538 | SRCREV_go-runewidth="44b7c5b4d67df8ca22917b6800c158a6d3be3560" | 533 | SRCREV_go-runewidth = "44b7c5b4d67df8ca22917b6800c158a6d3be3560" |
539 | SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-runewidth" | 534 | SRC_URI += "git://github.com/mattn/go-runewidth;name=go-runewidth;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-runewidth" |
540 | 535 | ||
541 | # github.com/moby/sys/mountinfo v0.7.1 | 536 | # github.com/moby/sys/mountinfo v0.7.2 |
542 | # [1] git ls-remote https://github.com/moby/sys 4950d7687cf6c9b138dc0e18c2c7351e1f6ed497 | 537 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 |
543 | SRCREV_mountinfo="4950d7687cf6c9b138dc0e18c2c7351e1f6ed497" | 538 | SRCREV_mountinfo = "cafbe42351600ca9b363e220722f66d96f6e71f4" |
544 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo" | 539 | SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/mountinfo" |
545 | 540 | ||
546 | # github.com/modern-go/reflect2 v1.0.2 | 541 | # github.com/modern-go/reflect2 v1.0.2 |
547 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 | 542 | # [1] git ls-remote https://github.com/modern-go/reflect2 2b33151c9bbc5231aea69b8861c540102b087070 |
548 | SRCREV_reflect2="2b33151c9bbc5231aea69b8861c540102b087070" | 543 | SRCREV_reflect2 = "2b33151c9bbc5231aea69b8861c540102b087070" |
549 | SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/reflect2" | 544 | SRC_URI += "git://github.com/modern-go/reflect2;name=reflect2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/reflect2" |
550 | 545 | ||
551 | # github.com/pmezard/go-difflib v1.0.0 | 546 | # github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 |
552 | # [1] git ls-remote https://github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2 | 547 | # [1] git ls-remote https://github.com/pmezard/go-difflib 5d4384ee4fb2527b0a1256a821ebfc92f91efefc |
553 | SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2" | 548 | SRCREV_go-difflib = "5d4384ee4fb2527b0a1256a821ebfc92f91efefc" |
554 | SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pmezard/go-difflib" | 549 | SRC_URI += "git://github.com/pmezard/go-difflib;name=go-difflib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/pmezard/go-difflib" |
555 | 550 | ||
556 | # github.com/jonboulle/clockwork v0.4.0 | 551 | # github.com/jonboulle/clockwork v0.5.0 |
557 | # [1] git ls-remote https://github.com/jonboulle/clockwork 606c48b92358fcca153952b56fb0d14d6845f84a | 552 | # [1] git ls-remote https://github.com/jonboulle/clockwork 6d8d032a18422c2e3ef651170a8a55012d1f704c |
558 | SRCREV_clockwork="606c48b92358fcca153952b56fb0d14d6845f84a" | 553 | SRCREV_clockwork = "6d8d032a18422c2e3ef651170a8a55012d1f704c" |
559 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/jonboulle/clockwork" | 554 | SRC_URI += "git://github.com/jonboulle/clockwork;name=clockwork;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/jonboulle/clockwork" |
560 | 555 | ||
561 | # github.com/mattn/go-shellwords v1.0.12 | 556 | # github.com/mattn/go-shellwords v1.0.12 |
562 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac | 557 | # [1] git ls-remote https://github.com/mattn/go-shellwords 973b9d5391598d4ee601db46fa32f6e186a356ac |
563 | SRCREV_go-shellwords="973b9d5391598d4ee601db46fa32f6e186a356ac" | 558 | SRCREV_go-shellwords = "973b9d5391598d4ee601db46fa32f6e186a356ac" |
564 | SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mattn/go-shellwords" | 559 | SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mattn/go-shellwords" |
565 | 560 | ||
566 | # github.com/moby/patternmatcher v0.6.0 | 561 | # github.com/moby/patternmatcher v0.6.0 |
567 | # [1] git ls-remote https://github.com/moby/patternmatcher 347bb8d8d557f90d1b75cd8bca3c0177f380a979 | 562 | # [1] git ls-remote https://github.com/moby/patternmatcher 347bb8d8d557f90d1b75cd8bca3c0177f380a979 |
568 | SRCREV_patternmatcher="347bb8d8d557f90d1b75cd8bca3c0177f380a979" | 563 | SRCREV_patternmatcher = "347bb8d8d557f90d1b75cd8bca3c0177f380a979" |
569 | SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/patternmatcher" | 564 | SRC_URI += "git://github.com/moby/patternmatcher;name=patternmatcher;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/patternmatcher" |
570 | 565 | ||
571 | # go.opentelemetry.io/otel/trace v1.21.0 | 566 | # go.opentelemetry.io/otel/trace v1.32.0 |
572 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 567 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f |
573 | SRCREV_trace="98b32a6c3a87fbee5d34c063b9096f416b250897" | 568 | SRCREV_trace = "7cfbd86a605c85e598eca9a899f6176b17076f4f" |
574 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/trace" | 569 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/trace" |
575 | 570 | ||
576 | # github.com/cenkalti/backoff/v4 v4.2.1 | 571 | # github.com/cenkalti/backoff/v4 v4.3.0 |
577 | # [1] git ls-remote https://github.com/cenkalti/backoff a04a6fe64ffb0e3fd0816460529d300be5f252df | 572 | # [1] git ls-remote https://github.com/cenkalti/backoff 720b78985a65c0452fd37bb155c7cac4157a7c45 |
578 | SRCREV_v4="a04a6fe64ffb0e3fd0816460529d300be5f252df" | 573 | SRCREV_v4 = "720b78985a65c0452fd37bb155c7cac4157a7c45" |
579 | SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cenkalti/backoff/v4" | 574 | SRC_URI += "git://github.com/cenkalti/backoff;name=v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cenkalti/backoff/v4" |
580 | 575 | ||
581 | # github.com/docker/distribution v2.8.3+incompatible | 576 | # github.com/docker/distribution v2.8.3+incompatible |
582 | # [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f | 577 | # [1] git ls-remote https://github.com/distribution/distribution 4772604ae973031ab32dd9805a4bccf61d94909f |
583 | SRCREV_distribution="4772604ae973031ab32dd9805a4bccf61d94909f" | 578 | SRCREV_distribution = "4772604ae973031ab32dd9805a4bccf61d94909f" |
584 | SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/distribution" | 579 | SRC_URI += "git://github.com/distribution/distribution;name=distribution;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/distribution" |
585 | 580 | ||
586 | # github.com/moby/sys/sequential v0.5.0 | 581 | # github.com/moby/sys/capability v0.4.0 |
587 | # [1] git ls-remote https://github.com/moby/sys b22ba8a69b306f0b4adbbe2a529457e6283ed9f7 | 582 | # [1] git ls-remote https://github.com/moby/sys 50e999a770172a519119e1c4fd4b6153b7dac90d |
588 | SRCREV_sequential="b22ba8a69b306f0b4adbbe2a529457e6283ed9f7" | 583 | SRCREV_capability = "50e999a770172a519119e1c4fd4b6153b7dac90d" |
589 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/sequential" | 584 | SRC_URI += "git://github.com/moby/sys;name=capability;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/capability" |
585 | |||
586 | # github.com/moby/sys/sequential v0.6.0 | ||
587 | # [1] git ls-remote https://github.com/moby/sys cafbe42351600ca9b363e220722f66d96f6e71f4 | ||
588 | SRCREV_sequential = "cafbe42351600ca9b363e220722f66d96f6e71f4" | ||
589 | SRC_URI += "git://github.com/moby/sys;name=sequential;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/sys/sequential" | ||
590 | 590 | ||
591 | # github.com/shibumi/go-pathspec v1.3.0 | 591 | # github.com/shibumi/go-pathspec v1.3.0 |
592 | # [1] git ls-remote https://github.com/shibumi/go-pathspec 30eddf187f62305a5b34f662049d077211abaacd | 592 | # [1] git ls-remote https://github.com/shibumi/go-pathspec 30eddf187f62305a5b34f662049d077211abaacd |
593 | SRCREV_go-pathspec="30eddf187f62305a5b34f662049d077211abaacd" | 593 | SRCREV_go-pathspec = "30eddf187f62305a5b34f662049d077211abaacd" |
594 | SRC_URI += "git://github.com/shibumi/go-pathspec;name=go-pathspec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/shibumi/go-pathspec" | 594 | SRC_URI += "git://github.com/shibumi/go-pathspec;name=go-pathspec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/shibumi/go-pathspec" |
595 | 595 | ||
596 | # go.opentelemetry.io/proto/otlp v1.0.0 | 596 | # go.opentelemetry.io/proto/otlp v1.3.1 |
597 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go 97744b2e4a0fa6787b96b9c3c740daefca754333 | 597 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-proto-go a300cca6ca2b6c700b1c0409003751b762e30dea |
598 | SRCREV_otlp="97744b2e4a0fa6787b96b9c3c740daefca754333" | 598 | SRCREV_otlp = "a300cca6ca2b6c700b1c0409003751b762e30dea" |
599 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/proto/otlp" | 599 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/proto/otlp" |
600 | 600 | ||
601 | # github.com/docker/cli-docs-tool v0.7.0 | 601 | # github.com/containerd/platforms v1.0.0-rc.1 |
602 | # [1] git ls-remote https://github.com/docker/cli-docs-tool 3149c912295595f6fc3bd7d3ee9283d97a4aedf6 | 602 | # [1] git ls-remote https://github.com/containerd/platforms e3566b8ff1994b8dc88bae5768d32830e0cd0cfd |
603 | SRCREV_cli-docs-tool="3149c912295595f6fc3bd7d3ee9283d97a4aedf6" | 603 | SRCREV_platforms = "e3566b8ff1994b8dc88bae5768d32830e0cd0cfd" |
604 | SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli-docs-tool" | 604 | SRC_URI += "git://github.com/containerd/platforms;name=platforms;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/platforms" |
605 | 605 | ||
606 | # github.com/hashicorp/go-version v1.6.0 | 606 | # github.com/docker/cli-docs-tool v0.9.0 |
607 | # [1] git ls-remote https://github.com/hashicorp/go-version 78d058c5618891f74d604bd15356fca690b64d8a | 607 | # [1] git ls-remote https://github.com/docker/cli-docs-tool b6c6689c907d2094d3d59b4b9446849bb6a3686f |
608 | SRCREV_go-version="78d058c5618891f74d604bd15356fca690b64d8a" | 608 | SRCREV_cli-docs-tool = "b6c6689c907d2094d3d59b4b9446849bb6a3686f" |
609 | SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-version" | 609 | SRC_URI += "git://github.com/docker/cli-docs-tool;name=cli-docs-tool;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/cli-docs-tool" |
610 | |||
611 | # github.com/hashicorp/go-version v1.7.0 | ||
612 | # [1] git ls-remote https://github.com/hashicorp/go-version fcaa53267960208632e9308c93aa89535526a018 | ||
613 | SRCREV_go-version = "fcaa53267960208632e9308c93aa89535526a018" | ||
614 | SRC_URI += "git://github.com/hashicorp/go-version;name=go-version;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-version" | ||
615 | |||
616 | # go.opentelemetry.io/otel/metric v1.32.0 | ||
617 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f | ||
618 | SRCREV_metric = "7cfbd86a605c85e598eca9a899f6176b17076f4f" | ||
619 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/metric" | ||
610 | 620 | ||
611 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd | 621 | # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd |
612 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 | 622 | # [1] git ls-remote https://github.com/modern-go/concurrent bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94 |
613 | SRCREV_concurrent="bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" | 623 | SRCREV_concurrent = "bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94" |
614 | SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/modern-go/concurrent" | 624 | SRC_URI += "git://github.com/modern-go/concurrent;name=concurrent;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/modern-go/concurrent" |
615 | 625 | ||
616 | # github.com/xeipuuv/gojsonschema v1.2.0 | 626 | # github.com/xeipuuv/gojsonschema v1.2.0 |
617 | # [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 | 627 | # [1] git ls-remote https://github.com/xeipuuv/gojsonschema 82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927 |
618 | SRCREV_gojsonschema="82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" | 628 | SRCREV_gojsonschema = "82fcdeb203eb6ab2a67d0a623d9c19e5e5a64927" |
619 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonschema" | 629 | SRC_URI += "git://github.com/xeipuuv/gojsonschema;name=gojsonschema;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonschema" |
620 | |||
621 | # go.opentelemetry.io/otel/metric v1.21.0 | ||
622 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | ||
623 | SRCREV_metric="98b32a6c3a87fbee5d34c063b9096f416b250897" | ||
624 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/metric" | ||
625 | 630 | ||
626 | # github.com/AlecAivazis/survey/v2 v2.3.7 | 631 | # github.com/AlecAivazis/survey/v2 v2.3.7 |
627 | # [1] git ls-remote https://github.com/AlecAivazis/survey fa37277e6394c29db7bcc94062cb30cd7785a126 | 632 | # [1] git ls-remote https://github.com/AlecAivazis/survey fa37277e6394c29db7bcc94062cb30cd7785a126 |
628 | SRCREV_v2="fa37277e6394c29db7bcc94062cb30cd7785a126" | 633 | SRCREV_v2 = "fa37277e6394c29db7bcc94062cb30cd7785a126" |
629 | SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AlecAivazis/survey/v2" | 634 | SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AlecAivazis/survey/v2" |
630 | |||
631 | # github.com/containerd/containerd v1.7.13 | ||
632 | # [1] git ls-remote https://github.com/containerd/containerd 7c3aca7a610df76212171d200ca3811ff6096eb8 | ||
633 | SRCREV_containerd="7c3aca7a610df76212171d200ca3811ff6096eb8" | ||
634 | SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" | ||
635 | 635 | ||
636 | # github.com/docker/go-connections v0.5.0 | 636 | # github.com/docker/go-connections v0.5.0 |
637 | # [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace | 637 | # [1] git ls-remote https://github.com/docker/go-connections fa09c952e3eadbffaf8afc5b8a1667158ba38ace |
638 | SRCREV_go-connections="fa09c952e3eadbffaf8afc5b8a1667158ba38ace" | 638 | SRCREV_go-connections = "fa09c952e3eadbffaf8afc5b8a1667158ba38ace" |
639 | SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/go-connections" | 639 | SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/go-connections" |
640 | 640 | ||
641 | # github.com/Masterminds/semver/v3 v3.2.1 | 641 | # github.com/Masterminds/semver/v3 v3.2.1 |
642 | # [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5 | 642 | # [1] git ls-remote https://github.com/Masterminds/semver e06051f8fcc4c8b4a4990c337b9862a2448722e5 |
643 | SRCREV_semver-v3="e06051f8fcc4c8b4a4990c337b9862a2448722e5" | 643 | SRCREV_semver-v3 = "e06051f8fcc4c8b4a4990c337b9862a2448722e5" |
644 | SRC_URI += "git://github.com/Masterminds/semver;name=semver-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/Masterminds/semver/v3" | 644 | SRC_URI += "git://github.com/Masterminds/semver;name=semver-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/Masterminds/semver/v3" |
645 | 645 | ||
646 | # github.com/containerd/continuity v0.4.3 | 646 | # github.com/containerd/continuity v0.4.5 |
647 | # [1] git ls-remote https://github.com/containerd/continuity 1743d9104d944131cdedaba33a59d2f9bd80a6f2 | 647 | # [1] git ls-remote https://github.com/containerd/continuity 44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e |
648 | SRCREV_continuity="1743d9104d944131cdedaba33a59d2f9bd80a6f2" | 648 | SRCREV_continuity = "44e2adf7e9cd87330f3ad656e7a006ef91ed8c1e" |
649 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/continuity" | 649 | SRC_URI += "git://github.com/containerd/continuity;name=continuity;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/continuity" |
650 | 650 | ||
651 | # github.com/containerd/typeurl/v2 v2.1.1 | 651 | # github.com/containerd/typeurl/v2 v2.2.3 |
652 | # [1] git ls-remote https://github.com/containerd/typeurl 7ef6316b771f959cbb208b229e3423a466947df3 | 652 | # [1] git ls-remote https://github.com/containerd/typeurl 5b047adad57d172afa9654c019fe65bf0540cc4d |
653 | SRCREV_typeurl-v2="7ef6316b771f959cbb208b229e3423a466947df3" | 653 | SRCREV_typeurl-v2 = "5b047adad57d172afa9654c019fe65bf0540cc4d" |
654 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/typeurl/v2" | 654 | SRC_URI += "git://github.com/containerd/typeurl;name=typeurl-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/typeurl/v2" |
655 | |||
656 | # github.com/cpuguy83/go-md2man/v2 v2.0.6 | ||
657 | # [1] git ls-remote https://github.com/cpuguy83/go-md2man 441631534462b74c098953dbd8d5f6210994b0bf | ||
658 | SRCREV_go-md2man-v2 = "441631534462b74c098953dbd8d5f6210994b0bf" | ||
659 | SRC_URI += "git://github.com/cpuguy83/go-md2man;name=go-md2man-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/cpuguy83/go-md2man/v2" | ||
655 | 660 | ||
656 | # github.com/google/gnostic-models v0.6.8 | 661 | # github.com/google/gnostic-models v0.6.8 |
657 | # [1] git ls-remote https://github.com/google/gnostic-models 577692584cdf09674595bba0c182d0e8a44655d3 | 662 | # [1] git ls-remote https://github.com/google/gnostic-models 577692584cdf09674595bba0c182d0e8a44655d3 |
658 | SRCREV_gnostic-models="577692584cdf09674595bba0c182d0e8a44655d3" | 663 | SRCREV_gnostic-models = "577692584cdf09674595bba0c182d0e8a44655d3" |
659 | SRC_URI += "git://github.com/google/gnostic-models;name=gnostic-models;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/google/gnostic-models" | 664 | SRC_URI += "git://github.com/google/gnostic-models;name=gnostic-models;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/google/gnostic-models" |
660 | |||
661 | # github.com/mitchellh/reflectwalk v1.0.2 | ||
662 | # [1] git ls-remote https://github.com/mitchellh/reflectwalk e0c24fdb021963cd2c4013097a0b993a7c4e344f | ||
663 | SRCREV_reflectwalk="e0c24fdb021963cd2c4013097a0b993a7c4e344f" | ||
664 | SRC_URI += "git://github.com/mitchellh/reflectwalk;name=reflectwalk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/reflectwalk" | ||
665 | 665 | ||
666 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb | 666 | # github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb |
667 | # [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb | 667 | # [1] git ls-remote https://github.com/xeipuuv/gojsonpointer 02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb |
668 | SRCREV_gojsonpointer="02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" | 668 | SRCREV_gojsonpointer = "02993c407bfbf5f6dae44c4f4b1cf6a39b5fc5bb" |
669 | SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonpointer" | 669 | SRC_URI += "git://github.com/xeipuuv/gojsonpointer;name=gojsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonpointer" |
670 | 670 | ||
671 | # github.com/distribution/reference v0.5.0 | 671 | # github.com/distribution/reference v0.6.0 |
672 | # [1] git ls-remote https://github.com/distribution/reference 49c28499d219290c3226822e9cfcd4ede6d75379 | 672 | # [1] git ls-remote https://github.com/distribution/reference ff14fafe2236e51c2894ac07d4bdfc778e96d682 |
673 | SRCREV_reference="49c28499d219290c3226822e9cfcd4ede6d75379" | 673 | SRCREV_reference = "ff14fafe2236e51c2894ac07d4bdfc778e96d682" |
674 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/reference" | 674 | SRC_URI += "git://github.com/distribution/reference;name=reference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/distribution/reference" |
675 | 675 | ||
676 | # github.com/mitchellh/mapstructure v1.5.0 | 676 | # github.com/mitchellh/mapstructure v1.5.0 |
677 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 | 677 | # [1] git ls-remote https://github.com/mitchellh/mapstructure ab69d8d93410fce4361f4912bb1ff88110a81311 |
678 | SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" | 678 | SRCREV_mapstructure = "ab69d8d93410fce4361f4912bb1ff88110a81311" |
679 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" | 679 | SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/mapstructure" |
680 | 680 | ||
681 | # github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 | 681 | # github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 |
682 | # [1] git ls-remote https://github.com/skratchdot/open-golang eef8423979666925a58eb77f9db583e54320d5a4 | 682 | # [1] git ls-remote https://github.com/skratchdot/open-golang eef8423979666925a58eb77f9db583e54320d5a4 |
683 | SRCREV_open-golang="eef8423979666925a58eb77f9db583e54320d5a4" | 683 | SRCREV_open-golang = "eef8423979666925a58eb77f9db583e54320d5a4" |
684 | SRC_URI += "git://github.com/skratchdot/open-golang;name=open-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/skratchdot/open-golang" | 684 | SRC_URI += "git://github.com/skratchdot/open-golang;name=open-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/skratchdot/open-golang" |
685 | |||
686 | # github.com/containerd/errdefs/pkg v0.3.0 | ||
687 | # [1] git ls-remote https://github.com/containerd/errdefs 4817405e4a3caeb7aee9dac68ed55339c59cb635 | ||
688 | SRCREV_pkg = "4817405e4a3caeb7aee9dac68ed55339c59cb635" | ||
689 | SRC_URI += "git://github.com/containerd/errdefs;name=pkg;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/errdefs/pkg" | ||
685 | 690 | ||
686 | # github.com/emicklei/go-restful/v3 v3.11.0 | 691 | # github.com/emicklei/go-restful/v3 v3.11.0 |
687 | # [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966 | 692 | # [1] git ls-remote https://github.com/emicklei/go-restful 30bec7807481e62e1e1e59ad57e7f22054806966 |
688 | SRCREV_go-restful-v3="30bec7807481e62e1e1e59ad57e7f22054806966" | 693 | SRCREV_go-restful-v3 = "30bec7807481e62e1e1e59ad57e7f22054806966" |
689 | SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful-v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/emicklei/go-restful/v3" | 694 | SRC_URI += "git://github.com/emicklei/go-restful;name=go-restful-v3;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/emicklei/go-restful/v3" |
690 | 695 | ||
691 | # github.com/go-openapi/jsonpointer v0.19.6 | 696 | # github.com/go-openapi/jsonpointer v0.19.6 |
692 | # [1] git ls-remote https://github.com/go-openapi/jsonpointer 5df0d69a6be189afff354877d332f9ede32afe12 | 697 | # [1] git ls-remote https://github.com/go-openapi/jsonpointer 5df0d69a6be189afff354877d332f9ede32afe12 |
693 | SRCREV_jsonpointer="5df0d69a6be189afff354877d332f9ede32afe12" | 698 | SRCREV_jsonpointer = "5df0d69a6be189afff354877d332f9ede32afe12" |
694 | SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonpointer" | 699 | SRC_URI += "git://github.com/go-openapi/jsonpointer;name=jsonpointer;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonpointer" |
695 | 700 | ||
696 | # github.com/hashicorp/go-cleanhttp v0.5.2 | 701 | # github.com/hashicorp/go-cleanhttp v0.5.2 |
697 | # [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 | 702 | # [1] git ls-remote https://github.com/hashicorp/go-cleanhttp 6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2 |
698 | SRCREV_go-cleanhttp="6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" | 703 | SRCREV_go-cleanhttp = "6d9e2ac5d828e5f8594b97f88c4bde14a67bb6d2" |
699 | SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-cleanhttp" | 704 | SRC_URI += "git://github.com/hashicorp/go-cleanhttp;name=go-cleanhttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-cleanhttp" |
700 | 705 | ||
701 | # github.com/in-toto/in-toto-golang v0.5.0 | 706 | # github.com/in-toto/in-toto-golang v0.5.0 |
702 | # [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe | 707 | # [1] git ls-remote https://github.com/in-toto/in-toto-golang ec599036d27ebaca3e8c03559d3f8fd5fe429dfe |
703 | SRCREV_in-toto-golang="ec599036d27ebaca3e8c03559d3f8fd5fe429dfe" | 708 | SRCREV_in-toto-golang = "ec599036d27ebaca3e8c03559d3f8fd5fe429dfe" |
704 | SRC_URI += "git://github.com/in-toto/in-toto-golang;name=in-toto-golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/in-toto/in-toto-golang" | 709 | SRC_URI += "git://github.com/in-toto/in-toto-golang;name=in-toto-golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/in-toto/in-toto-golang" |
705 | 710 | ||
706 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | 711 | # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 |
707 | # [1] git ls-remote https://github.com/kballard/go-shellquote 95032a82bc518f77982ea72343cc1ade730072f0 | 712 | # [1] git ls-remote https://github.com/kballard/go-shellquote 95032a82bc518f77982ea72343cc1ade730072f0 |
708 | SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0" | 713 | SRCREV_go-shellquote = "95032a82bc518f77982ea72343cc1ade730072f0" |
709 | SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/kballard/go-shellquote" | 714 | SRC_URI += "git://github.com/kballard/go-shellquote;name=go-shellquote;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/kballard/go-shellquote" |
710 | 715 | ||
711 | # github.com/moby/docker-image-spec v1.3.1 | 716 | # github.com/moby/docker-image-spec v1.3.1 |
712 | # [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af | 717 | # [1] git ls-remote https://github.com/moby/docker-image-spec f1d00ebd2d6d6805170d5543dbca4b850f35f9af |
713 | SRCREV_docker-image-spec="f1d00ebd2d6d6805170d5543dbca4b850f35f9af" | 718 | SRCREV_docker-image-spec = "f1d00ebd2d6d6805170d5543dbca4b850f35f9af" |
714 | SRC_URI += "git://github.com/moby/docker-image-spec;name=docker-image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/docker-image-spec" | 719 | SRC_URI += "git://github.com/moby/docker-image-spec;name=docker-image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/moby/docker-image-spec" |
720 | |||
721 | # github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 | ||
722 | # [1] git ls-remote https://github.com/planetscale/vtprotobuf 0393e58bdf106fe0347e554d272a8f2c84d12461 | ||
723 | SRCREV_vtprotobuf = "0393e58bdf106fe0347e554d272a8f2c84d12461" | ||
724 | SRC_URI += "git://github.com/planetscale/vtprotobuf;name=vtprotobuf;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/planetscale/vtprotobuf" | ||
725 | |||
726 | # github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4 | ||
727 | # [1] git ls-remote https://github.com/tonistiigi/go-csvvalue ddb21b71c0b45f8854f3bb72726ee898a99c2348 | ||
728 | SRCREV_go-csvvalue = "ddb21b71c0b45f8854f3bb72726ee898a99c2348" | ||
729 | SRC_URI += "git://github.com/tonistiigi/go-csvvalue;name=go-csvvalue;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/go-csvvalue" | ||
715 | 730 | ||
716 | # github.com/hashicorp/go-multierror v1.1.1 | 731 | # github.com/hashicorp/go-multierror v1.1.1 |
717 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 | 732 | # [1] git ls-remote https://github.com/hashicorp/go-multierror 9974e9ec57696378079ecc3accd3d6f29401b3a0 |
718 | SRCREV_go-multierror="9974e9ec57696378079ecc3accd3d6f29401b3a0" | 733 | SRCREV_go-multierror = "9974e9ec57696378079ecc3accd3d6f29401b3a0" |
719 | SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/go-multierror" | 734 | SRC_URI += "git://github.com/hashicorp/go-multierror;name=go-multierror;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/hashicorp/go-multierror" |
735 | |||
736 | # github.com/prometheus/client_model v0.6.1 | ||
737 | # [1] git ls-remote https://github.com/prometheus/client_model 571429e996ba2d9499e3dcb12926767ba953c0ef | ||
738 | SRCREV_client_model = "571429e996ba2d9499e3dcb12926767ba953c0ef" | ||
739 | SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/client_model" | ||
720 | 740 | ||
721 | # github.com/mitchellh/copystructure v1.2.0 | 741 | # github.com/russross/blackfriday/v2 v2.1.0 |
722 | # [1] git ls-remote https://github.com/mitchellh/copystructure d4ce1f938f7a7ea2a40bff4544b56be9c00b5e84 | 742 | # [1] git ls-remote https://github.com/russross/blackfriday 4c9bf9512682b995722660a4196c0013228e2049 |
723 | SRCREV_copystructure="d4ce1f938f7a7ea2a40bff4544b56be9c00b5e84" | 743 | SRCREV_blackfriday-v2 = "4c9bf9512682b995722660a4196c0013228e2049" |
724 | SRC_URI += "git://github.com/mitchellh/copystructure;name=copystructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/copystructure" | 744 | SRC_URI += "git://github.com/russross/blackfriday;name=blackfriday-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/russross/blackfriday/v2" |
725 | 745 | ||
726 | # github.com/prometheus/client_model v0.5.0 | 746 | # github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 |
727 | # [1] git ls-remote https://github.com/prometheus/client_model 1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f | 747 | # [1] git ls-remote https://github.com/tonistiigi/dchapes-mode ca0759fec205a36ac026b90f4cf90c04c56e1f8b |
728 | SRCREV_client_model="1c92cadf7d8fa1726bae12e6025cca9b86d2ba5f" | 748 | SRCREV_dchapes-mode = "ca0759fec205a36ac026b90f4cf90c04c56e1f8b" |
729 | SRC_URI += "git://github.com/prometheus/client_model;name=client_model;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_model" | 749 | SRC_URI += "git://github.com/tonistiigi/dchapes-mode;name=dchapes-mode;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/tonistiigi/dchapes-mode" |
730 | 750 | ||
731 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 | 751 | # github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 |
732 | # [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b | 752 | # [1] git ls-remote https://github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b |
733 | SRCREV_gojsonreference="bd5ef7bd5415a7ac448318e64f11a24cd21e594b" | 753 | SRCREV_gojsonreference = "bd5ef7bd5415a7ac448318e64f11a24cd21e594b" |
734 | SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/xeipuuv/gojsonreference" | 754 | SRC_URI += "git://github.com/xeipuuv/gojsonreference;name=gojsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xeipuuv/gojsonreference" |
755 | |||
756 | # github.com/xhit/go-str2duration/v2 v2.1.0 | ||
757 | # [1] git ls-remote https://github.com/xhit/go-str2duration 017325bfda0895fe02177e4ebb07962e58735bbf | ||
758 | SRCREV_go-str2duration-v2 = "017325bfda0895fe02177e4ebb07962e58735bbf" | ||
759 | SRC_URI += "git://github.com/xhit/go-str2duration;name=go-str2duration-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/xhit/go-str2duration/v2" | ||
760 | |||
761 | # github.com/containerd/containerd/v2 v2.0.2 | ||
762 | # [1] git ls-remote https://github.com/containerd/containerd c507a0257ea6462fbd6f5ba4f5c74facb04021f4 | ||
763 | SRCREV_containerd-v2 = "c507a0257ea6462fbd6f5ba4f5c74facb04021f4" | ||
764 | SRC_URI += "git://github.com/containerd/containerd;name=containerd-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/v2" | ||
735 | 765 | ||
736 | # github.com/opencontainers/go-digest v1.0.0 | 766 | # github.com/opencontainers/go-digest v1.0.0 |
737 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a | 767 | # [1] git ls-remote https://github.com/opencontainers/go-digest ea51bea511f75cfa3ef6098cc253c5c3609b037a |
738 | SRCREV_go-digest="ea51bea511f75cfa3ef6098cc253c5c3609b037a" | 768 | SRCREV_go-digest = "ea51bea511f75cfa3ef6098cc253c5c3609b037a" |
739 | SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/go-digest" | 769 | SRC_URI += "git://github.com/opencontainers/go-digest;name=go-digest;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/go-digest" |
740 | 770 | ||
741 | # github.com/aws/aws-sdk-go-v2/config v1.26.6 | 771 | # github.com/aws/aws-sdk-go-v2/config v1.27.27 |
742 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 857d5277b41f290ab7ba0e0f6f96f940045f69b7 | 772 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 b8a0918056d0ae923f811f525c17066bbb45f050 |
743 | SRCREV_config="857d5277b41f290ab7ba0e0f6f96f940045f69b7" | 773 | SRCREV_config = "b8a0918056d0ae923f811f525c17066bbb45f050" |
744 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=config;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/config" | 774 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=config;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/config" |
745 | 775 | ||
746 | # github.com/go-openapi/jsonreference v0.20.2 | 776 | # github.com/go-openapi/jsonreference v0.20.2 |
747 | # [1] git ls-remote https://github.com/go-openapi/jsonreference 1f158e563669961b8e54817e3ea57978d439ffff | 777 | # [1] git ls-remote https://github.com/go-openapi/jsonreference 1f158e563669961b8e54817e3ea57978d439ffff |
748 | SRCREV_jsonreference="1f158e563669961b8e54817e3ea57978d439ffff" | 778 | SRCREV_jsonreference = "1f158e563669961b8e54817e3ea57978d439ffff" |
749 | SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/go-openapi/jsonreference" | 779 | SRC_URI += "git://github.com/go-openapi/jsonreference;name=jsonreference;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-openapi/jsonreference" |
750 | 780 | ||
751 | # github.com/prometheus/client_golang v1.17.0 | 781 | # github.com/go-viper/mapstructure/v2 v2.0.0 |
752 | # [1] git ls-remote https://github.com/prometheus/client_golang fa1408ee351f6aba15c6d0207f7a0021eb3af406 | 782 | # [1] git ls-remote https://github.com/go-viper/mapstructure 6abdb44d71d6ac11f79c11a30a9653c9e4986625 |
753 | SRCREV_client_golang="fa1408ee351f6aba15c6d0207f7a0021eb3af406" | 783 | SRCREV_mapstructure-v2 = "6abdb44d71d6ac11f79c11a30a9653c9e4986625" |
754 | SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/client_golang" | 784 | SRC_URI += "git://github.com/go-viper/mapstructure;name=mapstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/go-viper/mapstructure/v2" |
755 | 785 | ||
756 | # go.opentelemetry.io/otel/sdk/metric v1.21.0 | 786 | # github.com/prometheus/client_golang v1.20.5 |
757 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 787 | # [1] git ls-remote https://github.com/prometheus/client_golang 48e12a185519fd76b4e514b597483781d9ba4093 |
758 | SRCREV_sdk-metric="98b32a6c3a87fbee5d34c063b9096f416b250897" | 788 | SRCREV_client_golang = "48e12a185519fd76b4e514b597483781d9ba4093" |
759 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk-metric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/sdk/metric" | 789 | SRC_URI += "git://github.com/prometheus/client_golang;name=client_golang;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/prometheus/client_golang" |
760 | 790 | ||
761 | # github.com/opencontainers/image-spec v1.1.0-rc6 | 791 | # go.opentelemetry.io/otel/sdk/metric v1.32.0 |
762 | # [1] git ls-remote https://github.com/opencontainers/image-spec 6c2b5fafa0731a97aad0c2a68bac238d6c98c690 | 792 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 7cfbd86a605c85e598eca9a899f6176b17076f4f |
763 | SRCREV_image-spec="6c2b5fafa0731a97aad0c2a68bac238d6c98c690" | 793 | SRCREV_sdk-metric = "7cfbd86a605c85e598eca9a899f6176b17076f4f" |
764 | SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/opencontainers/image-spec" | 794 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk-metric;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/sdk/metric" |
795 | |||
796 | # github.com/opencontainers/image-spec v1.1.1 | ||
797 | # [1] git ls-remote https://github.com/opencontainers/image-spec 147f9c13cedb47a0c4d9a11a222961073d585877 | ||
798 | SRCREV_image-spec = "147f9c13cedb47a0c4d9a11a222961073d585877" | ||
799 | SRC_URI += "git://github.com/opencontainers/image-spec;name=image-spec;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/opencontainers/image-spec" | ||
765 | 800 | ||
766 | # github.com/theupdateframework/notary v0.7.0 | 801 | # github.com/theupdateframework/notary v0.7.0 |
767 | # [1] git ls-remote https://github.com/notaryproject/notary b0b6bfdd4933081e8d5ae026b24e8337311dd598 | 802 | # [1] git ls-remote https://github.com/notaryproject/notary b0b6bfdd4933081e8d5ae026b24e8337311dd598 |
768 | SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598" | 803 | SRCREV_notary = "b0b6bfdd4933081e8d5ae026b24e8337311dd598" |
769 | SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/theupdateframework/notary" | 804 | SRC_URI += "git://github.com/notaryproject/notary;name=notary;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/theupdateframework/notary" |
805 | |||
806 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 | ||
807 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9 | ||
808 | SRCREV_go-fuzz-headers = "e8a1dd7889d65b8a6f02175e0d79d7c0557db7f9" | ||
809 | SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/AdaLogics/go-fuzz-headers" | ||
770 | 810 | ||
771 | # github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 | 811 | # github.com/containerd/containerd/api v1.8.0 |
772 | # [1] git ls-remote https://github.com/AdaLogics/go-fuzz-headers ced1acdcaa24dc39c01b039fc37576c395f506cf | 812 | # [1] git ls-remote https://github.com/containerd/containerd cf36acf6b6dde383952f523e9b0b721b20dec88a |
773 | SRCREV_go-fuzz-headers="ced1acdcaa24dc39c01b039fc37576c395f506cf" | 813 | SRCREV_api = "cf36acf6b6dde383952f523e9b0b721b20dec88a" |
774 | SRC_URI += "git://github.com/AdaLogics/go-fuzz-headers;name=go-fuzz-headers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/AdaLogics/go-fuzz-headers" | 814 | SRC_URI += "git://github.com/containerd/containerd;name=api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/containerd/containerd/api" |
775 | 815 | ||
776 | # github.com/inconshreveable/mousetrap v1.1.0 | 816 | # github.com/inconshreveable/mousetrap v1.1.0 |
777 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 | 817 | # [1] git ls-remote https://github.com/inconshreveable/mousetrap 4e8053ee7ef85a6bd26368364a6d27f1641c1d21 |
778 | SRCREV_mousetrap="4e8053ee7ef85a6bd26368364a6d27f1641c1d21" | 818 | SRCREV_mousetrap = "4e8053ee7ef85a6bd26368364a6d27f1641c1d21" |
779 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/inconshreveable/mousetrap" | 819 | SRC_URI += "git://github.com/inconshreveable/mousetrap;name=mousetrap;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/inconshreveable/mousetrap" |
780 | 820 | ||
781 | # sigs.k8s.io/structured-merge-diff/v4 v4.4.1 | 821 | # sigs.k8s.io/structured-merge-diff/v4 v4.4.1 |
782 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff cf09e71f4508bfc416135048e392a8a4990bf4e3 | 822 | # [1] git ls-remote https://github.com/kubernetes-sigs/structured-merge-diff cf09e71f4508bfc416135048e392a8a4990bf4e3 |
783 | SRCREV_structured-merge-diff-v4="cf09e71f4508bfc416135048e392a8a4990bf4e3" | 823 | SRCREV_structured-merge-diff-v4 = "cf09e71f4508bfc416135048e392a8a4990bf4e3" |
784 | SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=structured-merge-diff-v4;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4" | 824 | SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=structured-merge-diff-v4;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/sigs.k8s.io/structured-merge-diff/v4" |
785 | 825 | ||
786 | # github.com/compose-spec/compose-go/v2 v2.0.2 | 826 | # github.com/compose-spec/compose-go/v2 v2.4.9-0.20250302154753-e508c724a35f |
787 | # [1] git ls-remote https://github.com/compose-spec/compose-go d0722c0e5564b4970f6634592638c0577ef8e028 | 827 | # [1] git ls-remote https://github.com/compose-spec/compose-go e508c724a35f6b21d90b4282baa776916f8a55d0 |
788 | SRCREV_compose-go-v2="d0722c0e5564b4970f6634592638c0577ef8e028" | 828 | SRCREV_compose-go-v2 = "e508c724a35f6b21d90b4282baa776916f8a55d0" |
789 | SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/compose-spec/compose-go/v2" | 829 | SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/compose-spec/compose-go/v2" |
790 | 830 | ||
791 | # tags.cncf.io/container-device-interface v0.6.2 | 831 | # github.com/mitchellh/hashstructure/v2 v2.0.2 |
792 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface fb50bf8fc8b2c3c8fda6d23ab7e044774dcca678 | 832 | # [1] git ls-remote https://github.com/mitchellh/hashstructure a045b665615f739329536a58c25ca6327abf1ec1 |
793 | SRCREV_container-device-interface="fb50bf8fc8b2c3c8fda6d23ab7e044774dcca678" | 833 | SRCREV_hashstructure-v2 = "a045b665615f739329536a58c25ca6327abf1ec1" |
794 | SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=container-device-interface;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/tags.cncf.io/container-device-interface" | 834 | SRC_URI += "git://github.com/mitchellh/hashstructure;name=hashstructure-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/mitchellh/hashstructure/v2" |
795 | 835 | ||
796 | # github.com/aws/aws-sdk-go-v2/credentials v1.16.16 | 836 | # tags.cncf.io/container-device-interface v0.8.1 |
797 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 a75d7694eb2709212655ee25e811d72a1188a68b | 837 | # [1] git ls-remote https://github.com/cncf-tags/container-device-interface d1a2c366833ff17c1b12db9637314e035871b1ef |
798 | SRCREV_credentials="a75d7694eb2709212655ee25e811d72a1188a68b" | 838 | SRCREV_container-device-interface = "d1a2c366833ff17c1b12db9637314e035871b1ef" |
799 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=credentials;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/credentials" | 839 | SRC_URI += "git://github.com/cncf-tags/container-device-interface;name=container-device-interface;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/tags.cncf.io/container-device-interface" |
800 | 840 | ||
801 | # github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 | 841 | # github.com/apparentlymart/go-textseg/v15 v15.0.0 |
802 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 a75d7694eb2709212655ee25e811d72a1188a68b | 842 | # [1] git ls-remote https://github.com/apparentlymart/go-textseg 72b78f42484ddc3f58858f794da1771fb9559ad0 |
803 | SRCREV_sso="a75d7694eb2709212655ee25e811d72a1188a68b" | 843 | SRCREV_v15 = "72b78f42484ddc3f58858f794da1771fb9559ad0" |
804 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sso;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sso" | 844 | SRC_URI += "git://github.com/apparentlymart/go-textseg;name=v15;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/apparentlymart/go-textseg/v15" |
805 | 845 | ||
806 | # github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 | 846 | # github.com/aws/aws-sdk-go-v2/credentials v1.17.27 |
807 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 847 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 b8a0918056d0ae923f811f525c17066bbb45f050 |
808 | SRCREV_sts="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 848 | SRCREV_credentials = "b8a0918056d0ae923f811f525c17066bbb45f050" |
809 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sts;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sts" | 849 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=credentials;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/credentials" |
810 | 850 | ||
811 | # github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 | 851 | # github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 |
812 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 857d5277b41f290ab7ba0e0f6f96f940045f69b7 | 852 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 b8a0918056d0ae923f811f525c17066bbb45f050 |
813 | SRCREV_ini="857d5277b41f290ab7ba0e0f6f96f940045f69b7" | 853 | SRCREV_sso = "b8a0918056d0ae923f811f525c17066bbb45f050" |
814 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ini;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/ini" | 854 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sso;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sso" |
815 | 855 | ||
816 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 | 856 | # github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 |
817 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 09e3965a330155f7db8482269d7d91b9bceb7641 | 857 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
818 | SRCREV_grpc-gateway-v2="09e3965a330155f7db8482269d7d91b9bceb7641" | 858 | SRCREV_sts = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
819 | SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway/v2" | 859 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=sts;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/sts" |
820 | 860 | ||
821 | # google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b | 861 | # github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 |
822 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 | 862 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 4fd9126607b61a0fe22af3a6a31b4e4792a66d83 |
823 | SRCREV_api="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" | 863 | SRCREV_ini = "4fd9126607b61a0fe22af3a6a31b4e4792a66d83" |
824 | SRC_URI += "git://github.com/googleapis/go-genproto;name=api;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto/googleapis/api" | 864 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ini;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/ini" |
825 | 865 | ||
826 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b | 866 | # github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 |
827 | # [1] git ls-remote https://github.com/googleapis/go-genproto 49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846 | 867 | # [1] git ls-remote https://github.com/grpc-ecosystem/grpc-gateway 0b14a81276e64dcbf611990bc211082b62a334e6 |
828 | SRCREV_rpc="49dd2c1f3d0bf0f025ccaf8eeaaad902e3c63846" | 868 | SRCREV_grpc-gateway-v2 = "0b14a81276e64dcbf611990bc211082b62a334e6" |
829 | SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/google.golang.org/genproto/googleapis/rpc" | 869 | SRC_URI += "git://github.com/grpc-ecosystem/grpc-gateway;name=grpc-gateway-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/grpc-ecosystem/grpc-gateway/v2" |
830 | 870 | ||
831 | # github.com/docker/docker-credential-helpers v0.8.0 | 871 | # google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a |
832 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers 8396edb35f8d7229e75482e9d82c7729fa7001b7 | 872 | # [1] git ls-remote https://github.com/googleapis/go-genproto 19429a94021accaa4bb60cbed61190248f4ef066 |
833 | SRCREV_docker-credential-helpers="8396edb35f8d7229e75482e9d82c7729fa7001b7" | 873 | SRCREV_googleapis-api = "19429a94021accaa4bb60cbed61190248f4ef066" |
834 | SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker-credential-helpers" | 874 | SRC_URI += "git://github.com/googleapis/go-genproto;name=googleapis-api;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/api" |
835 | 875 | ||
836 | # github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 | 876 | # google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a |
837 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 f53c9bcd7ccef6fd9f13f77512e78e3a7aa3cc01 | 877 | # [1] git ls-remote https://github.com/googleapis/go-genproto 19429a94021accaa4bb60cbed61190248f4ef066 |
838 | SRCREV_ssooidc="f53c9bcd7ccef6fd9f13f77512e78e3a7aa3cc01" | 878 | SRCREV_rpc = "19429a94021accaa4bb60cbed61190248f4ef066" |
839 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ssooidc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/ssooidc" | 879 | SRC_URI += "git://github.com/googleapis/go-genproto;name=rpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/google.golang.org/genproto/googleapis/rpc" |
840 | 880 | ||
841 | # github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 | 881 | # github.com/docker/docker-credential-helpers v0.8.2 |
842 | # [1] git ls-remote https://github.com/grpc-ecosystem/go-grpc-middleware df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd | 882 | # [1] git ls-remote https://github.com/docker/docker-credential-helpers 6b9df3ebb5da5aa22f722b25506bba1414519c6a |
843 | SRCREV_go-grpc-middleware="df0f91b29bbbdfc3a686a7a8edbe2b9de2072fdd" | 883 | SRCREV_docker-credential-helpers = "6b9df3ebb5da5aa22f722b25506bba1414519c6a" |
844 | SRC_URI += "git://github.com/grpc-ecosystem/go-grpc-middleware;name=go-grpc-middleware;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc-ecosystem/go-grpc-middleware" | 884 | SRC_URI += "git://github.com/docker/docker-credential-helpers;name=docker-credential-helpers;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/docker/docker-credential-helpers" |
845 | 885 | ||
846 | # github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 | 886 | # github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 |
847 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 887 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
848 | SRCREV_imds="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 888 | SRCREV_ssooidc = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
849 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=imds;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/feature/ec2/imds" | 889 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=ssooidc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/ssooidc" |
850 | 890 | ||
851 | # go.opentelemetry.io/otel/exporters/prometheus v0.42.0 | 891 | # github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 |
852 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 | 892 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
853 | SRCREV_prometheus="60666c554065ac4da502fe28943eea4b938ab479" | 893 | SRCREV_imds = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
854 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=prometheus;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/prometheus" | 894 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=imds;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/feature/ec2/imds" |
855 | 895 | ||
856 | # github.com/matttproud/golang_protobuf_extensions v1.0.4 | 896 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 |
857 | # [1] git ls-remote https://github.com/matttproud/golang_protobuf_extensions c182affec369e30f25d3eb8cd8a478dee585ae7d | 897 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
858 | SRCREV_golang_protobuf_extensions="c182affec369e30f25d3eb8cd8a478dee585ae7d" | 898 | SRCREV_otlptrace = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
859 | SRC_URI += "git://github.com/matttproud/golang_protobuf_extensions;name=golang_protobuf_extensions;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/matttproud/golang_protobuf_extensions" | 899 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace" |
860 | |||
861 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 | ||
862 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | ||
863 | SRCREV_otlptrace="98b32a6c3a87fbee5d34c063b9096f416b250897" | ||
864 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptrace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace" | ||
865 | 900 | ||
866 | # github.com/secure-systems-lab/go-securesystemslib v0.4.0 | 901 | # github.com/secure-systems-lab/go-securesystemslib v0.4.0 |
867 | # [1] git ls-remote https://github.com/secure-systems-lab/go-securesystemslib abcd7c95c952df38eb237fab3764ef1b8d2b15c9 | 902 | # [1] git ls-remote https://github.com/secure-systems-lab/go-securesystemslib abcd7c95c952df38eb237fab3764ef1b8d2b15c9 |
868 | SRCREV_go-securesystemslib="abcd7c95c952df38eb237fab3764ef1b8d2b15c9" | 903 | SRCREV_go-securesystemslib = "abcd7c95c952df38eb237fab3764ef1b8d2b15c9" |
869 | SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;name=go-securesystemslib;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/secure-systems-lab/go-securesystemslib" | 904 | SRC_URI += "git://github.com/secure-systems-lab/go-securesystemslib;name=go-securesystemslib;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/secure-systems-lab/go-securesystemslib" |
870 | 905 | ||
871 | # github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 | 906 | # github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 |
872 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 907 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
873 | SRCREV_endpoints-v2="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 908 | SRCREV_endpoints-v2 = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
874 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=endpoints-v2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2" | 909 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=endpoints-v2;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2" |
875 | 910 | ||
876 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0 | 911 | # github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 |
877 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 | 912 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
878 | SRCREV_otlpmetric="60666c554065ac4da502fe28943eea4b938ab479" | 913 | SRCREV_configsources = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
879 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetric;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric" | 914 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=configsources;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/configsources" |
880 | 915 | ||
881 | # github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 | 916 | # github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 |
882 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 917 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0599931efcf551dc63f84ec669d7fb5cfe14f64c |
883 | SRCREV_configsources="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 918 | SRCREV_presigned-url = "0599931efcf551dc63f84ec669d7fb5cfe14f64c" |
884 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=configsources;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/internal/configsources" | 919 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=presigned-url;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url" |
885 | 920 | ||
886 | # github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 | 921 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 |
887 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39 | 922 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080 |
888 | SRCREV_presigned-url="47dd1b1bcbde244357a82ef00fa6a61a9bfb9b39" | 923 | SRCREV_otelhttp = "9cf5701e6b6611b2c406639039a1bccd883db080" |
889 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=presigned-url;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url" | 924 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" |
890 | 925 | ||
891 | # go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 | 926 | # github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 |
892 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 | 927 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 4509a600408280c8dcdbc6825ba750cf1628423d |
893 | SRCREV_otelhttp="ba19074a6785b2b65c86a52c0649cf040319fa96" | 928 | SRCREV_accept-encoding = "4509a600408280c8dcdbc6825ba750cf1628423d" |
894 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" | 929 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=accept-encoding;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding" |
895 | 930 | ||
896 | # github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 | 931 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0 |
897 | # [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 0d643a8f0a8ad09075f41a60acba6a208cb36c58 | 932 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
898 | SRCREV_accept-encoding="0d643a8f0a8ad09075f41a60acba6a208cb36c58" | 933 | SRCREV_otlptracegrpc = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
899 | SRC_URI += "git://github.com/aws/aws-sdk-go-v2;name=accept-encoding;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding" | 934 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracegrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc" |
900 | 935 | ||
901 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 | 936 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 |
902 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 937 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
903 | SRCREV_otlptracegrpc="98b32a6c3a87fbee5d34c063b9096f416b250897" | 938 | SRCREV_otlptracehttp = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
904 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracegrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc" | 939 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracehttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp" |
905 | 940 | ||
906 | # go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 | 941 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0 |
907 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 98b32a6c3a87fbee5d34c063b9096f416b250897 | 942 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
908 | SRCREV_otlptracehttp="98b32a6c3a87fbee5d34c063b9096f416b250897" | 943 | SRCREV_otlpmetricgrpc = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
909 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlptracehttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp" | 944 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetricgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc" |
910 | 945 | ||
911 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0 | 946 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0 |
912 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 | 947 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0 |
913 | SRCREV_otlpmetricgrpc="60666c554065ac4da502fe28943eea4b938ab479" | 948 | SRCREV_otlpmetrichttp = "bc2fe88756962b76eb43ea2fd92ed3f5b6491cc0" |
914 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetricgrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc" | 949 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetrichttp;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp" |
915 | 950 | ||
916 | # go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0 | 951 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 |
917 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 60666c554065ac4da502fe28943eea4b938ab479 | 952 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080 |
918 | SRCREV_otlpmetrichttp="60666c554065ac4da502fe28943eea4b938ab479" | 953 | SRCREV_otelgrpc = "9cf5701e6b6611b2c406639039a1bccd883db080" |
919 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=otlpmetrichttp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp" | 954 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc" |
920 | 955 | ||
921 | # go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 | 956 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0 |
922 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 | 957 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib 9cf5701e6b6611b2c406639039a1bccd883db080 |
923 | SRCREV_otelgrpc="ba19074a6785b2b65c86a52c0649cf040319fa96" | 958 | SRCREV_otelhttptrace = "9cf5701e6b6611b2c406639039a1bccd883db080" |
924 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelgrpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc" | 959 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttptrace;protocol=https;nobranch=1;destsuffix=${GO_SRCURI_DESTSUFFIX}/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace" |
925 | |||
926 | # go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 | ||
927 | # [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go-contrib ba19074a6785b2b65c86a52c0649cf040319fa96 | ||
928 | SRCREV_otelhttptrace="ba19074a6785b2b65c86a52c0649cf040319fa96" | ||
929 | SRC_URI += "git://github.com/open-telemetry/opentelemetry-go-contrib;name=otelhttptrace;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace" | ||
930 | 960 | ||