summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-compose/relocation.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker-compose/relocation.inc')
-rw-r--r--recipes-containers/docker-compose/relocation.inc59
1 files changed, 33 insertions, 26 deletions
diff --git a/recipes-containers/docker-compose/relocation.inc b/recipes-containers/docker-compose/relocation.inc
index 5193de5f..9e6eacf4 100644
--- a/recipes-containers/docker-compose/relocation.inc
+++ b/recipes-containers/docker-compose/relocation.inc
@@ -2,16 +2,14 @@ export sites="k8s.io/api:k8s.io/api:force \
2 k8s.io/utils:k8s.io/utils:force \ 2 k8s.io/utils:k8s.io/utils:force \
3 k8s.io/klog/v2:k8s.io/klog/v2:force \ 3 k8s.io/klog/v2:k8s.io/klog/v2:force \
4 gotest.tools/v3:gotest.tools/v3:force \ 4 gotest.tools/v3:gotest.tools/v3:force \
5 dario.cat/mergo:dario.cat/mergo:force \
6 gopkg.in/inf.v0:gopkg.in/inf.v0:force \ 5 gopkg.in/inf.v0:gopkg.in/inf.v0:force \
7 go.uber.org/mock:go.uber.org/mock:force \ 6 gopkg.in/ini.v1:gopkg.in/ini.v1:force \
7 gopkg.in/yaml.v2:gopkg.in/yaml.v2:force \
8 golang.org/x/exp:golang.org/x/exp:force \ 8 golang.org/x/exp:golang.org/x/exp:force \
9 golang.org/x/sys:golang.org/x/sys:force \
10 golang.org/x/mod:golang.org/x/mod:force \ 9 golang.org/x/mod:golang.org/x/mod:force \
11 golang.org/x/net:golang.org/x/net:force \ 10 golang.org/x/net:golang.org/x/net:force \
12 gopkg.in/yaml.v2:gopkg.in/yaml.v2:force \ 11 golang.org/x/sys:golang.org/x/sys:force \
13 gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ 12 gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \
14 k8s.io/apiserver:k8s.io/apiserver:force \
15 k8s.io/client-go:k8s.io/client-go:force \ 13 k8s.io/client-go:k8s.io/client-go:force \
16 sigs.k8s.io/json:sigs.k8s.io/json:force \ 14 sigs.k8s.io/json:sigs.k8s.io/json:force \
17 sigs.k8s.io/yaml:sigs.k8s.io/yaml:force \ 15 sigs.k8s.io/yaml:sigs.k8s.io/yaml:force \
@@ -21,56 +19,63 @@ export sites="k8s.io/api:k8s.io/api:force \
21 golang.org/x/time:golang.org/x/time:force \ 19 golang.org/x/time:golang.org/x/time:force \
22 go.uber.org/goleak:go.uber.org/goleak:force \ 20 go.uber.org/goleak:go.uber.org/goleak:force \
23 golang.org/x/tools:golang.org/x/tools:force \ 21 golang.org/x/tools:golang.org/x/tools:force \
22 github.com/adrg/xdg:github.com/adrg/xdg:force \
24 golang.org/x/crypto:golang.org/x/crypto:force \ 23 golang.org/x/crypto:golang.org/x/crypto:force \
25 golang.org/x/oauth2:golang.org/x/oauth2:force \ 24 golang.org/x/oauth2:golang.org/x/oauth2:force \
26 k8s.io/apimachinery:k8s.io/apimachinery:force \ 25 k8s.io/apimachinery:k8s.io/apimachinery:force \
27 k8s.io/kube-openapi:k8s.io/kube-openapi:force \ 26 k8s.io/kube-openapi:k8s.io/kube-openapi:force \
28 github.com/moby/term:github.com/moby/term:force \ 27 github.com/moby/term:github.com/moby/term:force \
29 github.com/docker/go:github.com/docker/go:force \ 28 github.com/docker/go:github.com/docker/go:force \
29 github.com/kr/pretty:github.com/kr/pretty:force \
30 github.com/docker/cli:github.com/docker/cli:force \ 30 github.com/docker/cli:github.com/docker/cli:force \
31 github.com/mgutz/ansi:github.com/mgutz/ansi:force \
32 github.com/pkg/errors:github.com/pkg/errors:force \ 31 github.com/pkg/errors:github.com/pkg/errors:force \
32 github.com/gofrs/uuid:github.com/gofrs/uuid:force \
33 github.com/mgutz/ansi:github.com/mgutz/ansi:force \
34 github.com/spf13/cast:github.com/spf13/cast:force \
35 github.com/golang/mock:github.com/golang/mock:force \
33 github.com/spf13/cobra:github.com/spf13/cobra:force \ 36 github.com/spf13/cobra:github.com/spf13/cobra:force \
34 github.com/spf13/pflag:github.com/spf13/pflag:force \ 37 github.com/spf13/pflag:github.com/spf13/pflag:force \
35 google.golang.org/grpc:google.golang.org/grpc:force \ 38 google.golang.org/grpc:google.golang.org/grpc:force \
36 github.com/gofrs/flock:github.com/gofrs/flock:force \ 39 github.com/gofrs/flock:github.com/gofrs/flock:force \
37 github.com/google/uuid:github.com/google/uuid:force \
38 github.com/gorilla/mux:github.com/gorilla/mux:force \ 40 github.com/gorilla/mux:github.com/gorilla/mux:force \
41 github.com/jinzhu/gorm:github.com/jinzhu/gorm:force \
39 github.com/moby/locker:github.com/moby/locker:force \ 42 github.com/moby/locker:github.com/moby/locker:force \
40 github.com/rivo/uniseg:github.com/rivo/uniseg:force \ 43 github.com/rivo/uniseg:github.com/rivo/uniseg:force \
44 github.com/spf13/afero:github.com/spf13/afero:force \
41 github.com/buger/goterm:github.com/buger/goterm:force \ 45 github.com/buger/goterm:github.com/buger/goterm:force \
42 github.com/morikuni/aec:github.com/morikuni/aec:force \ 46 github.com/morikuni/aec:github.com/morikuni/aec:force \
43 github.com/otiai10/copy:github.com/otiai10/copy:force \
44 github.com/beorn7/perks:github.com/beorn7/perks:force \ 47 github.com/beorn7/perks:github.com/beorn7/perks:force \
45 github.com/go-logr/logr:github.com/go-logr/logr:force \ 48 github.com/go-logr/logr:github.com/go-logr/logr:force \
46 github.com/go-logr/stdr:github.com/go-logr/stdr:force \ 49 github.com/go-logr/stdr:github.com/go-logr/stdr:force \
47 github.com/google/shlex:github.com/google/shlex:force \ 50 github.com/google/shlex:github.com/google/shlex:force \
48 github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \ 51 github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \
52 github.com/zmap/zcrypto:github.com/zmap/zcrypto:force \
49 github.com/docker/buildx:github.com/docker/buildx:force \ 53 github.com/docker/buildx:github.com/docker/buildx:force \
50 github.com/docker/docker:github.com/docker/docker:force \ 54 github.com/docker/docker:github.com/docker/docker:force \
51 github.com/google/go-cmp:github.com/google/go-cmp:force \ 55 github.com/moby/buildkit:github.com/moby/buildkit:force \
52 go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \ 56 go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \
53 github.com/aws/smithy-go:github.com/aws/smithy-go:force \ 57 github.com/aws/smithy-go:github.com/aws/smithy-go:force \
54 github.com/gogo/protobuf:github.com/gogo/protobuf:force \ 58 github.com/gogo/protobuf:github.com/gogo/protobuf:force \
59 github.com/google/go-cmp:github.com/google/go-cmp:force \
55 github.com/google/gofuzz:github.com/google/gofuzz:force \ 60 github.com/google/gofuzz:github.com/google/gofuzz:force \
61 github.com/hashicorp/hcl:github.com/hashicorp/hcl:force \
56 github.com/imdario/mergo:github.com/imdario/mergo:force \ 62 github.com/imdario/mergo:github.com/imdario/mergo:force \
57 github.com/containerd/log:github.com/containerd/log:force \
58 github.com/google/gnostic:github.com/google/gnostic:force \ 63 github.com/google/gnostic:github.com/google/gnostic:force \
59 github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \ 64 github.com/cucumber/godog:github.com/laurazard/godog:force \
60 github.com/docker/go-units:github.com/docker/go-units:force \ 65 github.com/docker/go-units:github.com/docker/go-units:force \
61 github.com/mitchellh/go-ps:github.com/mitchellh/go-ps:force \
62 github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ 66 github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \
67 github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \
63 github.com/go-openapi/swag:github.com/go-openapi/swag:force \ 68 github.com/go-openapi/swag:github.com/go-openapi/swag:force \
64 github.com/gogo/googleapis:github.com/gogo/googleapis:force \ 69 github.com/gogo/googleapis:github.com/gogo/googleapis:force \
65 github.com/golang/protobuf:github.com/golang/protobuf:force \ 70 github.com/golang/protobuf:github.com/golang/protobuf:force \
66 github.com/mailru/easyjson:github.com/mailru/easyjson:force \ 71 github.com/mailru/easyjson:github.com/mailru/easyjson:force \
67 github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ 72 github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \
68 github.com/moby/spdystream:github.com/moby/spdystream:force \ 73 github.com/moby/spdystream:github.com/moby/spdystream:force \
74 github.com/subosito/gotenv:github.com/subosito/gotenv:force \
69 google.golang.org/genproto:google.golang.org/genproto:force \ 75 google.golang.org/genproto:google.golang.org/genproto:force \
70 google.golang.org/protobuf:google.golang.org/protobuf:force \ 76 google.golang.org/protobuf:google.golang.org/protobuf:force \
71 github.com/moby/buildkit:github.com/crazy-max/buildkit:force \
72 github.com/moby/sys/user:github.com/moby/sys/user/user:force \
73 github.com/stretchr/testify:github.com/stretchr/testify:force \ 77 github.com/stretchr/testify:github.com/stretchr/testify:force \
78 github.com/cloudflare/cfssl:github.com/cloudflare/cfssl:force \
74 github.com/josharian/intern:github.com/josharian/intern:force \ 79 github.com/josharian/intern:github.com/josharian/intern:force \
75 github.com/json-iterator/go:github.com/json-iterator/go:force \ 80 github.com/json-iterator/go:github.com/json-iterator/go:force \
76 github.com/serialx/hashring:github.com/serialx/hashring:force \ 81 github.com/serialx/hashring:github.com/serialx/hashring:force \
@@ -80,7 +85,6 @@ export sites="k8s.io/api:k8s.io/api:force \
80 github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \ 85 github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \
81 github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \ 86 github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \
82 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ 87 github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \
83 github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \
84 github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2:force \ 88 github.com/aws/aws-sdk-go-v2:github.com/aws/aws-sdk-go-v2:force \
85 github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \ 89 github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \
86 github.com/docker/go-metrics:github.com/docker/go-metrics:force \ 90 github.com/docker/go-metrics:github.com/docker/go-metrics:force \
@@ -93,7 +97,9 @@ export sites="k8s.io/api:k8s.io/api:force \
93 github.com/tonistiigi/fsutil:github.com/tonistiigi/fsutil:force \ 97 github.com/tonistiigi/fsutil:github.com/tonistiigi/fsutil:force \
94 github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \ 98 github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \
95 github.com/containerd/console:github.com/containerd/console:force \ 99 github.com/containerd/console:github.com/containerd/console:force \
100 github.com/bugsnag/bugsnag-go:github.com/bugsnag/bugsnag-go:force \
96 github.com/fvbommel/sortorder:github.com/fvbommel/sortorder:force \ 101 github.com/fvbommel/sortorder:github.com/fvbommel/sortorder:force \
102 github.com/hashicorp/go-memdb:github.com/hashicorp/go-memdb:force \
97 github.com/klauspost/compress:github.com/klauspost/compress:force \ 103 github.com/klauspost/compress:github.com/klauspost/compress:force \
98 github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \ 104 github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \
99 github.com/mattn/go-runewidth:github.com/mattn/go-runewidth:force \ 105 github.com/mattn/go-runewidth:github.com/mattn/go-runewidth:force \
@@ -106,11 +112,14 @@ export sites="k8s.io/api:k8s.io/api:force \
106 go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel/sdk/sdk:force \ 112 go.opentelemetry.io/otel/sdk:go.opentelemetry.io/otel/sdk/sdk:force \
107 github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \ 113 github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \
108 github.com/docker/distribution:github.com/docker/distribution:force \ 114 github.com/docker/distribution:github.com/docker/distribution:force \
115 github.com/opencontainers/runc:github.com/opencontainers/runc:force \
109 github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \ 116 github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \
110 github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \ 117 github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \
111 github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \ 118 github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \
119 github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru:force \
112 github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ 120 github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \
113 github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \ 121 github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \
122 github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2:force \
114 github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ 123 github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \
115 github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2:force \ 124 github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2:force \
116 github.com/containerd/containerd:github.com/containerd/containerd:force \ 125 github.com/containerd/containerd:github.com/containerd/containerd:force \
@@ -118,24 +127,25 @@ export sites="k8s.io/api:k8s.io/api:force \
118 github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ 127 github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \
119 github.com/containerd/continuity:github.com/containerd/continuity:force \ 128 github.com/containerd/continuity:github.com/containerd/continuity:force \
120 github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ 129 github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \
121 github.com/mitchellh/reflectwalk:github.com/mitchellh/reflectwalk:force \ 130 github.com/magiconair/properties:github.com/magiconair/properties:force \
122 github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ 131 github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \
123 go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \ 132 go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \
124 github.com/distribution/reference:github.com/distribution/reference:force \
125 github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure:force \ 133 github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure:force \
126 go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel/trace/trace:force \ 134 go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel/trace/trace:force \
127 github.com/emicklei/go-restful/v3:github.com/emicklei/go-restful/v3:force \ 135 github.com/emicklei/go-restful/v3:github.com/emicklei/go-restful/v3:force \
128 github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer:force \ 136 github.com/go-openapi/jsonpointer:github.com/go-openapi/jsonpointer:force \
129 github.com/hashicorp/go-cleanhttp:github.com/hashicorp/go-cleanhttp:force \
130 github.com/in-toto/in-toto-golang:github.com/in-toto/in-toto-golang:force \ 137 github.com/in-toto/in-toto-golang:github.com/in-toto/in-toto-golang:force \
131 github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \ 138 github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \
139 github.com/compose-spec/compose-go:github.com/compose-spec/compose-go:force \
132 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ 140 github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \
133 github.com/mitchellh/copystructure:github.com/mitchellh/copystructure:force \ 141 github.com/cucumber/gherkin-go/v19:github.com/cucumber/gherkin-go/v19:force \
134 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ 142 github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \
135 github.com/prometheus/client_model:github.com/prometheus/client_model:force \ 143 github.com/prometheus/client_model:github.com/prometheus/client_model:force \
144 github.com/spf13/jwalterweatherman:github.com/spf13/jwalterweatherman:force \
136 github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ 145 github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \
137 go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ 146 go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \
138 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ 147 github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \
148 github.com/cucumber/messages-go/v16:github.com/cucumber/messages-go/v16:force \
139 github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \ 149 github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \
140 github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \ 150 github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \
141 github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ 151 github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \
@@ -144,10 +154,10 @@ export sites="k8s.io/api:k8s.io/api:force \
144 github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers:force \ 154 github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers:force \
145 github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \ 155 github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \
146 sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \ 156 sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \
147 github.com/compose-spec/compose-go/v2:github.com/compose-spec/compose-go/v2:force \ 157 github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin:force \
148 github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \ 158 github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \
149 tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \ 159 github.com/distribution/distribution/v3:github.com/distribution/distribution/v3:force \
150 go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel/sdk/metric/sdk/metric:force \ 160 github.com/hashicorp/go-immutable-radix:github.com/hashicorp/go-immutable-radix:force \
151 github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \ 161 github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \
152 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ 162 github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \
153 github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware:force \ 163 github.com/grpc-ecosystem/go-grpc-middleware:github.com/grpc-ecosystem/go-grpc-middleware:force \
@@ -161,17 +171,14 @@ export sites="k8s.io/api:k8s.io/api:force \
161 github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \ 171 github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \
162 github.com/aws/aws-sdk-go-v2/service/ssooidc:github.com/aws/aws-sdk-go-v2/service/ssooidc/service/ssooidc:force \ 172 github.com/aws/aws-sdk-go-v2/service/ssooidc:github.com/aws/aws-sdk-go-v2/service/ssooidc/service/ssooidc:force \
163 github.com/aws/aws-sdk-go-v2/feature/ec2/imds:github.com/aws/aws-sdk-go-v2/feature/ec2/imds/feature/ec2/imds:force \ 173 github.com/aws/aws-sdk-go-v2/feature/ec2/imds:github.com/aws/aws-sdk-go-v2/feature/ec2/imds/feature/ec2/imds:force \
164 go.opentelemetry.io/otel/exporters/prometheus:go.opentelemetry.io/otel/exporters/prometheus/exporters/prometheus:force \
165 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \ 174 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \
166 go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \ 175 go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \
167 github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \ 176 github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \
168 go.opentelemetry.io/otel/exporters/otlp/otlpmetric:go.opentelemetry.io/otel/exporters/otlp/otlpmetric/exporters/otlp/otlpmetric:force \ 177 go.opentelemetry.io/otel/exporters/otlp/internal/retry:go.opentelemetry.io/otel/exporters/otlp/internal/retry/exporters/otlp/internal/retry:force \
169 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/service/internal/presigned-url:force \ 178 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/service/internal/presigned-url:force \
170 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \ 179 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \
171 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/exporters/otlp/otlptrace/otlptracegrpc:force \ 180 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/exporters/otlp/otlptrace/otlptracegrpc:force \
172 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/exporters/otlp/otlptrace/otlptracehttp:force \ 181 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp:go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp/exporters/otlp/otlptrace/otlptracehttp:force \
173 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc:go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc/exporters/otlp/otlpmetric/otlpmetricgrpc:force \
174 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp:go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp/exporters/otlp/otlpmetric/otlpmetrichttp:force \
175 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/instrumentation/google.golang.org/grpc/otelgrpc:force \ 182 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc:go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/instrumentation/google.golang.org/grpc/otelgrpc:force \
176 go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace:go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/instrumentation/net/http/httptrace/otelhttptrace:force" 183 go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace:go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/instrumentation/net/http/httptrace/otelhttptrace:force"
177 184