summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-03-30 15:20:28 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-04-05 16:03:56 -0400
commit712a36da056e0cb82478527c30eed75825d68ae5 (patch)
treeb8697703fef8e843747170604591e14e0e12f60f
parenta77ed260c43f4c2dffeed44b7fc5231f75df2d7e (diff)
downloadmeta-virtualization-712a36da056e0cb82478527c30eed75825d68ae5.tar.gz
docker-compose: update to v2.17.2
Bumping compose to version v2.17.2-8-g02ad467f, which comprises the following commits: a4c324b8 build(deps): bump github.com/docker/cli 087fae98 build(deps): bump github.com/docker/docker c5317496 workaround race condition in ContainerList 72a61c06 add dry-run support to run command b24af42b ci: bump compose-go to v1.13.2 3b85cd2f test: fix e2e commands on Windows 45a852f4 test: generate valid Compose project names from Cucumber specs cd17c8a9 test: update error message 36625ed2 test: fix race in e2e build test a6ffdf61 ci: upgrade to Go 1.20.2 & bump deps 9ab5d8c4 build(deps): bump github.com/moby/buildkit from 0.11.4 to 0.11.5 d637cc3a watch involves up --build after change has been detected 16d5354d watch: add note about goroutine-safety & test 7aaea283 watch: data race / segfault fixes 6bedc196 update -p project name flag documentation a11515e0 introduce `ignore` attribute for watch triggers 6c1f06e4 Run classic builder with BuildConfig, not buildx.Options 88b0d17f use `build` as common API for build scenarios 9e19bc84 use progress to show copy status 105a7c5b watch: add file delete/rename handling f7a13aee build(deps): bump github.com/docker/buildx from 0.10.3 to 0.10.4 bfeb1dc2 Fix concurrent map read/write when recreating containers 0b41df98 build(deps): bump github.com/moby/buildkit from 0.11.3 to 0.11.4 643557d5 build and push binaries images when a PR is merged or a tag pushed 200f47e5 Add support for `additional_contexts` in `build` service config e0aaccf4 introduce dockerfile_inline 754c0688 one off container name use configured Separator for naming e492330d collect built image IDs bbe1b77a progress writer uses dockercli.Err stream fc4d2dfd Remove "-s" from LDFLAGS 85ddfde5 use go 1.20 -cover support 6a0398d7 pad can be negative on small terminal 4434cea5 add dry-run support for push command 3f7d3c26 add dry-run support for pull command 9cc1613b adopt http://no-color.org/ 167c6a89 add dry-run support to restart command 3cfbac66 restart only needed services by checking depends_on relations a3bed265 update compose-go ae26426c Report error if project name is empty after normalization 4ea44797 only consider containers with config_hash labels (i.e, created by compose) 89633748 build(deps): bump github.com/containerd/containerd from 1.6.18 to 1.6.19 33aa6ace build(deps): bump go.opentelemetry.io/otel from 1.13.0 to 1.14.0 e31b95c1 test: tweak pause test to try and prevent failures in Windows CI 7bb60d09 build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 da1ca578 watch: ignore ephemeral files & minor output tweaks 18af72af bump golang/x/net to v0.7.0 (CVE-2022-41723) e831ea82 add support for `restart` for `depends_on` 1edc64ef build(deps): bump github.com/containerd/containerd from 1.6.17 to 1.6.18 f3e543fd apply config options for pseudo-subcommands 9732608e build(deps): bump github.com/docker/buildx from 0.10.2 to 0.10.3 24ff0982 compact TUI to monitor layers download progress 593c4263 ci: bump to Go 1.20.1 and latest deps 313b82e9 ignore services without a build section 5e3e2171 sort service --hash output by service name 9ac0392b introduce --timeout on `up` 0612b34c introduce --no-deps on restart 92e0cd40 also restart dependent services after a service has been restarted 282a29e6 build(deps): bump go.uber.org/goleak from 1.1.12 to 1.2.1 256ec499 exclude unstable labels from config hash 9765f171 store exec details to offer better dry-run status on ExecStart b19df5c9 add support for `excludes` and `rebuild` 7a42ba7e use CGO to enable fsevent on OSX 5b043c4d ci: don't use `-race` on Windows 15f7104c ci: use CGO for tests to enable race detector eb1c7989 support dry-run for rm command 78b94047 support dry-run for stop command 25be264e support dry-run for exec command 7532f769 build(deps): bump go.opentelemetry.io/otel from 1.12.0 to 1.13.0 70ab9f8f bump docker engine and cli version to 23.0.0 with buildkit(v0.11.2) and buildx (v0.10.2) 93bffd9a prevent assignment to entry in nil map 52478f0c wait on service containers as dependencies to be deterministic b5f0a4ee use containers we expect to start for wait condition 0f5b5ccb detect replacement container is created and inform printer so it attach and don't stop a2d36b6c bump golang to 1.20 30772342 ci: Replace deprecated command with environment file fdc17381 add log when copying files/directories between host and containers (both way) 2336d9fe support dry-run for cp command 1640f155 initial support for `sync` e63cbfba use tilt watcher to track filesystem changes 25576289 adjust code and dependencies 7d6ee74e cleanup deprecated ioutil functions (#5919) c08e0771 watch: optimization to help avoid inotify nodes for large file trees (#5769) cf314623 tests: make test fixtures responsible for tearing themselves down (#5512) 1b71e3ef lint: fix local-prefixes for goimports (#5453) 4d822676 ci: add exportloopref linter and upgrade to golangci-lint v1.43.0 (#5281) 6fc0b6ff build: ensure file handles properly closed (#5298) ab84b6ac Fix local go_lintfix errors (#5191) 7161778c watch: use WalkDir to speed up file listing (#4684) 1f5bfe88 test: clean up test loggers a bit (#4580) f79c75ab test: fix lint errors on Darwin (macOS) (#4247) e62993a8 test: enable unused check, remove dead code (#4208) 28251e8b watch: improve error messages when you run out of inotify instances (#3960) c7ba7d9d dockerignore: convert ignore patterns to absolute paths [ch9237] (#3743) 8b393223 watch: fix a dumb errcheck (#3622) b3615d64 watch: increase the windows watch i/o buffer (#3620) 1a1d1707 change org name from windmilleng to tilt-dev (#3346) fd3e0bbe watch: use the recursive watcher on windows (#3306) d2d4d052 Revert "watch: fix inotify tests on windows" (#3147) dda0362b watch: fix inotify tests on windows (#3140) ddc88ec4 circleci: run make shorttest on windows. flag off a large swath of broken tests (#3132) 92c6a65a tilt: enable errcheck on tests (#2877) 00b3caec ci: enable staticcheck, fix problems that were surfaced (#2809) 17087447 logger: move to pkg (#2031) ec781687 watch: add retry counts to fsync (#2023) b22dde9f dockerignore: improve MatchesEntireDir (#1865) a31350ed watch: move more of the directory-skipping logic into the interface (#1864) d744c97f watch: add a simple check when there are no exclusions (#1863) 37647bc6 watch: skip setup if nothing is being watched (#1861) 21e5d564 watch: FileEvents must always be absolute (#1841) 390d5cf1 watch: add tests for ignores and number of watches (#1838) 7f6e189d watch: change the watcher interface to better match how we actually use it (#1835) b5ccea7b watch: record num watches in expvars (#1795) 47551895 makefile: fix goimports -local (#1763) 5e0f1eec watch: fix spurious errors while watching (#1726) f82e2de5 watch: don't watch each individual file (#1613) 9c7f7bc0 live_update: error if syncing from outside of docker context (#1396) 6defe7ca watch: tfw you have a test that asserts broken file-watch behavior :cry: (#1354) 0482f927 watch: add watch function that traverses up directory structure recursively (#1013) e8a34c8d watch: remove inotify-specific bits of watcher_linux (#890) 9e261c18 watch: fix a bug when a file and its ancestor both have direct watches (#863) 1fd7ca54 testing: update internal/watch to use the tempdir fixture (#862) 139edc40 cleanup: wrap errors properly (#772) 38b3f3b6 watch: use `sinceWhen` and `HistoryDone` to avoid spurious events (#557) c5bce8bd watch: fix a spurious error (#344) c8a358a4 watch: try a slightly different ignore strategy (#174) a6701652 watch: fix more data races on darwin (#166) 4562b0bf watch: a new strategy for handling spurious events, hoping to fix race conditions (#163) 4801d2b1 watch: fix a flaky test by ignoring spurious events correctly (#162) 3850a341 watch: fix a segfault on linux (#148) 664e6f6f watch: stop skipping tests (#145) d4f074b3 watch: simplify the fileEvent interface to only contain paths (#144) a3b012d8 add errcheck (#93) a755c84e tilt: copy watch code from tesseract ef34a38a Add remote buildx driver 41e05634 rename `convert` to `config` to align with compose v1 UX c0b4dd86 build(deps): bump go.opentelemetry.io/otel from 1.11.2 to 1.12.0 6754c6b6 add dry-run support of pause and unpause commands 982a8ccb support dry-run for kill command 790712fa update tty and plain text writers to support dry run mode 6fae6a41 Update emacs ignore patterns (#5903) dd5ea044 ignore: add Go umask files to ephemeral set (#5740) 12de97b8 filewatch: use apiserver FileWatch model in EngineState (#4277) 62b5f78f Add .kate-swp files to ignore pattern (#3380) 3f526c5c change org name from windmilleng to tilt-dev (#3346) 12916b75 tilt: ignore a few more vim swap files (#2190) e3948f6b ignore: auto-ignore jetbrains .idea file (#2065) 91a2bdd6 model: move to pkg (#2024) ce61e7bf ignore: improve the ephemeral temp file patterns [ch2663] (#1925) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/docker-compose/docker-compose_git.bb4
-rw-r--r--recipes-containers/docker-compose/files/modules.txt120
-rw-r--r--recipes-containers/docker-compose/relocation.inc30
-rw-r--r--recipes-containers/docker-compose/src_uri.inc305
4 files changed, 303 insertions, 156 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb
index feb8d428..78c7cf12 100644
--- a/recipes-containers/docker-compose/docker-compose_git.bb
+++ b/recipes-containers/docker-compose/docker-compose_git.bb
@@ -9,7 +9,7 @@ DEPENDS = " \
9 9
10# Specify the first two important SRCREVs as the format 10# Specify the first two important SRCREVs as the format
11SRCREV_FORMAT="compose_survey" 11SRCREV_FORMAT="compose_survey"
12SRCREV_compose = "a93f09efacbbc59324ddbab8b81dea8423a0cb63" 12SRCREV_compose = "02ad467f89ebc343aa03ce89d18875ea4d604ea3"
13 13
14SRC_URI = "git://github.com/docker/compose;name=compose;branch=v2;protocol=https" 14SRC_URI = "git://github.com/docker/compose;name=compose;branch=v2;protocol=https"
15 15
@@ -25,7 +25,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f60
25 25
26GO_IMPORT = "import" 26GO_IMPORT = "import"
27 27
28PV = "v2.15.2" 28PV = "v2.17.2"
29 29
30COMPOSE_PKG = "github.com/docker/compose/v2" 30COMPOSE_PKG = "github.com/docker/compose/v2"
31 31
diff --git a/recipes-containers/docker-compose/files/modules.txt b/recipes-containers/docker-compose/files/modules.txt
index 6ad61dc8..8fdc0d6c 100644
--- a/recipes-containers/docker-compose/files/modules.txt
+++ b/recipes-containers/docker-compose/files/modules.txt
@@ -1,33 +1,29 @@
1# go.uber.org/goleak v1.1.12
2## explicit
3# github.com/AlecAivazis/survey/v2 v2.3.6 1# github.com/AlecAivazis/survey/v2 v2.3.6
4## explicit 2## explicit
5# github.com/buger/goterm v1.0.4 3# github.com/buger/goterm v1.0.4
6## explicit 4## explicit
7# github.com/compose-spec/compose-go v1.9.0 5# github.com/compose-spec/compose-go v1.13.2
8## explicit 6## explicit
9# github.com/containerd/console v1.0.3 7# github.com/containerd/console v1.0.3
10## explicit 8## explicit
11# github.com/containerd/containerd v1.6.16 9# github.com/containerd/containerd v1.6.19
12## explicit 10## explicit
13# github.com/cucumber/godog v0.0.0-00010101000000-000000000000 11# github.com/cucumber/godog v0.0.0-00010101000000-000000000000
14## explicit 12## explicit
15# github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf 13# github.com/distribution/distribution/v3 v3.0.0-20230223072852-e5d5810851d1
16## explicit 14## explicit
17# github.com/docker/buildx v0.9.1 15# github.com/docker/buildx v0.10.4
18## explicit 16## explicit
19# github.com/docker/cli v20.10.20+incompatible 17# github.com/docker/cli v23.0.2+incompatible
20## explicit 18## explicit
21# github.com/docker/cli-docs-tool v0.5.1 19# github.com/docker/cli-docs-tool v0.5.1
22## explicit 20## explicit
23# github.com/docker/docker v20.10.20+incompatible 21# github.com/docker/docker v23.0.2+incompatible
24## explicit 22## explicit
25# github.com/docker/go-connections v0.4.0 23# github.com/docker/go-connections v0.4.0
26## explicit 24## explicit
27# github.com/docker/go-units v0.5.0 25# github.com/docker/go-units v0.5.0
28## explicit 26## explicit
29# github.com/fsnotify/fsnotify v1.6.0
30## explicit
31# github.com/golang/mock v1.6.0 27# github.com/golang/mock v1.6.0
32## explicit 28## explicit
33# github.com/hashicorp/go-multierror v1.1.1 29# github.com/hashicorp/go-multierror v1.1.1
@@ -38,9 +34,9 @@
38## explicit 34## explicit
39# github.com/mitchellh/mapstructure v1.5.0 35# github.com/mitchellh/mapstructure v1.5.0
40## explicit 36## explicit
41# github.com/moby/buildkit v0.10.4 37# github.com/moby/buildkit v0.11.5
42## explicit 38## explicit
43# github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f 39# github.com/moby/term v0.0.0-20221205130635-1aeaba878587
44## explicit 40## explicit
45# github.com/morikuni/aec v1.0.0 41# github.com/morikuni/aec v1.0.0
46## explicit 42## explicit
@@ -56,11 +52,13 @@
56## explicit 52## explicit
57# github.com/spf13/pflag v1.0.5 53# github.com/spf13/pflag v1.0.5
58## explicit 54## explicit
59# github.com/stretchr/testify v1.8.1 55# github.com/stretchr/testify v1.8.2
60## explicit 56## explicit
61# github.com/theupdateframework/notary v0.7.0 57# github.com/theupdateframework/notary v0.7.0
62## explicit 58## explicit
63# go.opentelemetry.io/otel v1.11.2 59# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
60## explicit
61# go.opentelemetry.io/otel v1.14.0
64## explicit 62## explicit
65# golang.org/x/sync v0.1.0 63# golang.org/x/sync v0.1.0
66## explicit 64## explicit
@@ -106,13 +104,15 @@
106## explicit 104## explicit
107# github.com/felixge/httpsnoop v1.0.2 105# github.com/felixge/httpsnoop v1.0.2
108## explicit 106## explicit
107# github.com/fsnotify/fsevents v0.1.1
108## explicit
109# github.com/fvbommel/sortorder v1.0.2 109# github.com/fvbommel/sortorder v1.0.2
110## explicit 110## explicit
111# github.com/go-logr/logr v1.2.3 111# github.com/go-logr/logr v1.2.3
112## explicit 112## explicit
113# github.com/go-logr/stdr v1.2.2 113# github.com/go-logr/stdr v1.2.2
114## explicit 114## explicit
115# github.com/gofrs/flock v0.8.0 115# github.com/gofrs/flock v0.8.1
116## explicit 116## explicit
117# github.com/gofrs/uuid v4.2.0+incompatible 117# github.com/gofrs/uuid v4.2.0+incompatible
118## explicit 118## explicit
@@ -144,7 +144,7 @@
144## explicit 144## explicit
145# github.com/hashicorp/golang-lru v0.5.4 145# github.com/hashicorp/golang-lru v0.5.4
146## explicit 146## explicit
147# github.com/imdario/mergo v0.3.13 147# github.com/imdario/mergo v0.3.14
148## explicit 148## explicit
149# github.com/inconshreveable/mousetrap v1.0.1 149# github.com/inconshreveable/mousetrap v1.0.1
150## explicit 150## explicit
@@ -156,11 +156,11 @@
156## explicit 156## explicit
157# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 157# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
158## explicit 158## explicit
159# github.com/klauspost/compress v1.15.9 159# github.com/klauspost/compress v1.15.12
160## explicit 160## explicit
161# github.com/mattn/go-colorable v0.1.12 161# github.com/mattn/go-colorable v0.1.13
162## explicit 162## explicit
163# github.com/mattn/go-isatty v0.0.16 163# github.com/mattn/go-isatty v0.0.17
164## explicit 164## explicit
165# github.com/mattn/go-runewidth v0.0.14 165# github.com/mattn/go-runewidth v0.0.14
166## explicit 166## explicit
@@ -192,21 +192,19 @@
192## explicit 192## explicit
193# github.com/pmezard/go-difflib v1.0.0 193# github.com/pmezard/go-difflib v1.0.0
194## explicit 194## explicit
195# github.com/prometheus/client_golang v1.12.2 195# github.com/prometheus/client_golang v1.14.0
196## explicit 196## explicit
197# github.com/prometheus/client_model v0.2.0 197# github.com/prometheus/client_model v0.3.0
198## explicit 198## explicit
199# github.com/prometheus/common v0.32.1 199# github.com/prometheus/common v0.37.0
200## explicit 200## explicit
201# github.com/prometheus/procfs v0.7.3 201# github.com/prometheus/procfs v0.8.0
202## explicit 202## explicit
203# github.com/rivo/uniseg v0.2.0 203# github.com/rivo/uniseg v0.2.0
204## explicit 204## explicit
205# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 205# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
206## explicit 206## explicit
207# github.com/spf13/viper v1.4.0 207# github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
208## explicit
209# github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
210## explicit 208## explicit
211# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea 209# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
212## explicit 210## explicit
@@ -242,31 +240,31 @@
242## explicit 240## explicit
243# go.opentelemetry.io/otel/sdk v1.4.1 241# go.opentelemetry.io/otel/sdk v1.4.1
244## explicit 242## explicit
245# go.opentelemetry.io/otel/trace v1.11.2 243# go.opentelemetry.io/otel/trace v1.14.0
246## explicit 244## explicit
247# go.opentelemetry.io/proto/otlp v0.12.0 245# go.opentelemetry.io/proto/otlp v0.12.0
248## explicit 246## explicit
249# golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 247# golang.org/x/crypto v0.2.0
250## explicit 248## explicit
251# golang.org/x/net v0.4.0 249# golang.org/x/net v0.7.0
252## explicit 250## explicit
253# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 251# golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
254## explicit 252## explicit
255# golang.org/x/sys v0.4.0 253# golang.org/x/sys v0.5.0
256## explicit 254## explicit
257# golang.org/x/term v0.3.0 255# golang.org/x/term v0.5.0
258## explicit 256## explicit
259# golang.org/x/text v0.6.0 257# golang.org/x/text v0.7.0
260## explicit 258## explicit
261# golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 259# golang.org/x/time v0.1.0
262## explicit 260## explicit
263# google.golang.org/appengine v1.6.7 261# google.golang.org/appengine v1.6.7
264## explicit 262## explicit
265# google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 263# google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
266## explicit 264## explicit
267# google.golang.org/grpc v1.47.0 265# google.golang.org/grpc v1.50.1
268## explicit 266## explicit
269# google.golang.org/protobuf v1.28.0 267# google.golang.org/protobuf v1.28.1
270## explicit 268## explicit
271# gopkg.in/inf.v0 v0.9.1 269# gopkg.in/inf.v0 v0.9.1
272## explicit 270## explicit
@@ -284,10 +282,52 @@
284## explicit 282## explicit
285# sigs.k8s.io/yaml v1.2.0 283# sigs.k8s.io/yaml v1.2.0
286## explicit 284## explicit
285# go.uber.org/goleak v1.2.1
286## explicit
287# github.com/aws/aws-sdk-go-v2 v1.16.3
288## explicit
289# github.com/aws/aws-sdk-go-v2/config v1.15.5
290## explicit
291# github.com/aws/aws-sdk-go-v2/credentials v1.12.0
292## explicit
293# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
294## explicit
295# github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10
296## explicit
297# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
298## explicit
299# github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11
300## explicit
301# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
302## explicit
303# github.com/aws/aws-sdk-go-v2/service/sso v1.11.4
304## explicit
305# github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
306## explicit
307# github.com/aws/smithy-go v1.11.2
308## explicit
309# github.com/fsnotify/fsnotify v1.6.0
310## explicit
311# github.com/hashicorp/hcl v1.0.0
312## explicit
313# github.com/magiconair/properties v1.8.6
314## explicit
315# github.com/moby/sys/mountinfo v0.6.2
316## explicit
317# github.com/pelletier/go-toml/v2 v2.0.5
318## explicit
319# github.com/spf13/afero v1.9.2
320## explicit
321# github.com/spf13/cast v1.5.0
322## explicit
323# github.com/spf13/jwalterweatherman v1.1.0
324## explicit
325# github.com/subosito/gotenv v1.4.1
326## explicit
327# gopkg.in/ini.v1 v1.67.0
328## explicit
287# github.com/cucumber/godog => github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7 329# github.com/cucumber/godog => github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7
288# github.com/docker/cli => github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible 330# golang.org/x/oauth2 => golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
289# github.com/docker/docker => github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
290# github.com/moby/buildkit => github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
291# k8s.io/api => k8s.io/api v0.22.4 331# k8s.io/api => k8s.io/api v0.22.4
292# k8s.io/apimachinery => k8s.io/apimachinery v0.22.4 332# k8s.io/apimachinery => k8s.io/apimachinery v0.22.4
293# k8s.io/client-go => k8s.io/client-go v0.22.4 333# k8s.io/client-go => k8s.io/client-go v0.22.4
diff --git a/recipes-containers/docker-compose/relocation.inc b/recipes-containers/docker-compose/relocation.inc
index 3e66c996..b8ea8fb9 100644
--- a/recipes-containers/docker-compose/relocation.inc
+++ b/recipes-containers/docker-compose/relocation.inc
@@ -11,7 +11,6 @@ export sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2
11 github.com/docker/docker:github.com/docker/docker \ 11 github.com/docker/docker:github.com/docker/docker \
12 github.com/docker/go-connections:github.com/docker/go-connections \ 12 github.com/docker/go-connections:github.com/docker/go-connections \
13 github.com/docker/go-units:github.com/docker/go-units \ 13 github.com/docker/go-units:github.com/docker/go-units \
14 github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify \
15 github.com/golang/mock:github.com/golang/mock \ 14 github.com/golang/mock:github.com/golang/mock \
16 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ 15 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \
17 github.com/hashicorp/go-version:github.com/hashicorp/go-version \ 16 github.com/hashicorp/go-version:github.com/hashicorp/go-version \
@@ -28,6 +27,7 @@ export sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2
28 github.com/spf13/pflag:github.com/spf13/pflag \ 27 github.com/spf13/pflag:github.com/spf13/pflag \
29 github.com/stretchr/testify:github.com/stretchr/testify \ 28 github.com/stretchr/testify:github.com/stretchr/testify \
30 github.com/theupdateframework/notary:github.com/theupdateframework/notary \ 29 github.com/theupdateframework/notary:github.com/theupdateframework/notary \
30 github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify \
31 go.opentelemetry.io/otel:go.opentelemetry.io/otel \ 31 go.opentelemetry.io/otel:go.opentelemetry.io/otel \
32 go.opentelemetry.io/otel/exporters/otlp/internal/retry:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/internal/retry:force \ 32 go.opentelemetry.io/otel/exporters/otlp/internal/retry:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/internal/retry:force \
33 go.opentelemetry.io/otel/exporters/otlp/otlptrace:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/otlptrace:force \ 33 go.opentelemetry.io/otel/exporters/otlp/otlptrace:github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry//exporters/otlp/otlptrace:force \
@@ -40,7 +40,6 @@ export sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2
40 golang.org/x/sync:golang.org/x/sync \ 40 golang.org/x/sync:golang.org/x/sync \
41 gopkg.in/yaml.v2:gopkg.in/yaml.v2 \ 41 gopkg.in/yaml.v2:gopkg.in/yaml.v2 \
42 gotest.tools/v3:github.com/gotestyourself/gotest.tools \ 42 gotest.tools/v3:github.com/gotestyourself/gotest.tools \
43 k8s.io/client-go:k8s.io/client-go \
44 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \ 43 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \
45 github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \ 44 github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \
46 github.com/beorn7/perks:github.com/beorn7/perks \ 45 github.com/beorn7/perks:github.com/beorn7/perks \
@@ -59,6 +58,7 @@ export sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2
59 github.com/docker/go:github.com/docker/go \ 58 github.com/docker/go:github.com/docker/go \
60 github.com/docker/go-metrics:github.com/docker/go-metrics \ 59 github.com/docker/go-metrics:github.com/docker/go-metrics \
61 github.com/felixge/httpsnoop:github.com/felixge/httpsnoop \ 60 github.com/felixge/httpsnoop:github.com/felixge/httpsnoop \
61 github.com/fsnotify/fsevents:github.com/fsnotify/fsevents \
62 github.com/fvbommel/sortorder:github.com/fvbommel/sortorder \ 62 github.com/fvbommel/sortorder:github.com/fvbommel/sortorder \
63 github.com/go-logr/logr:github.com/go-logr/logr \ 63 github.com/go-logr/logr:github.com/go-logr/logr \
64 github.com/go-logr/stdr:github.com/go-logr/stdr \ 64 github.com/go-logr/stdr:github.com/go-logr/stdr \
@@ -97,10 +97,12 @@ export sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2
97 github.com/moby/sys/sequential:github.com/moby/sys/sequential//sequential \ 97 github.com/moby/sys/sequential:github.com/moby/sys/sequential//sequential \
98 github.com/moby/sys/signal:github.com/moby/sys/signal//signal \ 98 github.com/moby/sys/signal:github.com/moby/sys/signal//signal \
99 github.com/moby/sys/symlink:github.com/moby/sys/symlink//symlink \ 99 github.com/moby/sys/symlink:github.com/moby/sys/symlink//symlink \
100 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \
100 github.com/modern-go/concurrent:github.com/modern-go/concurrent \ 101 github.com/modern-go/concurrent:github.com/modern-go/concurrent \
101 github.com/modern-go/reflect2:github.com/modern-go/reflect2 \ 102 github.com/modern-go/reflect2:github.com/modern-go/reflect2 \
102 github.com/opencontainers/runc:github.com/opencontainers/runc \ 103 github.com/opencontainers/runc:github.com/opencontainers/runc \
103 github.com/pelletier/go-toml:github.com/pelletier/go-toml \ 104 github.com/pelletier/go-toml:github.com/pelletier/go-toml \
105 github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2 \
104 github.com/pmezard/go-difflib:github.com/pmezard/go-difflib \ 106 github.com/pmezard/go-difflib:github.com/pmezard/go-difflib \
105 github.com/prometheus/client_golang:github.com/prometheus/client_golang \ 107 github.com/prometheus/client_golang:github.com/prometheus/client_golang \
106 github.com/prometheus/client_model:github.com/prometheus/client_model \ 108 github.com/prometheus/client_model:github.com/prometheus/client_model \
@@ -108,7 +110,6 @@ export sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2
108 github.com/prometheus/procfs:github.com/prometheus/procfs \ 110 github.com/prometheus/procfs:github.com/prometheus/procfs \
109 github.com/rivo/uniseg:github.com/rivo/uniseg \ 111 github.com/rivo/uniseg:github.com/rivo/uniseg \
110 github.com/serialx/hashring:github.com/serialx/hashring \ 112 github.com/serialx/hashring:github.com/serialx/hashring \
111 github.com/spf13/viper:github.com/spf13/viper \
112 github.com/tonistiigi/fsutil:github.com/tonistiigi/fsutil \ 113 github.com/tonistiigi/fsutil:github.com/tonistiigi/fsutil \
113 github.com/tonistiigi/units:github.com/tonistiigi/units \ 114 github.com/tonistiigi/units:github.com/tonistiigi/units \
114 github.com/tonistiigi/vt100:github.com/tonistiigi/vt100 \ 115 github.com/tonistiigi/vt100:github.com/tonistiigi/vt100 \
@@ -138,9 +139,30 @@ export sites="github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2
138 k8s.io/utils:k8s.io/utils \ 139 k8s.io/utils:k8s.io/utils \
139 sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4 \ 140 sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4 \
140 sigs.k8s.io/yaml:sigs.k8s.io/yaml \ 141 sigs.k8s.io/yaml:sigs.k8s.io/yaml \
142 go.uber.org/goleak:go.uber.org/goleak \
143 github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2 \
144 github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/:force \
145 github.com/aws/aws-sdk-go-v2/credentials:github.com/aws/aws-sdk-go-v2/credentials/:force \
146 github.com/aws/aws-sdk-go-v2/feature/ec2/imds:github.com/aws/aws-sdk-go-v2//feature/ec2/imds:force \
147 github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2//internal/configsources:force \
148 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2//internal/endpoints/v2:force \
149 github.com/aws/aws-sdk-go-v2/internal/ini:github.com/aws/aws-sdk-go-v2//internal/ini:force \
150 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:github.com/aws/aws-sdk-go-v2//service/internal/presigned-url:force \
151 github.com/aws/aws-sdk-go-v2/service/sso:github.com/aws/aws-sdk-go-v2//service/sso:force \
152 github.com/aws/aws-sdk-go-v2/service/sts:github.com/aws/aws-sdk-go-v2/service/sts//service/sts:force \
153 github.com/aws/smithy-go:github.com/aws/smithy-go \
154 github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify \
155 github.com/hashicorp/hcl:github.com/hashicorp/hcl \
156 github.com/magiconair/properties:github.com/magiconair/properties \
157 github.com/spf13/afero:github.com/spf13/afero \
158 github.com/spf13/cast:github.com/spf13/cast \
159 github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman \
160 github.com/subosito/gotenv:github.com/subosito/gotenv \
161 gopkg.in/ini.v1:gopkg.in/ini.v1 \
141 github.com/cucumber/godog:github.com/cucumber/godog \ 162 github.com/cucumber/godog:github.com/cucumber/godog \
142 k8s.io/api:k8s.io/api \ 163 k8s.io/api:k8s.io/api \
143 k8s.io/apimachinery:k8s.io/apimachinery" 164 k8s.io/apimachinery:k8s.io/apimachinery \
165 k8s.io/client-go:k8s.io/client-go"
144 166
145 167
146do_compile:prepend() { 168do_compile:prepend() {
diff --git a/recipes-containers/docker-compose/src_uri.inc b/recipes-containers/docker-compose/src_uri.inc
index 71119ca5..92a572fa 100644
--- a/recipes-containers/docker-compose/src_uri.inc
+++ b/recipes-containers/docker-compose/src_uri.inc
@@ -8,9 +8,9 @@ SRC_URI += "git://github.com/AlecAivazis/survey;name=v2;protocol=https;nobranch=
8SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31" 8SRCREV_goterm="a73545aae7d693f786ce4cc687460efca4845f31"
9SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/goterm" 9SRC_URI += "git://github.com/buger/goterm;name=goterm;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/buger/goterm"
10 10
11# github.com/compose-spec/compose-go v1.9.0 11# github.com/compose-spec/compose-go v1.13.2
12# [1] git ls-remote https://github.com/compose-spec/compose-go cb8843fffd9941ad240a7f9fe6da2a4886942f46 12# [1] git ls-remote https://github.com/compose-spec/compose-go 4d6b286b976c3f3aafcf422d56f0b552f4559589
13SRCREV_compose-go="cb8843fffd9941ad240a7f9fe6da2a4886942f46" 13SRCREV_compose-go="4d6b286b976c3f3aafcf422d56f0b552f4559589"
14SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/compose-spec/compose-go" 14SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/compose-spec/compose-go"
15 15
16# github.com/containerd/console v1.0.3 16# github.com/containerd/console v1.0.3
@@ -18,29 +18,29 @@ SRC_URI += "git://github.com/compose-spec/compose-go;name=compose-go;protocol=ht
18SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527" 18SRCREV_console="b5cb846c9186d67bcae3ce3c324e47cd317d9527"
19SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console" 19SRC_URI += "git://github.com/containerd/console;name=console;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/console"
20 20
21# github.com/containerd/containerd v1.6.16 21# github.com/containerd/containerd v1.6.19
22# [1] git ls-remote https://github.com/containerd/containerd 31aa4358a36870b21a992d3ad2bef29e1d693bec 22# [1] git ls-remote https://github.com/containerd/containerd 1e1ea6e986c6c86565bc33d52e34b81b3e2bc71f
23SRCREV_containerd="31aa4358a36870b21a992d3ad2bef29e1d693bec" 23SRCREV_containerd="1e1ea6e986c6c86565bc33d52e34b81b3e2bc71f"
24SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd" 24SRC_URI += "git://github.com/containerd/containerd;name=containerd;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/containerd/containerd"
25 25
26# github.com/cucumber/godog v0.0.0-00010101000000-000000000000 26# github.com/cucumber/godog v0.0.0-00010101000000-000000000000
27# [1] git ls-remote https://github.com/cucumber/godog 62d84eedbc1eee1efc169e2b0bedec355517c991 27# [1] git ls-remote https://github.com/cucumber/godog 6ce2b8696b2e0e73bbb1fea861b04d6f9d8241e9
28SRCREV_godog="62d84eedbc1eee1efc169e2b0bedec355517c991" 28SRCREV_godog="6ce2b8696b2e0e73bbb1fea861b04d6f9d8241e9"
29SRC_URI += "git://github.com/cucumber/godog;name=godog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/godog" 29SRC_URI += "git://github.com/cucumber/godog;name=godog;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/cucumber/godog"
30 30
31# github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf 31# github.com/distribution/distribution/v3 v3.0.0-20230223072852-e5d5810851d1
32# [1] git ls-remote https://github.com/distribution/distribution 92d136e113cf34fcfd5f0c21fadf6eac2f39e803 32# [1] git ls-remote https://github.com/distribution/distribution e5d5810851d1f17a5070e9b6f940d8af98ea3c29
33SRCREV_v3="92d136e113cf34fcfd5f0c21fadf6eac2f39e803" 33SRCREV_v3="e5d5810851d1f17a5070e9b6f940d8af98ea3c29"
34SRC_URI += "git://github.com/distribution/distribution;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3" 34SRC_URI += "git://github.com/distribution/distribution;name=v3;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/distribution/distribution/v3"
35 35
36# github.com/docker/buildx v0.9.1 36# github.com/docker/buildx v0.10.4
37# [1] git ls-remote https://github.com/docker/buildx ed00243a0ce2a0aee75311b06e32d33b44729689 37# [1] git ls-remote https://github.com/docker/buildx c513d34049e499c53468deac6c4267ee72948f02
38SRCREV_buildx="ed00243a0ce2a0aee75311b06e32d33b44729689" 38SRCREV_buildx="c513d34049e499c53468deac6c4267ee72948f02"
39SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/buildx" 39SRC_URI += "git://github.com/docker/buildx;name=buildx;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/buildx"
40 40
41# github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible 41# github.com/docker/cli v23.0.2+incompatible
42# [1] git ls-remote https://github.com/docker/cli 1d6c6e2367e292950e483e3c8ace142792bca718 42# [1] git ls-remote https://github.com/docker/cli 569dd73db13099a7c3104d73aa15117b359045bc
43SRCREV_cli="1d6c6e2367e292950e483e3c8ace142792bca718" 43SRCREV_cli="569dd73db13099a7c3104d73aa15117b359045bc"
44SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli" 44SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/cli"
45 45
46# github.com/docker/cli-docs-tool v0.5.1 46# github.com/docker/cli-docs-tool v0.5.1
@@ -48,9 +48,9 @@ SRC_URI += "git://github.com/docker/cli;name=cli;protocol=https;nobranch=1;dests
48SRCREV_cli-docs-tool="91110f2fe0e0ecbaf79ef925348de8e123b90709" 48SRCREV_cli-docs-tool="91110f2fe0e0ecbaf79ef925348de8e123b90709"
49SRC_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" 49SRC_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"
50 50
51# github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible 51# github.com/docker/docker v23.0.2+incompatible
52# [1] git ls-remote https://github.com/docker/docker 5aac513617f072b15322b147052cbda0d451d389 52# [1] git ls-remote https://github.com/docker/docker 219f21bf07502b447095649b5a2764661737f164
53SRCREV_docker="5aac513617f072b15322b147052cbda0d451d389" 53SRCREV_docker="219f21bf07502b447095649b5a2764661737f164"
54SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker" 54SRC_URI += "git://github.com/docker/docker;name=docker;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/docker/docker"
55 55
56# github.com/docker/go-connections v0.4.0 56# github.com/docker/go-connections v0.4.0
@@ -63,11 +63,6 @@ SRC_URI += "git://github.com/docker/go-connections;name=go-connections;protocol=
63SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f" 63SRCREV_go-units="e682442797b36348f8e1f98defdbf32bac0b6c6f"
64SRC_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" 64SRC_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"
65 65
66# github.com/fsnotify/fsnotify v1.6.0
67# [1] git ls-remote https://github.com/fsnotify/fsnotify 5f8c606accbcc6913853fe7e083ee461d181d88d
68SRCREV_fsnotify="5f8c606accbcc6913853fe7e083ee461d181d88d"
69SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsnotify"
70
71# github.com/golang/mock v1.6.0 66# github.com/golang/mock v1.6.0
72# [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083 67# [1] git ls-remote https://github.com/golang/mock aba2ff9a6844d5e3289e8472d3217d5b3090f083
73SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083" 68SRCREV_mock="aba2ff9a6844d5e3289e8472d3217d5b3090f083"
@@ -93,14 +88,14 @@ SRC_URI += "git://github.com/mattn/go-shellwords;name=go-shellwords;protocol=htt
93SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311" 88SRCREV_mapstructure="ab69d8d93410fce4361f4912bb1ff88110a81311"
94SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure" 89SRC_URI += "git://github.com/mitchellh/mapstructure;name=mapstructure;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/mitchellh/mapstructure"
95 90
96# github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a 91# github.com/moby/buildkit v0.11.5
97# [1] git ls-remote https://github.com/moby/buildkit 55ba9d14360a6c6fb30c110016c09d823fad805b 92# [1] git ls-remote https://github.com/moby/buildkit 252ae63bcf2a9b62777add4838df5a257b86e991
98SRCREV_buildkit="55ba9d14360a6c6fb30c110016c09d823fad805b" 93SRCREV_buildkit="252ae63bcf2a9b62777add4838df5a257b86e991"
99SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/buildkit" 94SRC_URI += "git://github.com/moby/buildkit;name=buildkit;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/buildkit"
100 95
101# github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f 96# github.com/moby/term v0.0.0-20221205130635-1aeaba878587
102# [1] git ls-remote https://github.com/moby/term c43b287e0e0f2460e4ba913936af2f6bdcbe9ed5 97# [1] git ls-remote https://github.com/moby/term 1aeaba8785877a66f57739be9fccb6f5cfab429e
103SRCREV_term="c43b287e0e0f2460e4ba913936af2f6bdcbe9ed5" 98SRCREV_term="1aeaba8785877a66f57739be9fccb6f5cfab429e"
104SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term" 99SRC_URI += "git://github.com/moby/term;name=term;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/term"
105 100
106# github.com/morikuni/aec v1.0.0 101# github.com/morikuni/aec v1.0.0
@@ -138,9 +133,9 @@ SRC_URI += "git://github.com/spf13/cobra;name=cobra;protocol=https;nobranch=1;de
138SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab" 133SRCREV_pflag="2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab"
139SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag" 134SRC_URI += "git://github.com/spf13/pflag;name=pflag;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/pflag"
140 135
141# github.com/stretchr/testify v1.8.1 136# github.com/stretchr/testify v1.8.2
142# [1] git ls-remote https://github.com/stretchr/testify b747d7c5f853d017ddbc5e623d026d7fc2770a58 137# [1] git ls-remote https://github.com/stretchr/testify f36bfe3c337aa95c86f04c721acdbafb5ffb1611
143SRCREV_testify="b747d7c5f853d017ddbc5e623d026d7fc2770a58" 138SRCREV_testify="f36bfe3c337aa95c86f04c721acdbafb5ffb1611"
144SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify" 139SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/stretchr/testify"
145 140
146# github.com/theupdateframework/notary v0.7.0 141# github.com/theupdateframework/notary v0.7.0
@@ -148,9 +143,14 @@ SRC_URI += "git://github.com/stretchr/testify;name=testify;protocol=https;nobran
148SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598" 143SRCREV_notary="b0b6bfdd4933081e8d5ae026b24e8337311dd598"
149SRC_URI += "git://github.com/theupdateframework/notary;name=notary;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/theupdateframework/notary" 144SRC_URI += "git://github.com/theupdateframework/notary;name=notary;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/theupdateframework/notary"
150 145
151# go.opentelemetry.io/otel v1.11.2 146# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
152# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc5cf7eb26a455be6d5b359dea0b6592c4176412 147# [1] git ls-remote https://github.com/tilt-dev/fsnotify fff9c274a375301ae46812f257aa68393790c45b
153SRCREV_otel="bc5cf7eb26a455be6d5b359dea0b6592c4176412" 148SRCREV_fsnotify="fff9c274a375301ae46812f257aa68393790c45b"
149SRC_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"
150
151# go.opentelemetry.io/otel v1.14.0
152# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
153SRCREV_otel="2e54fbb3fede5b54f316b3a08eab236febd854e0"
154SRC_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" 154SRC_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"
155 155
156# golang.org/x/sync v0.1.0 156# golang.org/x/sync v0.1.0
@@ -168,11 +168,6 @@ SRC_URI += "git://gopkg.in/yaml.v2;name=yaml.v2;protocol=https;nobranch=1;destsu
168SRCREV_v31="f086d2783c5b3a2a21b482ec19c1c310e68f4d18" 168SRCREV_v31="f086d2783c5b3a2a21b482ec19c1c310e68f4d18"
169SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools" 169SRC_URI += "git://github.com/gotestyourself/gotest.tools;name=v31;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gotestyourself/gotest.tools"
170 170
171# k8s.io/client-go v0.22.4
172# [1] git ls-remote https://github.com/kubernetes/client-go 29f81448d77a50b041e21e44cbf0269450e8ae03
173SRCREV_client-go="29f81448d77a50b041e21e44cbf0269450e8ae03"
174SRC_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"
175
176# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 171# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
177# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9 172# [1] git ls-remote https://github.com/Azure/go-ansiterm d185dfc1b5a126116ea5a19e148e29d16b4574c9
178SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9" 173SRCREV_go-ansiterm="d185dfc1b5a126116ea5a19e148e29d16b4574c9"
@@ -263,6 +258,11 @@ SRC_URI += "git://github.com/docker/go-metrics;name=go-metrics;protocol=https;no
263SRCREV_httpsnoop="42c30f944879059639bcf7b2ca4aba06f4a83198" 258SRCREV_httpsnoop="42c30f944879059639bcf7b2ca4aba06f4a83198"
264SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop" 259SRC_URI += "git://github.com/felixge/httpsnoop;name=httpsnoop;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/felixge/httpsnoop"
265 260
261# github.com/fsnotify/fsevents v0.1.1
262# [1] git ls-remote https://github.com/fsnotify/fsevents f721bd2b045774a566e8f7f5fa2a9985e04c875d
263SRCREV_fsevents="f721bd2b045774a566e8f7f5fa2a9985e04c875d"
264SRC_URI += "git://github.com/fsnotify/fsevents;name=fsevents;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsevents"
265
266# github.com/fvbommel/sortorder v1.0.2 266# github.com/fvbommel/sortorder v1.0.2
267# [1] git ls-remote https://github.com/fvbommel/sortorder 26fad50c6b32a3064c09ed089865c16f2f3615f6 267# [1] git ls-remote https://github.com/fvbommel/sortorder 26fad50c6b32a3064c09ed089865c16f2f3615f6
268SRCREV_sortorder="26fad50c6b32a3064c09ed089865c16f2f3615f6" 268SRCREV_sortorder="26fad50c6b32a3064c09ed089865c16f2f3615f6"
@@ -278,9 +278,9 @@ SRC_URI += "git://github.com/go-logr/logr;name=logr;protocol=https;nobranch=1;de
278SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262" 278SRCREV_stdr="521af2addfa7c81c8a65d0e85ed34bb6bb6dc262"
279SRC_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" 279SRC_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"
280 280
281# github.com/gofrs/flock v0.8.0 281# github.com/gofrs/flock v0.8.1
282# [1] git ls-remote https://github.com/gofrs/flock 75ec202958fd1654ff47064ba3ebffe14443f391 282# [1] git ls-remote https://github.com/gofrs/flock 6f010d1acea74a32f2f2066bfe324c08bbee30e3
283SRCREV_flock="75ec202958fd1654ff47064ba3ebffe14443f391" 283SRCREV_flock="6f010d1acea74a32f2f2066bfe324c08bbee30e3"
284SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock" 284SRC_URI += "git://github.com/gofrs/flock;name=flock;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/gofrs/flock"
285 285
286# github.com/gofrs/uuid v4.2.0+incompatible 286# github.com/gofrs/uuid v4.2.0+incompatible
@@ -358,9 +358,9 @@ SRC_URI += "git://github.com/hashicorp/go-memdb;name=go-memdb;protocol=https;nob
358SRCREV_golang-lru="14eae340515388ca95aa8e7b86f0de668e981f54" 358SRCREV_golang-lru="14eae340515388ca95aa8e7b86f0de668e981f54"
359SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru" 359SRC_URI += "git://github.com/hashicorp/golang-lru;name=golang-lru;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/golang-lru"
360 360
361# github.com/imdario/mergo v0.3.13 361# github.com/imdario/mergo v0.3.14
362# [1] git ls-remote https://github.com/imdario/mergo 194978757031c1a5c8ff8e059ae75fc2fc2a04f7 362# [1] git ls-remote https://github.com/imdario/mergo d19834bb682056bd1eec5dfe6d9ec9bd9d6ba58f
363SRCREV_mergo="194978757031c1a5c8ff8e059ae75fc2fc2a04f7" 363SRCREV_mergo="d19834bb682056bd1eec5dfe6d9ec9bd9d6ba58f"
364SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo" 364SRC_URI += "git://github.com/imdario/mergo;name=mergo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/imdario/mergo"
365 365
366# github.com/inconshreveable/mousetrap v1.0.1 366# github.com/inconshreveable/mousetrap v1.0.1
@@ -388,19 +388,19 @@ SRC_URI += "git://github.com/json-iterator/go;name=go1;protocol=https;nobranch=1
388SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0" 388SRCREV_go-shellquote="95032a82bc518f77982ea72343cc1ade730072f0"
389SRC_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" 389SRC_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"
390 390
391# github.com/klauspost/compress v1.15.9 391# github.com/klauspost/compress v1.15.12
392# [1] git ls-remote https://github.com/klauspost/compress 4b4f3c94fdf8c3a6c725e2ff110d9b44f88823ed 392# [1] git ls-remote https://github.com/klauspost/compress 9559b037e79ad673c71f6ef7c732c00949014cd2
393SRCREV_compress="4b4f3c94fdf8c3a6c725e2ff110d9b44f88823ed" 393SRCREV_compress="9559b037e79ad673c71f6ef7c732c00949014cd2"
394SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress" 394SRC_URI += "git://github.com/klauspost/compress;name=compress;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/klauspost/compress"
395 395
396# github.com/mattn/go-colorable v0.1.12 396# github.com/mattn/go-colorable v0.1.13
397# [1] git ls-remote https://github.com/mattn/go-colorable e1bb79c8d53c38a60962ad4b8f658226cc983710 397# [1] git ls-remote https://github.com/mattn/go-colorable 11a925cff3d38c293ddc8c05a16b504e3e2c63be
398SRCREV_go-colorable="e1bb79c8d53c38a60962ad4b8f658226cc983710" 398SRCREV_go-colorable="11a925cff3d38c293ddc8c05a16b504e3e2c63be"
399SRC_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" 399SRC_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"
400 400
401# github.com/mattn/go-isatty v0.0.16 401# github.com/mattn/go-isatty v0.0.17
402# [1] git ls-remote https://github.com/mattn/go-isatty 13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8 402# [1] git ls-remote https://github.com/mattn/go-isatty ed75e619dc0f0489fd4062163a7d061eaa249b9c
403SRCREV_go-isatty="13e91bf4058fb93d5629deb7b2e3763ec8f4fdf8" 403SRCREV_go-isatty="ed75e619dc0f0489fd4062163a7d061eaa249b9c"
404SRC_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" 404SRC_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"
405 405
406# github.com/mattn/go-runewidth v0.0.14 406# github.com/mattn/go-runewidth v0.0.14
@@ -478,24 +478,24 @@ SRC_URI += "git://github.com/pelletier/go-toml;name=go-toml;protocol=https;nobra
478SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2" 478SRCREV_go-difflib="792786c7400a136282c1664665ae0a8db921c6c2"
479SRC_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" 479SRC_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"
480 480
481# github.com/prometheus/client_golang v1.12.2 481# github.com/prometheus/client_golang v1.14.0
482# [1] git ls-remote https://github.com/prometheus/client_golang e203144f43306c1f344fbc548fd02c4b79962e30 482# [1] git ls-remote https://github.com/prometheus/client_golang 254e5468413f19fb75cdad45f5ddc0b8c975188c
483SRCREV_client_golang="e203144f43306c1f344fbc548fd02c4b79962e30" 483SRCREV_client_golang="254e5468413f19fb75cdad45f5ddc0b8c975188c"
484SRC_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" 484SRC_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"
485 485
486# github.com/prometheus/client_model v0.2.0 486# github.com/prometheus/client_model v0.3.0
487# [1] git ls-remote https://github.com/prometheus/client_model 7bc5445566f0fe75b15de23e6b93886e982d7bf9 487# [1] git ls-remote https://github.com/prometheus/client_model 63fb9822ca3ba7a4ba5184071fb8f2ea000a99ef
488SRCREV_client_model="7bc5445566f0fe75b15de23e6b93886e982d7bf9" 488SRCREV_client_model="63fb9822ca3ba7a4ba5184071fb8f2ea000a99ef"
489SRC_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" 489SRC_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"
490 490
491# github.com/prometheus/common v0.32.1 491# github.com/prometheus/common v0.37.0
492# [1] git ls-remote https://github.com/prometheus/common 2af6d036253eee1a9a08c6ddf6be6d67537bcdff 492# [1] git ls-remote https://github.com/prometheus/common 49b36038aead362ce78f09337dc5872000bd048a
493SRCREV_common="2af6d036253eee1a9a08c6ddf6be6d67537bcdff" 493SRCREV_common="49b36038aead362ce78f09337dc5872000bd048a"
494SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common" 494SRC_URI += "git://github.com/prometheus/common;name=common;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/common"
495 495
496# github.com/prometheus/procfs v0.7.3 496# github.com/prometheus/procfs v0.8.0
497# [1] git ls-remote https://github.com/prometheus/procfs f436cbb89ece38bf080d446b3ca27053b305eaac 497# [1] git ls-remote https://github.com/prometheus/procfs 344b47c663a30bfb28ca622d488a1cb6c29d6244
498SRCREV_procfs="f436cbb89ece38bf080d446b3ca27053b305eaac" 498SRCREV_procfs="344b47c663a30bfb28ca622d488a1cb6c29d6244"
499SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs" 499SRC_URI += "git://github.com/prometheus/procfs;name=procfs;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/prometheus/procfs"
500 500
501# github.com/rivo/uniseg v0.2.0 501# github.com/rivo/uniseg v0.2.0
@@ -508,14 +508,9 @@ SRC_URI += "git://github.com/rivo/uniseg;name=uniseg;protocol=https;nobranch=1;d
508SRCREV_hashring="8b2912629002c928de72c69aae20c8600bef41a6" 508SRCREV_hashring="8b2912629002c928de72c69aae20c8600bef41a6"
509SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/serialx/hashring" 509SRC_URI += "git://github.com/serialx/hashring;name=hashring;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/serialx/hashring"
510 510
511# github.com/spf13/viper v1.4.0 511# github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa
512# [1] git ls-remote https://github.com/spf13/viper b5bf975e5823809fb22c7644d008757f78a4259e 512# [1] git ls-remote https://github.com/tonistiigi/fsutil fb433841cbfa6e4ece0c1759fc9214ef1c665b89
513SRCREV_viper="b5bf975e5823809fb22c7644d008757f78a4259e" 513SRCREV_fsutil="fb433841cbfa6e4ece0c1759fc9214ef1c665b89"
514SRC_URI += "git://github.com/spf13/viper;name=viper;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/viper"
515
516# github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
517# [1] git ls-remote https://github.com/tonistiigi/fsutil 4638ad635be52e38af6b57952a7a5d3f938704a7
518SRCREV_fsutil="4638ad635be52e38af6b57952a7a5d3f938704a7"
519SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/fsutil" 514SRC_URI += "git://github.com/tonistiigi/fsutil;name=fsutil;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/tonistiigi/fsutil"
520 515
521# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea 516# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
@@ -573,9 +568,9 @@ SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=metric;protoco
573SRCREV_sdk="065ba75c4b9750665d8b577b170997cafeb8f903" 568SRCREV_sdk="065ba75c4b9750665d8b577b170997cafeb8f903"
574SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry" 569SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=sdk;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-go/exporters/otlp/internal/retry"
575 570
576# go.opentelemetry.io/otel/trace v1.11.2 571# go.opentelemetry.io/otel/trace v1.14.0
577# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go bc5cf7eb26a455be6d5b359dea0b6592c4176412 572# [1] git ls-remote https://github.com/open-telemetry/opentelemetry-go 2e54fbb3fede5b54f316b3a08eab236febd854e0
578SRCREV_trace="bc5cf7eb26a455be6d5b359dea0b6592c4176412" 573SRCREV_trace="2e54fbb3fede5b54f316b3a08eab236febd854e0"
579SRC_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" 574SRC_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"
580 575
581# go.opentelemetry.io/proto/otlp v0.12.0 576# go.opentelemetry.io/proto/otlp v0.12.0
@@ -583,39 +578,39 @@ SRC_URI += "git://github.com/open-telemetry/opentelemetry-go;name=trace;protocol
583SRCREV_otlp="24bea1abad46b49ccc25cee455e09afca9a19250" 578SRCREV_otlp="24bea1abad46b49ccc25cee455e09afca9a19250"
584SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-proto-go/otlp" 579SRC_URI += "git://github.com/open-telemetry/opentelemetry-proto-go;name=otlp;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/open-telemetry/opentelemetry-proto-go/otlp"
585 580
586# golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 581# golang.org/x/crypto v0.2.0
587# [1] git ls-remote https://github.com/golang/crypto c6db032c6c884ccc62755e1abf1214e99b8cea5f 582# [1] git ls-remote https://github.com/golang/crypto 183a9b70cc805eca27c9474ce65820b468a28795
588SRCREV_crypto="c6db032c6c884ccc62755e1abf1214e99b8cea5f" 583SRCREV_crypto="183a9b70cc805eca27c9474ce65820b468a28795"
589SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto" 584SRC_URI += "git://github.com/golang/crypto;name=crypto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/crypto"
590 585
591# golang.org/x/net v0.4.0 586# golang.org/x/net v0.7.0
592# [1] git ls-remote https://github.com/golang/net 1e63c2f08a10a150fa02c50ece89b340ae64efe4 587# [1] git ls-remote https://github.com/golang/net 8e2b117aee74f6b86c207a808b0255de45c0a18a
593SRCREV_net="1e63c2f08a10a150fa02c50ece89b340ae64efe4" 588SRCREV_net="8e2b117aee74f6b86c207a808b0255de45c0a18a"
594SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net" 589SRC_URI += "git://github.com/golang/net;name=net;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/net"
595 590
596# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 591# golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
597# [1] git ls-remote https://github.com/golang/oauth2 d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe 592# [1] git ls-remote https://github.com/golang/oauth2 6fdb5e3db783d4a038a89fb82279727f80e7bf8e
598SRCREV_oauth2="d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe" 593SRCREV_oauth2="6fdb5e3db783d4a038a89fb82279727f80e7bf8e"
599SRC_URI += "git://github.com/golang/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2" 594SRC_URI += "git://github.com/golang/oauth2;name=oauth2;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/oauth2"
600 595
601# golang.org/x/sys v0.4.0 596# golang.org/x/sys v0.5.0
602# [1] git ls-remote https://github.com/golang/sys b60007cc4e6f966b1c542e343d026d06723e5653 597# [1] git ls-remote https://github.com/golang/sys 90c8f94a055257f9ab343137cbada4e658750fbb
603SRCREV_sys="b60007cc4e6f966b1c542e343d026d06723e5653" 598SRCREV_sys="90c8f94a055257f9ab343137cbada4e658750fbb"
604SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys" 599SRC_URI += "git://github.com/golang/sys;name=sys;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/sys"
605 600
606# golang.org/x/term v0.3.0 601# golang.org/x/term v0.5.0
607# [1] git ls-remote https://github.com/golang/term 97ca0e3821bf3a3cf6ea2441ece139e524802385 602# [1] git ls-remote https://github.com/golang/term d974fe83263b348b6fa9fb95bebc2ff93997880a
608SRCREV_term1="97ca0e3821bf3a3cf6ea2441ece139e524802385" 603SRCREV_term1="d974fe83263b348b6fa9fb95bebc2ff93997880a"
609SRC_URI += "git://github.com/golang/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term" 604SRC_URI += "git://github.com/golang/term;name=term1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/term"
610 605
611# golang.org/x/text v0.6.0 606# golang.org/x/text v0.7.0
612# [1] git ls-remote https://github.com/golang/text ec5565b1b747ce5ca569aeefc09e737b479a12ac 607# [1] git ls-remote https://github.com/golang/text 71a9c9afc4cd710b9412f7f99f0d8e35b10e488a
613SRCREV_text="ec5565b1b747ce5ca569aeefc09e737b479a12ac" 608SRCREV_text="71a9c9afc4cd710b9412f7f99f0d8e35b10e488a"
614SRC_URI += "git://github.com/golang/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text" 609SRC_URI += "git://github.com/golang/text;name=text;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/text"
615 610
616# golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 611# golang.org/x/time v0.1.0
617# [1] git ls-remote https://github.com/golang/time 90d013bbcef8e15b6f78023a0e3b996267153e7d 612# [1] git ls-remote https://github.com/golang/time f3bd1da661afd6357b957af27c50ccdb248b7dd3
618SRCREV_time="90d013bbcef8e15b6f78023a0e3b996267153e7d" 613SRCREV_time="f3bd1da661afd6357b957af27c50ccdb248b7dd3"
619SRC_URI += "git://github.com/golang/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time" 614SRC_URI += "git://github.com/golang/time;name=time;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/golang.org/x/time"
620 615
621# google.golang.org/appengine v1.6.7 616# google.golang.org/appengine v1.6.7
@@ -623,19 +618,19 @@ SRC_URI += "git://github.com/golang/time;name=time;protocol=https;nobranch=1;des
623SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a" 618SRCREV_appengine="5d1c1d03f8703c2e81478d9a30e9afa2d3e4bd8a"
624SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/appengine" 619SRC_URI += "git://github.com/golang/appengine;name=appengine;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/golang/appengine"
625 620
626# google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 621# google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
627# [1] git ls-remote https://github.com/googleapis/go-genproto c8bf987b8c21778beffccfd5a923546432c2d250 622# [1] git ls-remote https://github.com/googleapis/go-genproto 1bc688fe9f3e0f5d5ae9e946bb15ec517a5e6823
628SRCREV_genproto="c8bf987b8c21778beffccfd5a923546432c2d250" 623SRCREV_genproto="1bc688fe9f3e0f5d5ae9e946bb15ec517a5e6823"
629SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/go-genproto" 624SRC_URI += "git://github.com/googleapis/go-genproto;name=genproto;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/googleapis/go-genproto"
630 625
631# google.golang.org/grpc v1.47.0 626# google.golang.org/grpc v1.50.1
632# [1] git ls-remote https://github.com/grpc/grpc-go 5b509df1e30a25b14dba119c09295924c9e17abe 627# [1] git ls-remote https://github.com/grpc/grpc-go 4c776ec01572d55249df309251900554b46adb41
633SRCREV_grpc="5b509df1e30a25b14dba119c09295924c9e17abe" 628SRCREV_grpc="4c776ec01572d55249df309251900554b46adb41"
634SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc/grpc-go" 629SRC_URI += "git://github.com/grpc/grpc-go;name=grpc;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/grpc/grpc-go"
635 630
636# google.golang.org/protobuf v1.28.0 631# google.golang.org/protobuf v1.28.1
637# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 32051b4f86e54c2142c7c05362c6e96ae3454a1c 632# [1] git ls-remote https://github.com/protocolbuffers/protobuf-go 6875c3d7242d1a3db910ce8a504f124cb840c23a
638SRCREV_protobuf12="32051b4f86e54c2142c7c05362c6e96ae3454a1c" 633SRCREV_protobuf12="6875c3d7242d1a3db910ce8a504f124cb840c23a"
639SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/protocolbuffers/protobuf-go" 634SRC_URI += "git://github.com/protocolbuffers/protobuf-go;name=protobuf12;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/protocolbuffers/protobuf-go"
640 635
641# gopkg.in/inf.v0 v0.9.1 636# gopkg.in/inf.v0 v0.9.1
@@ -668,6 +663,91 @@ SRC_URI += "git://github.com/kubernetes-sigs/structured-merge-diff;name=v41;prot
668SRCREV_yaml="9fc95527decd95bb9d28cc2eab08179b2d0f6971" 663SRCREV_yaml="9fc95527decd95bb9d28cc2eab08179b2d0f6971"
669SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml" 664SRC_URI += "git://github.com/kubernetes-sigs/yaml;name=yaml;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/sigs.k8s.io/yaml"
670 665
666# go.uber.org/goleak v1.2.1
667# [1] git ls-remote https://github.com/uber-go/goleak 83c7e126390f1508ca9cb8e87d70849b55181104
668SRCREV_goleak="83c7e126390f1508ca9cb8e87d70849b55181104"
669SRC_URI += "git://github.com/uber-go/goleak;name=goleak;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/go.uber.org/goleak"
670
671# github.com/aws/aws-sdk-go-v2 v1.16.3
672# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 69119818ef63fe807b5613a9f554f90308480409
673SRCREV_aws-sdk-go-v2="69119818ef63fe807b5613a9f554f90308480409"
674SRC_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"
675
676# github.com/aws/aws-sdk-go-v2/config v1.15.5
677# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 ab8d7edbca56e996a2d170d170014772287a842f
678SRCREV_config="ab8d7edbca56e996a2d170d170014772287a842f"
679SRC_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"
680
681# github.com/aws/aws-sdk-go-v2/credentials v1.12.0
682# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 3ec62266ee884956826f40ea3e70428802dd5b9c
683SRCREV_credentials="3ec62266ee884956826f40ea3e70428802dd5b9c"
684SRC_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"
685
686# github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
687# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 69119818ef63fe807b5613a9f554f90308480409
688SRCREV_imds="69119818ef63fe807b5613a9f554f90308480409"
689SRC_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"
690
691# github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
692# [1] git ls-remote https://github.com/aws/aws-sdk-go-v2 5f14e2a8eba44a6affbdff479aa60775bad7ca0d
693SRCREV_sts="5f14e2a8eba44a6affbdff479aa60775bad7ca0d"
694SRC_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"
695
696# github.com/aws/smithy-go v1.11.2
697# [1] git ls-remote https://github.com/aws/smithy-go 6bfd83cb5d74913656f67e1db01fa730bedc8cd4
698SRCREV_smithy-go="6bfd83cb5d74913656f67e1db01fa730bedc8cd4"
699SRC_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"
700
701# github.com/fsnotify/fsnotify v1.6.0
702# [1] git ls-remote https://github.com/fsnotify/fsnotify 5f8c606accbcc6913853fe7e083ee461d181d88d
703SRCREV_fsnotify1="5f8c606accbcc6913853fe7e083ee461d181d88d"
704SRC_URI += "git://github.com/fsnotify/fsnotify;name=fsnotify1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/fsnotify/fsnotify"
705
706# github.com/hashicorp/hcl v1.0.0
707# [1] git ls-remote https://github.com/hashicorp/hcl 8cb6e5b959231cc1119e43259c4a608f9c51a241
708SRCREV_hcl="8cb6e5b959231cc1119e43259c4a608f9c51a241"
709SRC_URI += "git://github.com/hashicorp/hcl;name=hcl;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/hashicorp/hcl"
710
711# github.com/magiconair/properties v1.8.6
712# [1] git ls-remote https://github.com/magiconair/properties 869a5592420f4ff6ebf74500b5c658b29d973172
713SRCREV_properties="869a5592420f4ff6ebf74500b5c658b29d973172"
714SRC_URI += "git://github.com/magiconair/properties;name=properties;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/magiconair/properties"
715
716# github.com/moby/sys/mountinfo v0.6.2
717# [1] git ls-remote https://github.com/moby/sys 1bf36f7188c31f2797c556c4c4d7d9af7a6a965b
718SRCREV_mountinfo="1bf36f7188c31f2797c556c4c4d7d9af7a6a965b"
719SRC_URI += "git://github.com/moby/sys;name=mountinfo;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/moby/sys/mountinfo"
720
721# github.com/pelletier/go-toml/v2 v2.0.5
722# [1] git ls-remote https://github.com/pelletier/go-toml 942841787a7d70422e4d8bc7d0be28ab911402df
723SRCREV_v21234="942841787a7d70422e4d8bc7d0be28ab911402df"
724SRC_URI += "git://github.com/pelletier/go-toml;name=v21234;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/pelletier/go-toml/v2"
725
726# github.com/spf13/afero v1.9.2
727# [1] git ls-remote https://github.com/spf13/afero 2a70f2bb2db1524bf2aa3ca0cfebefa8d6367b7b
728SRCREV_afero="2a70f2bb2db1524bf2aa3ca0cfebefa8d6367b7b"
729SRC_URI += "git://github.com/spf13/afero;name=afero;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/afero"
730
731# github.com/spf13/cast v1.5.0
732# [1] git ls-remote https://github.com/spf13/cast 2b0eb0f724e320b655240e331aef36d1175986c2
733SRCREV_cast="2b0eb0f724e320b655240e331aef36d1175986c2"
734SRC_URI += "git://github.com/spf13/cast;name=cast;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/cast"
735
736# github.com/spf13/jwalterweatherman v1.1.0
737# [1] git ls-remote https://github.com/spf13/jwalterweatherman 94f6ae3ed3bceceafa716478c5fbf8d29ca601a1
738SRCREV_jwalterweatherman="94f6ae3ed3bceceafa716478c5fbf8d29ca601a1"
739SRC_URI += "git://github.com/spf13/jwalterweatherman;name=jwalterweatherman;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/spf13/jwalterweatherman"
740
741# github.com/subosito/gotenv v1.4.1
742# [1] git ls-remote https://github.com/subosito/gotenv d94fdbe829d24b31d6ac30b6beb28b6420c1778a
743SRCREV_gotenv="d94fdbe829d24b31d6ac30b6beb28b6420c1778a"
744SRC_URI += "git://github.com/subosito/gotenv;name=gotenv;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/github.com/subosito/gotenv"
745
746# gopkg.in/ini.v1 v1.67.0
747# [1] git ls-remote https://gopkg.in/ini.v1 b2f570e5b5b844226bbefe6fb521d891f529a951
748SRCREV_ini.v1="b2f570e5b5b844226bbefe6fb521d891f529a951"
749SRC_URI += "git://gopkg.in/ini.v1;name=ini.v1;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/gopkg.in/ini.v1"
750
671# github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7 751# github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7
672# [1] git ls-remote https://github.com/laurazard/godog 4c4b17abdae7fd4f9d35cfe391ca65d172b092e3 752# [1] git ls-remote https://github.com/laurazard/godog 4c4b17abdae7fd4f9d35cfe391ca65d172b092e3
673SRCREV_godog1="4c4b17abdae7fd4f9d35cfe391ca65d172b092e3" 753SRCREV_godog1="4c4b17abdae7fd4f9d35cfe391ca65d172b092e3"
@@ -683,3 +763,8 @@ SRC_URI += "git://github.com/kubernetes/api;name=api;protocol=https;nobranch=1;d
683SRCREV_apimachinery="e757da007984b92fc3d1da457f4bc3b900606642" 763SRCREV_apimachinery="e757da007984b92fc3d1da457f4bc3b900606642"
684SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apimachinery" 764SRC_URI += "git://github.com/kubernetes/apimachinery;name=apimachinery;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vendor.fetch/k8s.io/apimachinery"
685 765
766# k8s.io/client-go v0.22.4
767# [1] git ls-remote https://github.com/kubernetes/client-go 29f81448d77a50b041e21e44cbf0269450e8ae03
768SRCREV_client-go="29f81448d77a50b041e21e44cbf0269450e8ae03"
769SRC_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"
770