summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-compose/files
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-01-30 08:52:28 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-02-10 12:36:11 -0500
commitcfa6717d3a63c1cdf286f6a4db7bc24e8d938a0d (patch)
tree01b4727f99bad662210087d50323df5a52e4b643 /recipes-containers/docker-compose/files
parent975f0a1d4084827b678452b475905cc2e80dfb27 (diff)
downloadmeta-virtualization-cfa6717d3a63c1cdf286f6a4db7bc24e8d938a0d.tar.gz
docker-compose: update to v2.15.1
Bumping compose to version v2.14.0-155-ga93f09ef, which comprises the following commits: 51bcfa37 build(deps): bump github.com/containerd/containerd from 1.6.15 to 1.6.16 982a8ccb support dry-run for kill command 790712fa update tty and plain text writers to support dry run mode 97752b23 refresh Maintainers list 634a7d2a Support for docker compose build --push when using multiple platforms a288332f Update docs to add `--scale` argument to `compose create` 9d53ed8f Add `--scale` to `compose create`, refactor scale option df707352 Fix: Handle concurrent threads using mutex on the rainbowColor function d8bf175c Remove unecessary files 4816f40b Fix: remove the infinite goroutine ed5a2e83 Remove unecessary files fa8d075d Fix: remove the infinite goroutine 33c3f4df alias -n for --tail to align with docker CLI aa313873 cleanup TUI lines after switching to "compact" mode d47f0f31 Update docs to mention `COMPOSE_PARALLEL_LIMITS` and ways to configure parallelism 4721c017 fix docs to reflect docker compose ps being aligned with docker ps 5919fcb4 Revert "Fix Goroutine leak in v2/command/formatter" 3a21e1e3 Fix Linting Issues b670aefb Feat: Clean inifinite Goroutine 220626ec Only account running containers for logs 291e1bd6 bump compose-go to version v1.9.0 e94eb056 allow a TTY to be allocated with -t c15bf195 debounce refresh requests with quietperiod 0b1c8672 Add tests for filtering containers not created by Compose 82ef9985 Ignore containers created outside compose fb36f7ff directly embed the orignal APIClient in the DryRunClient 3fac506a identify functions which need to be ovorridden for dry run feature eb59b0e2 add alpha command to test dry-run 5081ab05 create custom CLI when dry-run mode active update documentation 13ef440d add DryRun API Client with delagation pattern fbf845c5 add dry-run flag 5a2b7b83 use compose service methods when exist instead of directly service.dockerCli 8c07fa4d mark alpha command as experimental 9daf4189 Adjust terminal height calc bb9cf322 introduce experimental watch command (skeletton) 69a09624 Skip child events when printer events > terminal height f2088bb9 fix typo dadad01e Update docs programatically like you're supposed to 1adc9f54 fix docs yaml 4cebce3a This option lives in the create options, not the run options bd8e5744 Add remove-orphans functionality to run, because it recommends that in error messages 4ad87463 Add :cucumber: GHA workflow cc912c62 introduce --remove-orphans in compose create command 3e12a7cb pass proxy config as build args - same as docker/buildx#959 0c197997 Remove unused kube tag 73ebbffb Don't share the options map b326a9da don't filter by services if no filter was set f1313f3a use a simpler prompt implementation when we lack a terminal a226d014 fix CVE-2022-27664 and CVE-2022-32149 high-risk vulnerability 7e2af3aa build(deps): bump github.com/containerd/containerd from 1.6.14 to 1.6.15 96bbda98 add support for uts namespace aa5cdf2b add support for COMPOSE_PARALLEL_LIMIT (parity with Compose v1) d5e4f006 introduce --no-attach to ignore some service output 8b4ac37f introduce `--ignore-buildable` to ignore buildable images on pull b96e27e0 limit build concurrency according to --parallel 37d15d7e Ignore not only auto-removed containers but also "removal in progress" for orphan containers dde7eea2 Update expected Cucumber `compose ps` output to match changes a2247807 Set `pullChanged` when setting `--pull` on `compose up` ffce33ec Fix empty file when using compose config in case of smaller source files 8a3248d0 Update documentation 52e7f0fb build(deps): bump github.com/docker/cli-docs-tool from 0.5.0 to 0.5.1 fd353ffa add support of privileged attribut in service.build section adf8e753 cleanup framework.go from uncessary debug logs 9f7ad18d reduce cyclomatic complexity 40ebcd62 fix security opts support (seccomp and unconfined) 9bd9f176 check service names based on project, not running containers 5dcadc05 debut output for CI c72f161a change the way finding the just built compose binary 86a648bd e2e tests display Compose version used to run the test currently the version displayed is the one installed and not the one use for the tests 27a32419 rely on CI timeout 935968fe add buildx plugin to e2e configuration directory 91371fef remove flaky TestLocalComposeLogsFollow 986bc445 service hash MUST exclude replicas 24f83271 don't assume os.Stdout and rely on dockerCLI.streams dacf2437 dump stdout to help diagnose flaky test 22d2e838 don't fail `logs` when driver:none is set b4b73199 introduce support for cgroup namespace aae5ddca build(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.14 0ab5079c fix race condition on compose logs 89ef8198 update projectOptions to be public by renaming it to ProjectOptions b8bbdcd8 detect dependency failed to start d0e95cca set CPU quota 7bc27d44 Use `DOCKER_DEFAULT_PLATFORM` to determine platform when creating container c1ce53c9 fix regression running pull --ignore-pull-failures e42673da only list running containers when --all=false ffb95449 volume: fix WCOW volume mounts 5c1484ec apply uid/gid when creating secret from environment 84984864 load project from explicit --files when set 8566daa9 use recently introduced `withSelectedServicesOnly` to reduce code duplication 84ea395d introduce --timestamp option on compose up 1cb5536a Address review comments e4850d9c Add --include-deps to push command 8c39b5b7 align `--format` flag and UX with docker cli bc568eeb align `compose ps` output with `docker ps` a501ab3a use StatusError from docker/cli, not "dockerd" d4a4dcf4 resolve --env-file as absolute path 05e987dd fix parsing of repository:tag 0368f190 distinguish stdout and stderr in `up` logs 3ee2ab87 ContainerStart must run sequentially for engine to assing distinct ports within configured range 8f991a20 Fix corner case when there's no container to attach to 0234e134 Don't stop pull for images that can be built c342891f Squashed commit of the following: 8ef34947 build(deps): bump github.com/containerd/containerd from 1.6.10 to 1.6.12 cc247fdb remove go.* from e2e tests directory a4ac6ab6 added table of contents inside readme a73dce44 fix race condition collecting pulled images IDs 804d7163 detect required service are gone to stop watching explicit API to stop the log printer cc60026c update to go1.19.4 87a0a57f Cleanup tips from output 95bc6c58 check only running containers in after down tests of profiles e2e tests 57a1e1e0 Update `e2e` mod deps 02305756 build(deps): bump go.opentelemetry.io/otel from 1.11.1 to 1.11.2 a0acc20d introduce --parallel to limit concurrent engine calls 053f20ed port: improve error-handling if port not found (#10039) 9b8d520b ci: upgrade to Go 1.19.3 & bump deps 113fb673 schema: add support for tmpfs.mode in mount definition (#10031) b9e5f9e9 test: speed up Cucumber stop test (#10032) c74a77e8 Make use of Containers.filter() and isService() 7f975fa4 Fix replacing "service:x" with "container:y" 73691276 use StringToBool to detect COMPOSE_IGNORE_ORPHANS 2e7644ff use api.Separator to print right image names 8f2b7471 use DistributionInspect to resolve image digest 9ac4f699 move image digests resolution to backend 2bef9769 Broken Link fixed in compose docs 707d55c7 add file header and cleanup profiles e2e tests 5edd7830 add e2e tests to check profile activation via targeted service 6fbef296 add e2e tests to check no profile usages 7fe43a8b add e2e tests using explicitly profiles 24ec0b2d pass services list to projectOrName function to add profiles for targeted services ed38fe0d only stop services started by `up` on interruption 06e71371 docs: fix grammatical issues (#9997) fb5b90ed implement support for oom_score_adj 10a5d998 useDockerDefaultOrServicePlatform fct should return service.platform if defined and present in the build.platforms list (or if the list is empty) c3e5e499 configure buildx for plain output if --ansi=never has been set 4bf98c70 change the default branch of the doc repository d7a24e9c Update `e2e` module deps 19d6ca9c ignore error parsing container number label, just warn 6fe03e93 Update docs 35d31cc5 Add `--build` option to `compose run` 7c5675c3 use platform defined by DOCKER_DEFAULT_PLATFORM when pulling and no service platform defined a077e8a2 display creation warnings from the engine 8c1e2af3 add e2e tests to check build dependency between services a9e07020 check if a missing image won't be build via a service declared in depends_on section 32f29b83 add --no-consistency flag to convert command 533fc616 use COMPOSE_PROFILES value only if no command line arg profiles used bfb9e11f build(deps): bump github.com/containerd/containerd from 1.6.9 to 1.6.10 09e742b3 exclude issues with the kind/feature label from stale bot process 306ae161 ci: upgrade to compose-go v1.7.0 fd4aecef ci: update dependencies to latest 34e945a5 ci: remove uses of deprecated gotest.tools v2 (#9935) e1899421 Update `e2e` module dependencies 369e9125 build(deps): bump github.com/containerd/containerd from 1.6.8 to 1.6.9 7ba9aac5 add support of deploy.reservation.memory 6d64242f Update deps for `e2e` module eaf27d9d map deploy.restart_policy.condition to engine values 36a91839 build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 533abc3b go.mod: docker 5aac513617f072b15322b147052cbda0d451d389 / v22.06-dev 197c1690 update docker engine API to apply fix of CVE-2022-39253 c630c8d2 go.mod: update docker-credential-helpers v0.7.0 41cf5ee3 go.mod: remove replace for runc b7053cad go mod: tidy and group "require" blocks, update comments 717ace99 Update `e2e` module deps 8bdfc627 build(deps): bump go.opentelemetry.io/otel from 1.11.0 to 1.11.1 dd13299e Skip flaky test in CI 3f0550f8 log the error object instead of the string message only 18ce1f41 replace deprecated functions 3bf29d40 bump docker dependencies version 7424a3d3 Fix Makefile target `validate-go-mod` to only run correct bakefile target 6b7e9466 Update `e2e` module deps 91eae4f0 Add Codecov 8b897214 port: fix container name in error message (#9909) f43a1e3e github: add feature request template fa1ae635 github: switch to issue template form afc0263f build(deps): bump go.opentelemetry.io/otel from 1.10.0 to 1.11.0 bb002a76 Update e2e mod dependencies 2ccd57e0 build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker-compose/files')
-rw-r--r--recipes-containers/docker-compose/files/modules.txt170
1 files changed, 95 insertions, 75 deletions
diff --git a/recipes-containers/docker-compose/files/modules.txt b/recipes-containers/docker-compose/files/modules.txt
index c132fbff..6ad61dc8 100644
--- a/recipes-containers/docker-compose/files/modules.txt
+++ b/recipes-containers/docker-compose/files/modules.txt
@@ -1,92 +1,104 @@
1# go.uber.org/goleak v1.1.12
2## explicit
1# github.com/AlecAivazis/survey/v2 v2.3.6 3# github.com/AlecAivazis/survey/v2 v2.3.6
2## explicit 4## explicit
3# github.com/buger/goterm v1.0.4 5# github.com/buger/goterm v1.0.4
4## explicit 6## explicit
5# github.com/cnabio/cnab-to-oci v0.3.7 7# github.com/compose-spec/compose-go v1.9.0
6## explicit
7# github.com/compose-spec/compose-go v1.6.0
8## explicit 8## explicit
9# github.com/containerd/console v1.0.3 9# github.com/containerd/console v1.0.3
10## explicit 10## explicit
11# github.com/containerd/containerd v1.6.8 11# github.com/containerd/containerd v1.6.16
12## explicit
13# github.com/cucumber/godog v0.0.0-00010101000000-000000000000
12## explicit 14## explicit
13# github.com/distribution/distribution/v3 v3.0.0-20220907155224-78b9c98c5c31 15# github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
14## explicit 16## explicit
15# github.com/docker/buildx v0.8.2 17# github.com/docker/buildx v0.9.1
16## explicit 18## explicit
17# github.com/docker/cli v20.10.17+incompatible 19# github.com/docker/cli v20.10.20+incompatible
18## explicit 20## explicit
19# github.com/docker/cli-docs-tool v0.5.0 21# github.com/docker/cli-docs-tool v0.5.1
20## explicit 22## explicit
21# github.com/docker/docker v20.10.17+incompatible 23# github.com/docker/docker v20.10.20+incompatible
22## explicit 24## explicit
23# github.com/docker/go-connections v0.4.0 25# github.com/docker/go-connections v0.4.0
24## explicit 26## explicit
25# github.com/docker/go-units v0.5.0 27# github.com/docker/go-units v0.5.0
26## explicit 28## explicit
29# github.com/fsnotify/fsnotify v1.6.0
30## explicit
27# github.com/golang/mock v1.6.0 31# github.com/golang/mock v1.6.0
28## explicit 32## explicit
29# github.com/hashicorp/go-multierror v1.1.1 33# github.com/hashicorp/go-multierror v1.1.1
30## explicit 34## explicit
31# github.com/hashicorp/go-version v1.6.0 35# github.com/hashicorp/go-version v1.6.0
32## explicit 36## explicit
33# github.com/mattn/go-isatty v0.0.16
34## explicit
35# github.com/mattn/go-shellwords v1.0.12 37# github.com/mattn/go-shellwords v1.0.12
36## explicit 38## explicit
39# github.com/mitchellh/mapstructure v1.5.0
40## explicit
37# github.com/moby/buildkit v0.10.4 41# github.com/moby/buildkit v0.10.4
38## explicit 42## explicit
39# github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae 43# github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
40## explicit 44## explicit
41# github.com/morikuni/aec v1.0.0 45# github.com/morikuni/aec v1.0.0
42## explicit 46## explicit
43# github.com/opencontainers/go-digest v1.0.0 47# github.com/opencontainers/go-digest v1.0.0
44## explicit 48## explicit
45# github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 49# github.com/opencontainers/image-spec v1.1.0-rc2
46## explicit 50## explicit
47# github.com/pkg/errors v0.9.1 51# github.com/pkg/errors v0.9.1
48## explicit 52## explicit
49# github.com/sirupsen/logrus v1.9.0 53# github.com/sirupsen/logrus v1.9.0
50## explicit 54## explicit
51# github.com/spf13/cobra v1.6.0 55# github.com/spf13/cobra v1.6.1
52## explicit 56## explicit
53# github.com/spf13/pflag v1.0.5 57# github.com/spf13/pflag v1.0.5
54## explicit 58## explicit
55# github.com/stretchr/testify v1.8.0 59# github.com/stretchr/testify v1.8.1
56## explicit 60## explicit
57# github.com/theupdateframework/notary v0.7.0 61# github.com/theupdateframework/notary v0.7.0
58## explicit 62## explicit
59# golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde 63# go.opentelemetry.io/otel v1.11.2
60## explicit 64## explicit
61# gopkg.in/yaml.v2 v2.4.0 65# golang.org/x/sync v0.1.0
62## explicit 66## explicit
63# gotest.tools v2.2.0+incompatible 67# gopkg.in/yaml.v2 v2.4.0
64## explicit 68## explicit
65# gotest.tools/v3 v3.4.0 69# gotest.tools/v3 v3.4.0
66## explicit 70## explicit
67# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 71# k8s.io/client-go v0.24.1
68## explicit 72## explicit
69# github.com/Masterminds/semver v1.5.0 73# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
70## explicit 74## explicit
71# github.com/Microsoft/go-winio v0.5.2 75# github.com/Microsoft/go-winio v0.5.2
72## explicit 76## explicit
73# github.com/beorn7/perks v1.0.1 77# github.com/beorn7/perks v1.0.1
74## explicit 78## explicit
79# github.com/bugsnag/bugsnag-go v1.5.0
80## explicit
81# github.com/cenkalti/backoff/v4 v4.1.2
82## explicit
75# github.com/cespare/xxhash/v2 v2.1.2 83# github.com/cespare/xxhash/v2 v2.1.2
76## explicit 84## explicit
77# github.com/cnabio/cnab-go v0.23.4 85# github.com/cloudflare/cfssl v1.4.1
78## explicit 86## explicit
79# github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8 87# github.com/containerd/continuity v0.3.0
80## explicit 88## explicit
81# github.com/containerd/ttrpc v1.1.0 89# github.com/containerd/ttrpc v1.1.0
82## explicit 90## explicit
83# github.com/containerd/typeurl v1.0.2 91# github.com/containerd/typeurl v1.0.2
84## explicit 92## explicit
93# github.com/cucumber/gherkin-go/v19 v19.0.3
94## explicit
95# github.com/cucumber/messages-go/v16 v16.0.1
96## explicit
85# github.com/davecgh/go-spew v1.1.1 97# github.com/davecgh/go-spew v1.1.1
86## explicit 98## explicit
87# github.com/docker/distribution v2.8.1+incompatible 99# github.com/docker/distribution v2.8.1+incompatible
88## explicit 100## explicit
89# github.com/docker/docker-credential-helpers v0.6.4 101# github.com/docker/docker-credential-helpers v0.7.0
90## explicit 102## explicit
91# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c 103# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
92## explicit 104## explicit
@@ -102,18 +114,22 @@
102## explicit 114## explicit
103# github.com/gofrs/flock v0.8.0 115# github.com/gofrs/flock v0.8.0
104## explicit 116## explicit
117# github.com/gofrs/uuid v4.2.0+incompatible
118## explicit
105# github.com/gogo/googleapis v1.4.1 119# github.com/gogo/googleapis v1.4.1
106## explicit 120## explicit
107# github.com/gogo/protobuf v1.3.2 121# github.com/gogo/protobuf v1.3.2
108## explicit 122## explicit
109# github.com/golang/protobuf v1.5.2 123# github.com/golang/protobuf v1.5.2
110## explicit 124## explicit
111# github.com/google/go-cmp v0.5.8 125# github.com/google/go-cmp v0.5.9
112## explicit 126## explicit
113# github.com/google/gofuzz v1.2.0 127# github.com/google/gofuzz v1.2.0
114## explicit 128## explicit
115# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 129# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
116## explicit 130## explicit
131# github.com/googleapis/gnostic v0.5.5
132## explicit
117# github.com/gorilla/mux v1.8.0 133# github.com/gorilla/mux v1.8.0
118## explicit 134## explicit
119# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 135# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
@@ -122,29 +138,47 @@
122## explicit 138## explicit
123# github.com/hashicorp/errwrap v1.1.0 139# github.com/hashicorp/errwrap v1.1.0
124## explicit 140## explicit
141# github.com/hashicorp/go-immutable-radix v1.3.1
142## explicit
143# github.com/hashicorp/go-memdb v1.3.2
144## explicit
145# github.com/hashicorp/golang-lru v0.5.4
146## explicit
125# github.com/imdario/mergo v0.3.13 147# github.com/imdario/mergo v0.3.13
126## explicit 148## explicit
127# github.com/inconshreveable/mousetrap v1.0.1 149# github.com/inconshreveable/mousetrap v1.0.1
128## explicit 150## explicit
151# github.com/jinzhu/gorm v1.9.11
152## explicit
153# github.com/jonboulle/clockwork v0.3.1-0.20230117163003-a89700cec744
154## explicit
129# github.com/json-iterator/go v1.1.12 155# github.com/json-iterator/go v1.1.12
130## explicit 156## explicit
131# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 157# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
132## explicit 158## explicit
133# github.com/klauspost/compress v1.15.1 159# github.com/klauspost/compress v1.15.9
134## explicit 160## explicit
135# github.com/mattn/go-colorable v0.1.12 161# github.com/mattn/go-colorable v0.1.12
136## explicit 162## explicit
137# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 163# github.com/mattn/go-isatty v0.0.16
164## explicit
165# github.com/mattn/go-runewidth v0.0.14
166## explicit
167# github.com/matttproud/golang_protobuf_extensions v1.0.4
138## explicit 168## explicit
139# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b 169# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
140## explicit 170## explicit
141# github.com/miekg/pkcs11 v1.1.1 171# github.com/miekg/pkcs11 v1.1.1
142## explicit 172## explicit
143# github.com/mitchellh/mapstructure v1.5.0
144## explicit
145# github.com/moby/locker v1.0.1 173# github.com/moby/locker v1.0.1
146## explicit 174## explicit
147# github.com/moby/sys/signal v0.6.0 175# github.com/moby/patternmatcher v0.5.0
176## explicit
177# github.com/moby/spdystream v0.2.0
178## explicit
179# github.com/moby/sys/sequential v0.5.0
180## explicit
181# github.com/moby/sys/signal v0.7.0
148## explicit 182## explicit
149# github.com/moby/sys/symlink v0.2.0 183# github.com/moby/sys/symlink v0.2.0
150## explicit 184## explicit
@@ -152,13 +186,13 @@
152## explicit 186## explicit
153# github.com/modern-go/reflect2 v1.0.2 187# github.com/modern-go/reflect2 v1.0.2
154## explicit 188## explicit
155# github.com/opencontainers/runc v1.1.2 189# github.com/opencontainers/runc v1.1.3
156## explicit 190## explicit
157# github.com/pelletier/go-toml v1.9.4 191# github.com/pelletier/go-toml v1.9.5
158## explicit 192## explicit
159# github.com/pmezard/go-difflib v1.0.0 193# github.com/pmezard/go-difflib v1.0.0
160## explicit 194## explicit
161# github.com/prometheus/client_golang v1.12.1 195# github.com/prometheus/client_golang v1.12.2
162## explicit 196## explicit
163# github.com/prometheus/client_model v0.2.0 197# github.com/prometheus/client_model v0.2.0
164## explicit 198## explicit
@@ -166,11 +200,13 @@
166## explicit 200## explicit
167# github.com/prometheus/procfs v0.7.3 201# github.com/prometheus/procfs v0.7.3
168## explicit 202## explicit
169# github.com/qri-io/jsonpointer v0.1.1 203# github.com/rivo/uniseg v0.2.0
204## explicit
205# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
170## explicit 206## explicit
171# github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e 207# github.com/spf13/viper v1.4.0
172## explicit 208## explicit
173# github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3 209# github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
174## explicit 210## explicit
175# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea 211# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
176## explicit 212## explicit
@@ -182,55 +218,63 @@
182## explicit 218## explicit
183# github.com/xeipuuv/gojsonschema v1.2.0 219# github.com/xeipuuv/gojsonschema v1.2.0
184## explicit 220## explicit
221# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c
222## explicit
223# github.com/zmap/zlint v1.1.0
224## explicit
185# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 225# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
186## explicit 226## explicit
187# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0 227# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
188## explicit 228## explicit
189# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0 229# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
190## explicit 230## explicit
191# go.opentelemetry.io/otel v1.10.0 231# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
192## explicit 232## explicit
193# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 233# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
194## explicit 234## explicit
235# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
236## explicit
237# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
238## explicit
195# go.opentelemetry.io/otel/internal/metric v0.27.0 239# go.opentelemetry.io/otel/internal/metric v0.27.0
196## explicit 240## explicit
197# go.opentelemetry.io/otel/metric v0.27.0 241# go.opentelemetry.io/otel/metric v0.27.0
198## explicit 242## explicit
199# go.opentelemetry.io/otel/sdk v1.4.1 243# go.opentelemetry.io/otel/sdk v1.4.1
200## explicit 244## explicit
201# go.opentelemetry.io/otel/trace v1.10.0 245# go.opentelemetry.io/otel/trace v1.11.2
202## explicit 246## explicit
203# go.opentelemetry.io/proto/otlp v0.12.0 247# go.opentelemetry.io/proto/otlp v0.12.0
204## explicit 248## explicit
205# golang.org/x/crypto v0.0.0-20220214200702-86341886e292 249# golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
206## explicit 250## explicit
207# golang.org/x/net v0.0.0-20220906165146-f3363e06e74c 251# golang.org/x/net v0.4.0
208## explicit 252## explicit
209# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 253# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
210## explicit 254## explicit
211# golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab 255# golang.org/x/sys v0.4.0
212## explicit 256## explicit
213# golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 257# golang.org/x/term v0.3.0
214## explicit 258## explicit
215# golang.org/x/text v0.3.7 259# golang.org/x/text v0.6.0
216## explicit 260## explicit
217# golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 261# golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
218## explicit 262## explicit
219# google.golang.org/appengine v1.6.7 263# google.golang.org/appengine v1.6.7
220## explicit 264## explicit
221# google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 265# google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
222## explicit 266## explicit
223# google.golang.org/grpc v1.45.0 267# google.golang.org/grpc v1.47.0
224## explicit 268## explicit
225# google.golang.org/protobuf v1.27.1 269# google.golang.org/protobuf v1.28.0
226## explicit 270## explicit
227# gopkg.in/inf.v0 v0.9.1 271# gopkg.in/inf.v0 v0.9.1
228## explicit 272## explicit
229# gopkg.in/yaml.v3 v3.0.1 273# gopkg.in/yaml.v3 v3.0.1
230## explicit 274## explicit
231# k8s.io/apimachinery v0.24.1 275# k8s.io/api v0.24.1
232## explicit 276## explicit
233# k8s.io/client-go v0.24.1 277# k8s.io/apimachinery v0.24.1
234## explicit 278## explicit
235# k8s.io/klog/v2 v2.60.1 279# k8s.io/klog/v2 v2.60.1
236## explicit 280## explicit
@@ -240,34 +284,10 @@
240## explicit 284## explicit
241# sigs.k8s.io/yaml v1.2.0 285# sigs.k8s.io/yaml v1.2.0
242## explicit 286## explicit
243# github.com/cenkalti/backoff/v4 v4.1.2 287# github.com/cucumber/godog => github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7
244## explicit 288# github.com/docker/cli => github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
245# github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4 289# github.com/docker/docker => github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
246## explicit 290# github.com/moby/buildkit => github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
247# github.com/googleapis/gnostic v0.5.5
248## explicit
249# github.com/moby/spdystream v0.2.0
250## explicit
251# github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
252## explicit
253# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c
254## explicit
255# github.com/zmap/zlint v1.1.0
256## explicit
257# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
258## explicit
259# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
260## explicit
261# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
262## explicit
263# k8s.io/api v0.24.1
264## explicit
265# github.com/docker/cli => github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
266# github.com/docker/docker => github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
267# github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.2
268# k8s.io/api => k8s.io/api v0.22.4 291# k8s.io/api => k8s.io/api v0.22.4
269# k8s.io/apimachinery => k8s.io/apimachinery v0.22.4 292# k8s.io/apimachinery => k8s.io/apimachinery v0.22.4
270# k8s.io/client-go => k8s.io/client-go v0.22.4 293# k8s.io/client-go => k8s.io/client-go v0.22.4
271
272# github.com/gofrs/uuid v4.2.0+incompatible
273## explicit