summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-compose/files
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-12-04 20:05:32 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-15 17:17:19 +0000
commit29ec8e5ceacdf20bd1f836268cf01a6a12484ba3 (patch)
tree4ac6f07761ea843668ffcbfdef223e8316ba152c /recipes-containers/docker-compose/files
parent4ec4055f3874b5891696106eb93e87c3781e7ed9 (diff)
downloadmeta-virtualization-29ec8e5ceacdf20bd1f836268cf01a6a12484ba3.tar.gz
docker-compose: update to v2.24.6
Bumping compose to version v2.21.0-154-gce1ddb6c, which comprises the following commits: c665c53c bump buildx to v0.12.0 and adapt code to changes a39cf75e build(deps): bump github.com/compose-spec/compose-go 46ba9c99 build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 5c5d30c6 build(deps): bump github.com/docker/cli 36fa8d4e build(deps): bump github.com/docker/docker 2384635e build(deps): bump github.com/moby/buildkit from 0.12.2 to 0.12.3 2ba5e4c1 in watch mode force pull policy to build for services with both build and develop attributes This default behaviour will force a rebuild of the service images at watch process startup and be sure containers will be in sync with the local source code b1a26dac Assume /src/pkg/compose/testdata absolute workingdir to make tests reproducible 5e77ae92 avoir use of []types.ServiceConfig f5572201 identify services to build and don't display 'building' if none 8e1b3236 fix --remove-orphans not to consider disabled services as orphaned 7cb1f8ba introduce RuntimeVersion for code to check container runtime supports required features cb01186c push also consider build.tags 9c4efbdd Strip project prefix from docker-compose up output 8ea7c9e0 Make it context aware and add test skipping options c1694360 render quiet after filtering applied 254a94b0 bump golang to version 1.21.4 cf608fa9 bump compose-go to v1.20.1 426377a4 reject compose file using `secrets|configs.driver or template_driver` 493f6c80 skips flaky e2e tests on watch and attach 646a8fc0 fix docker/compose#11170 add newline in cmd/compose/build.go fmt.Fprint 2945532f fix --pull documentation e5cd265a improve watch configuration logging Add action associated to each managed path d646d757 lint 71237ef6 do not resolve cache dir until remote resource is in use 0d905a89 add a copyright notice with original author b847c7f5 implement runtime file selection 5e3d8f67 re-implement cache folder detection 67279088 introduce --resolve-image-digests for publish to seal service images by digest 4cd61957 fix build 0d4cbbdb fix 9631a49d ENGDOCS-1764 328ca3f2 add docs upstream validation workflow e1bbfc63 build(deps): bump go.uber.org/goleak from 1.2.1 to 1.3.0 616bba0a linter errors fixed ee6e3c2a NetworkList to NetworkInspect for ID search c7e31a3c Squashing feature branch commits in order to add signoff message. 704a9fd3 Use project.ServiceNames() if no service specified in hash d9e0e42d Add branch configuration for pull_request trigger c48e3c4a Initial codeql.yml commit dd0803db fix SIGTERM support to stop/kill stack 39008c53 align with OCI artifact best practices 6c345b37 refactor(cmd/compose/run): remove redundant `len` check 1ffa194e fail start if depependency is missing b9298101 check that the pull policy provided is a valid one or is not missing when --pull is used 3d0207eb remove uncessary return value of pullComposeFiles function 16a7c209 enable profile when down is ran with explicit service names 818bc3c3 add sync+restart action to watch attribute 38bc6d5d build(deps): bump github.com/containerd/containerd from 1.7.6 to 1.7.7 0b6ce6ee build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 ae16bbbf build(deps): bump google.golang.org/grpc from 1.58.2 to 1.59.0 d13ad1f9 build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 9b4d577c remove refrecence docs generation 14b43c1a remove cucumber tests as we haven't added new ones for a while 9dd081b9 add support of COMPOSE_ENV_FILES env variable to pass a list of env files 2c0b0232 add dry-run support for publish command 599e4b24 extract method to reduce cyclomatic complexity fe8c2780 warn user remote resource is disabled a345515f Don't delete dependent services 8967df7a Apply platform before hashing 4f694919 deps: remove deprecated github.com/pkg/errors 6ecab957 Include image name in error message 12e0ac89 pkg/compose/publish: use empty config descriptor mediaType a6b7d785 pkg/remote/oci: check artifactType instead of config.mediaType 991901f2 pkg/remote/oci: refer to the manifest as manifest 2d971fc9 update the watch warning message when no services with a develop section 78f33619 ci: enable verbose output for e2e tests (#11045) 44d21280 truncate command by default, introduce --no-trunc flag to get the full command ff2ff18c build(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.2 ab81db5b config --xx don't need `env_file` being parsed 61c8be11 remove --timeout=0 flag to cleanup function of watch e2e test compose down command need the watch process to be killed to succeed 6be5f300 move watch from alpha to main command c34c306c TestWatch to use new `develop` section 5ca35c88 implement publish 805541be watch: use official `develop` section (#11026) 8f489d6d build(deps): bump github.com/opencontainers/image-spec 9ea8fbc6 build(deps): bump github.com/moby/buildkit from 0.12.1 to 0.12.2 76f150e4 build(deps): bump gotest.tools/v3 from 3.5.0 to 3.5.1 f447c809 build(deps): bump google.golang.org/grpc from 1.58.0 to 1.58.1 4587d4ba build(deps): bump github.com/containerd/containerd from 1.7.3 to 1.7.6 a697a069 introduce pull --missing flag to only pull images not present in cache 8af49ff3 resolve service reference into container based on observed state f6e31dbc don't rely on depends_on to resolve volume_from, better use observed state 6d5eb6fd update to go1.21.1 9d7e0ad6 correct scale error messages formatting 1a98a70b add scale command 19bbb12f ci: tweak restricted imports in linter (#10992) 7a134578 deps: upgrade Moby to v24.0.6 and gRPC to v1.58.0 (#10991) 13115468 cli: fix `--build` flag for `create` (#10982) e1aa4f77 otel: add args & flags to cli traces (#10974) d7b0b2bd watch: build & launch the project at start (#10957) e0f39ebb pull OCI remote resource c9d54f09 introduce publish (alpha) command 52e54ef9 doc: updated README.md to remove broken link f4f2e934 migrate to github.com/distribution/reference 32c3d0a3 Enable service explicitly requested to be restarted 1fdbcb62 build: pass BuildOptions around explicitly & fix multi-platform issues 407a0d5b up: fix various race/deadlock conditions on exit (#10934) 8caa6f1f pkg/api: replace uuid for basic random id 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.txt197
1 files changed, 92 insertions, 105 deletions
diff --git a/recipes-containers/docker-compose/files/modules.txt b/recipes-containers/docker-compose/files/modules.txt
index d287d128..dd32cc85 100644
--- a/recipes-containers/docker-compose/files/modules.txt
+++ b/recipes-containers/docker-compose/files/modules.txt
@@ -2,35 +2,33 @@
2## explicit 2## explicit
3# github.com/Microsoft/go-winio v0.6.1 3# github.com/Microsoft/go-winio v0.6.1
4## explicit 4## explicit
5# github.com/adrg/xdg v0.4.0
6## explicit
7# github.com/buger/goterm v1.0.4 5# github.com/buger/goterm v1.0.4
8## explicit 6## explicit
9# github.com/compose-spec/compose-go v1.18.3 7# github.com/compose-spec/compose-go/v2 v2.0.0-rc.8
10## explicit 8## explicit
11# github.com/containerd/console v1.0.3 9# github.com/containerd/console v1.0.3
12## explicit 10## explicit
13# github.com/containerd/containerd v1.7.3 11# github.com/containerd/containerd v1.7.12
14## explicit 12## explicit
15# github.com/cucumber/godog v0.0.0-00010101000000-000000000000 13# github.com/davecgh/go-spew v1.1.1
16## explicit 14## explicit
17# github.com/distribution/distribution/v3 v3.0.0-20230601133803-97b1d649c493 15# github.com/distribution/reference v0.5.0
18## explicit 16## explicit
19# github.com/docker/buildx v0.11.2 17# github.com/docker/buildx v0.12.0-rc2.0.20231219140829-617f538cb315
20## explicit 18## explicit
21# github.com/docker/cli v24.0.5+incompatible 19# github.com/docker/cli v25.0.3+incompatible
22## explicit 20## explicit
23# github.com/docker/cli-docs-tool v0.6.0 21# github.com/docker/cli-docs-tool v0.6.0
24## explicit 22## explicit
25# github.com/docker/docker v24.0.5+incompatible 23# github.com/docker/docker v25.0.1+incompatible
26## explicit 24## explicit
27# github.com/docker/go-connections v0.4.0 25# github.com/docker/go-connections v0.5.0
28## explicit 26## explicit
29# github.com/docker/go-units v0.5.0 27# github.com/docker/go-units v0.5.0
30## explicit 28## explicit
31# github.com/fsnotify/fsevents v0.1.1 29# github.com/fsnotify/fsevents v0.1.1
32## explicit 30## explicit
33# github.com/golang/mock v1.6.0 31# github.com/google/go-cmp v0.6.0
34## explicit 32## explicit
35# github.com/hashicorp/go-multierror v1.1.1 33# github.com/hashicorp/go-multierror v1.1.1
36## explicit 34## explicit
@@ -40,9 +38,11 @@
40## explicit 38## explicit
41# github.com/mattn/go-shellwords v1.0.12 39# github.com/mattn/go-shellwords v1.0.12
42## explicit 40## explicit
41# github.com/mitchellh/go-ps v1.0.0
42## explicit
43# github.com/mitchellh/mapstructure v1.5.0 43# github.com/mitchellh/mapstructure v1.5.0
44## explicit 44## explicit
45# github.com/moby/buildkit v0.12.1 45# github.com/moby/buildkit v0.13.0-beta1.0.20231219135447-957cb50df991
46## explicit 46## explicit
47# github.com/moby/patternmatcher v0.6.0 47# github.com/moby/patternmatcher v0.6.0
48## explicit 48## explicit
@@ -52,13 +52,13 @@
52## explicit 52## explicit
53# github.com/opencontainers/go-digest v1.0.0 53# github.com/opencontainers/go-digest v1.0.0
54## explicit 54## explicit
55# github.com/opencontainers/image-spec v1.1.0-rc4 55# github.com/opencontainers/image-spec v1.1.0-rc6
56## explicit 56## explicit
57# github.com/pkg/errors v0.9.1 57# github.com/otiai10/copy v1.14.0
58## explicit 58## explicit
59# github.com/sirupsen/logrus v1.9.3 59# github.com/sirupsen/logrus v1.9.3
60## explicit 60## explicit
61# github.com/spf13/cobra v1.7.0 61# github.com/spf13/cobra v1.8.0
62## explicit 62## explicit
63# github.com/spf13/pflag v1.0.5 63# github.com/spf13/pflag v1.0.5
64## explicit 64## explicit
@@ -68,32 +68,40 @@
68## explicit 68## explicit
69# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375 69# github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
70## explicit 70## explicit
71# go.opentelemetry.io/otel v1.14.0 71# go.opentelemetry.io/otel v1.19.0
72## explicit 72## explicit
73# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0 73# go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0
74## explicit 74## explicit
75# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0 75# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0
76## explicit 76## explicit
77# go.opentelemetry.io/otel/sdk v1.14.0 77# go.opentelemetry.io/otel/sdk v1.19.0
78## explicit 78## explicit
79# go.opentelemetry.io/otel/trace v1.14.0 79# go.opentelemetry.io/otel/trace v1.19.0
80## explicit 80## explicit
81# go.uber.org/goleak v1.2.1 81# go.uber.org/goleak v1.3.0
82## explicit 82## explicit
83# golang.org/x/sync v0.3.0 83# go.uber.org/mock v0.4.0
84## explicit 84## explicit
85# google.golang.org/grpc v1.57.0 85# golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
86## explicit 86## explicit
87# gopkg.in/yaml.v2 v2.4.0 87# golang.org/x/sync v0.6.0
88## explicit 88## explicit
89# gotest.tools/v3 v3.5.0 89# golang.org/x/sys v0.16.0
90## explicit 90## explicit
91# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 91# google.golang.org/grpc v1.59.0
92## explicit
93# gotest.tools/v3 v3.5.1
94## explicit
95# dario.cat/mergo v1.0.0
96## explicit
97# github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
92## explicit 98## explicit
93# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 99# github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
94## explicit 100## explicit
95# github.com/Masterminds/semver/v3 v3.2.1 101# github.com/Masterminds/semver/v3 v3.2.1
96## explicit 102## explicit
103# github.com/Microsoft/hcsshim v0.11.4
104## explicit
97# github.com/aws/aws-sdk-go-v2 v1.17.6 105# github.com/aws/aws-sdk-go-v2 v1.17.6
98## explicit 106## explicit
99# github.com/aws/aws-sdk-go-v2/config v1.18.16 107# github.com/aws/aws-sdk-go-v2/config v1.18.16
@@ -120,29 +128,19 @@
120## explicit 128## explicit
121# github.com/beorn7/perks v1.0.1 129# github.com/beorn7/perks v1.0.1
122## explicit 130## explicit
123# github.com/bugsnag/bugsnag-go v1.5.0 131# github.com/cenkalti/backoff/v4 v4.2.1
124## explicit
125# github.com/cenkalti/backoff/v4 v4.2.0
126## explicit 132## explicit
127# github.com/cespare/xxhash/v2 v2.2.0 133# github.com/cespare/xxhash/v2 v2.2.0
128## explicit 134## explicit
129# github.com/cloudflare/cfssl v1.6.4 135# github.com/containerd/continuity v0.4.2
130## explicit 136## explicit
131# github.com/containerd/continuity v0.4.1 137# github.com/containerd/log v0.1.0
132## explicit 138## explicit
133# github.com/containerd/typeurl/v2 v2.1.1 139# github.com/containerd/typeurl/v2 v2.1.1
134## explicit 140## explicit
135# github.com/cucumber/gherkin-go/v19 v19.0.3 141# github.com/docker/distribution v2.8.3+incompatible
136## explicit 142## explicit
137# github.com/cucumber/messages-go/v16 v16.0.1 143# github.com/docker/docker-credential-helpers v0.8.0
138## explicit
139# github.com/cyphar/filepath-securejoin v0.2.3
140## explicit
141# github.com/davecgh/go-spew v1.1.1
142## explicit
143# github.com/docker/distribution v2.8.2+incompatible
144## explicit
145# github.com/docker/docker-credential-helpers v0.7.0
146## explicit 144## explicit
147# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c 145# github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
148## explicit 146## explicit
@@ -150,7 +148,7 @@
150## explicit 148## explicit
151# github.com/emicklei/go-restful/v3 v3.10.1 149# github.com/emicklei/go-restful/v3 v3.10.1
152## explicit 150## explicit
153# github.com/felixge/httpsnoop v1.0.3 151# github.com/felixge/httpsnoop v1.0.4
154## explicit 152## explicit
155# github.com/fvbommel/sortorder v1.0.2 153# github.com/fvbommel/sortorder v1.0.2
156## explicit 154## explicit
@@ -166,8 +164,6 @@
166## explicit 164## explicit
167# github.com/gofrs/flock v0.8.1 165# github.com/gofrs/flock v0.8.1
168## explicit 166## explicit
169# github.com/gofrs/uuid v4.2.0+incompatible
170## explicit
171# github.com/gogo/googleapis v1.4.1 167# github.com/gogo/googleapis v1.4.1
172## explicit 168## explicit
173# github.com/gogo/protobuf v1.3.2 169# github.com/gogo/protobuf v1.3.2
@@ -176,27 +172,21 @@
176## explicit 172## explicit
177# github.com/google/gnostic v0.5.7-v3refs 173# github.com/google/gnostic v0.5.7-v3refs
178## explicit 174## explicit
179# github.com/google/go-cmp v0.5.9
180## explicit
181# github.com/google/gofuzz v1.2.0 175# github.com/google/gofuzz v1.2.0
182## explicit 176## explicit
183# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 177# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
184## explicit 178## explicit
185# github.com/gorilla/mux v1.8.0 179# github.com/google/uuid v1.5.0
180## explicit
181# github.com/gorilla/mux v1.8.1
186## explicit 182## explicit
187# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 183# github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
188## explicit 184## explicit
189# github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 185# github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
190## explicit 186## explicit
191# github.com/hashicorp/errwrap v1.1.0 187# github.com/hashicorp/errwrap v1.1.0
192## explicit 188## explicit
193# github.com/hashicorp/go-immutable-radix v1.3.1 189# github.com/hashicorp/go-cleanhttp v0.5.2
194## explicit
195# github.com/hashicorp/go-memdb v1.3.2
196## explicit
197# github.com/hashicorp/golang-lru v0.5.4
198## explicit
199# github.com/hashicorp/hcl v1.0.0
200## explicit 190## explicit
201# github.com/imdario/mergo v0.3.16 191# github.com/imdario/mergo v0.3.16
202## explicit 192## explicit
@@ -204,19 +194,13 @@
204## explicit 194## explicit
205# github.com/inconshreveable/mousetrap v1.1.0 195# github.com/inconshreveable/mousetrap v1.1.0
206## explicit 196## explicit
207# github.com/jinzhu/gorm v1.9.11
208## explicit
209# github.com/josharian/intern v1.0.0 197# github.com/josharian/intern v1.0.0
210## explicit 198## explicit
211# github.com/json-iterator/go v1.1.12 199# github.com/json-iterator/go v1.1.12
212## explicit 200## explicit
213# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 201# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
214## explicit 202## explicit
215# github.com/klauspost/compress v1.16.5 203# github.com/klauspost/compress v1.17.4
216## explicit
217# github.com/kr/pretty v0.3.0
218## explicit
219# github.com/magiconair/properties v1.8.6
220## explicit 204## explicit
221# github.com/mailru/easyjson v0.7.6 205# github.com/mailru/easyjson v0.7.6
222## explicit 206## explicit
@@ -224,7 +208,7 @@
224## explicit 208## explicit
225# github.com/mattn/go-isatty v0.0.17 209# github.com/mattn/go-isatty v0.0.17
226## explicit 210## explicit
227# github.com/mattn/go-runewidth v0.0.14 211# github.com/mattn/go-runewidth v0.0.15
228## explicit 212## explicit
229# github.com/matttproud/golang_protobuf_extensions v1.0.4 213# github.com/matttproud/golang_protobuf_extensions v1.0.4
230## explicit 214## explicit
@@ -232,11 +216,15 @@
232## explicit 216## explicit
233# github.com/miekg/pkcs11 v1.1.1 217# github.com/miekg/pkcs11 v1.1.1
234## explicit 218## explicit
219# github.com/mitchellh/copystructure v1.2.0
220## explicit
221# github.com/mitchellh/reflectwalk v1.0.2
222## explicit
235# github.com/moby/locker v1.0.1 223# github.com/moby/locker v1.0.1
236## explicit 224## explicit
237# github.com/moby/spdystream v0.2.0 225# github.com/moby/spdystream v0.2.0
238## explicit 226## explicit
239# github.com/moby/sys/mountinfo v0.6.2 227# github.com/moby/sys/mountinfo v0.7.1
240## explicit 228## explicit
241# github.com/moby/sys/sequential v0.5.0 229# github.com/moby/sys/sequential v0.5.0
242## explicit 230## explicit
@@ -244,27 +232,27 @@
244## explicit 232## explicit
245# github.com/moby/sys/symlink v0.2.0 233# github.com/moby/sys/symlink v0.2.0
246## explicit 234## explicit
235# github.com/moby/sys/user v0.1.0
236## explicit
247# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 237# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
248## explicit 238## explicit
249# github.com/modern-go/reflect2 v1.0.2 239# github.com/modern-go/reflect2 v1.0.2
250## explicit 240## explicit
251# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 241# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
252## explicit 242## explicit
253# github.com/opencontainers/runc v1.1.7
254## explicit
255# github.com/pelletier/go-toml v1.9.5 243# github.com/pelletier/go-toml v1.9.5
256## explicit 244## explicit
257# github.com/pelletier/go-toml/v2 v2.0.5 245# github.com/pkg/errors v0.9.1
258## explicit 246## explicit
259# github.com/pmezard/go-difflib v1.0.0 247# github.com/pmezard/go-difflib v1.0.0
260## explicit 248## explicit
261# github.com/prometheus/client_golang v1.14.0 249# github.com/prometheus/client_golang v1.16.0
262## explicit 250## explicit
263# github.com/prometheus/client_model v0.3.0 251# github.com/prometheus/client_model v0.4.0
264## explicit 252## explicit
265# github.com/prometheus/common v0.42.0 253# github.com/prometheus/common v0.42.0
266## explicit 254## explicit
267# github.com/prometheus/procfs v0.9.0 255# github.com/prometheus/procfs v0.10.1
268## explicit 256## explicit
269# github.com/rivo/uniseg v0.2.0 257# github.com/rivo/uniseg v0.2.0
270## explicit 258## explicit
@@ -274,15 +262,7 @@
274## explicit 262## explicit
275# github.com/shibumi/go-pathspec v1.3.0 263# github.com/shibumi/go-pathspec v1.3.0
276## explicit 264## explicit
277# github.com/spf13/afero v1.9.2 265# github.com/tonistiigi/fsutil v0.0.0-20230825212630-f09800878302
278## explicit
279# github.com/spf13/cast v1.5.0
280## explicit
281# github.com/spf13/jwalterweatherman v1.1.0
282## explicit
283# github.com/subosito/gotenv v1.4.1
284## explicit
285# github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb
286## explicit 266## explicit
287# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea 267# github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
288## explicit 268## explicit
@@ -294,63 +274,67 @@
294## explicit 274## explicit
295# github.com/xeipuuv/gojsonschema v1.2.0 275# github.com/xeipuuv/gojsonschema v1.2.0
296## explicit 276## explicit
297# github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c 277# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0
298## explicit 278## explicit
299# go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.40.0 279# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.45.0
300## explicit 280## explicit
301# go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.40.0 281# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
302## explicit 282## explicit
303# go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0 283# go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.42.0
304## explicit 284## explicit
305# go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 285# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.42.0
306## explicit 286## explicit
307# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.14.0 287# go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.42.0
308## explicit 288## explicit
309# go.opentelemetry.io/otel/metric v0.37.0 289# go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0
310## explicit 290## explicit
311# go.opentelemetry.io/proto/otlp v0.19.0 291# go.opentelemetry.io/otel/exporters/prometheus v0.42.0
312## explicit 292## explicit
313# golang.org/x/crypto v0.7.0 293# go.opentelemetry.io/otel/metric v1.19.0
314## explicit 294## explicit
315# golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 295# go.opentelemetry.io/otel/sdk/metric v1.19.0
316## explicit 296## explicit
317# golang.org/x/mod v0.11.0 297# go.opentelemetry.io/proto/otlp v1.0.0
318## explicit 298## explicit
319# golang.org/x/net v0.9.0 299# golang.org/x/crypto v0.18.0
320## explicit 300## explicit
321# golang.org/x/oauth2 v0.7.0 301# golang.org/x/mod v0.14.0
322## explicit 302## explicit
323# golang.org/x/sys v0.7.0 303# golang.org/x/net v0.20.0
324## explicit 304## explicit
325# golang.org/x/term v0.7.0 305# golang.org/x/oauth2 v0.11.0
326## explicit 306## explicit
327# golang.org/x/text v0.9.0 307# golang.org/x/term v0.16.0
308## explicit
309# golang.org/x/text v0.14.0
328## explicit 310## explicit
329# golang.org/x/time v0.3.0 311# golang.org/x/time v0.3.0
330## explicit 312## explicit
331# golang.org/x/tools v0.7.0 313# golang.org/x/tools v0.17.0
332## explicit 314## explicit
333# google.golang.org/appengine v1.6.7 315# google.golang.org/appengine v1.6.7
334## explicit 316## explicit
335# google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54 317# google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d
336## explicit 318## explicit
337# google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9 319# google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
338## explicit 320## explicit
339# google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 321# google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d
340## explicit 322## explicit
341# google.golang.org/protobuf v1.30.0 323# google.golang.org/protobuf v1.31.0
342## explicit 324## explicit
343# gopkg.in/inf.v0 v0.9.1 325# gopkg.in/inf.v0 v0.9.1
344## explicit 326## explicit
345# gopkg.in/ini.v1 v1.67.0 327# gopkg.in/yaml.v2 v2.4.0
346## explicit 328## explicit
347# gopkg.in/yaml.v3 v3.0.1 329# gopkg.in/yaml.v3 v3.0.1
348## explicit 330## explicit
349# k8s.io/api v0.26.2 331# k8s.io/api v0.26.7
350## explicit 332## explicit
351# k8s.io/apimachinery v0.26.2 333# k8s.io/apimachinery v0.26.7
352## explicit 334## explicit
353# k8s.io/client-go v0.26.2 335# k8s.io/apiserver v0.26.7
336## explicit
337# k8s.io/client-go v0.26.7
354## explicit 338## explicit
355# k8s.io/klog/v2 v2.90.1 339# k8s.io/klog/v2 v2.90.1
356## explicit 340## explicit
@@ -364,4 +348,7 @@
364## explicit 348## explicit
365# sigs.k8s.io/yaml v1.3.0 349# sigs.k8s.io/yaml v1.3.0
366## explicit 350## explicit
367# github.com/cucumber/godog => github.com/laurazard/godog v0.0.0-20220922095256-4c4b17abdae7 351# tags.cncf.io/container-device-interface v0.6.2
352## explicit
353# github.com/moby/buildkit => github.com/crazy-max/buildkit v0.7.1-0.20240130133234-d9aa289bd124
354# github.com/tonistiigi/fsutil => github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb