diff options
Diffstat (limited to 'recipes-containers/docker-compose/relocation.inc')
-rw-r--r-- | recipes-containers/docker-compose/relocation.inc | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/recipes-containers/docker-compose/relocation.inc b/recipes-containers/docker-compose/relocation.inc index 74011a4a..9e71acd8 100644 --- a/recipes-containers/docker-compose/relocation.inc +++ b/recipes-containers/docker-compose/relocation.inc | |||
@@ -44,6 +44,8 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
44 | github.com/go-logr/stdr:github.com/go-logr/stdr:force \ | 44 | github.com/go-logr/stdr:github.com/go-logr/stdr:force \ |
45 | github.com/google/shlex:github.com/google/shlex:force \ | 45 | github.com/google/shlex:github.com/google/shlex:force \ |
46 | github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \ | 46 | github.com/miekg/pkcs11:github.com/miekg/pkcs11:force \ |
47 | github.com/otiai10/mint:github.com/otiai10/mint:force \ | ||
48 | github.com/x448/float16:github.com/x448/float16:force \ | ||
47 | github.com/docker/buildx:github.com/docker/buildx:force \ | 49 | github.com/docker/buildx:github.com/docker/buildx:force \ |
48 | github.com/docker/docker:github.com/docker/docker:force \ | 50 | github.com/docker/docker:github.com/docker/docker:force \ |
49 | github.com/google/go-cmp:github.com/google/go-cmp:force \ | 51 | github.com/google/go-cmp:github.com/google/go-cmp:force \ |
@@ -54,18 +56,17 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
54 | github.com/google/gofuzz:github.com/google/gofuzz:force \ | 56 | github.com/google/gofuzz:github.com/google/gofuzz:force \ |
55 | github.com/imdario/mergo:github.com/imdario/mergo:force \ | 57 | github.com/imdario/mergo:github.com/imdario/mergo:force \ |
56 | github.com/containerd/log:github.com/containerd/log:force \ | 58 | github.com/containerd/log:github.com/containerd/log:force \ |
59 | github.com/zclconf/go-cty:github.com/zclconf/go-cty:force \ | ||
57 | github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \ | 60 | github.com/davecgh/go-spew:github.com/davecgh/go-spew:force \ |
58 | github.com/docker/go-units:github.com/docker/go-units:force \ | 61 | github.com/docker/go-units:github.com/docker/go-units:force \ |
59 | github.com/mitchellh/go-ps:github.com/mitchellh/go-ps:force \ | 62 | github.com/mitchellh/go-ps:github.com/mitchellh/go-ps:force \ |
60 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ | 63 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ |
61 | github.com/go-openapi/swag:github.com/go-openapi/swag:force \ | 64 | github.com/go-openapi/swag:github.com/go-openapi/swag:force \ |
62 | github.com/gogo/googleapis:github.com/gogo/googleapis:force \ | ||
63 | github.com/golang/protobuf:github.com/golang/protobuf:force \ | 65 | github.com/golang/protobuf:github.com/golang/protobuf:force \ |
64 | github.com/mailru/easyjson:github.com/mailru/easyjson:force \ | 66 | github.com/mailru/easyjson:github.com/mailru/easyjson:force \ |
65 | github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ | 67 | github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ |
66 | github.com/moby/spdystream:github.com/moby/spdystream:force \ | 68 | github.com/moby/spdystream:github.com/moby/spdystream:force \ |
67 | github.com/mxk/go-flowrate:github.com/mxk/go-flowrate:force \ | 69 | github.com/mxk/go-flowrate:github.com/mxk/go-flowrate:force \ |
68 | google.golang.org/genproto:google.golang.org/genproto:force \ | ||
69 | google.golang.org/protobuf:google.golang.org/protobuf:force \ | 70 | google.golang.org/protobuf:google.golang.org/protobuf:force \ |
70 | github.com/moby/sys/user:github.com/moby/sys/user/user:force \ | 71 | github.com/moby/sys/user:github.com/moby/sys/user/user:force \ |
71 | github.com/stretchr/testify:github.com/stretchr/testify:force \ | 72 | github.com/stretchr/testify:github.com/stretchr/testify:force \ |
@@ -75,16 +76,15 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
75 | github.com/serialx/hashring:github.com/serialx/hashring:force \ | 76 | github.com/serialx/hashring:github.com/serialx/hashring:force \ |
76 | github.com/tonistiigi/units:github.com/tonistiigi/units:force \ | 77 | github.com/tonistiigi/units:github.com/tonistiigi/units:force \ |
77 | github.com/tonistiigi/vt100:github.com/tonistiigi/vt100:force \ | 78 | github.com/tonistiigi/vt100:github.com/tonistiigi/vt100:force \ |
78 | google.golang.org/appengine:google.golang.org/appengine:force \ | ||
79 | github.com/eiannone/keyboard:github.com/eiannone/keyboard:force \ | 79 | github.com/eiannone/keyboard:github.com/eiannone/keyboard:force \ |
80 | github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \ | 80 | github.com/fsnotify/fsevents:github.com/fsnotify/fsevents:force \ |
81 | github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \ | 81 | github.com/tilt-dev/fsnotify:github.com/tilt-dev/fsnotify:force \ |
82 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ | 82 | 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 \ | 83 | 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 \ | 84 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2:force \ |
86 | github.com/docker/go-metrics:github.com/docker/go-metrics:force \ | 85 | github.com/docker/go-metrics:github.com/docker/go-metrics:force \ |
87 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \ | 86 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \ |
87 | github.com/fxamacker/cbor/v2:github.com/fxamacker/cbor/v2:force \ | ||
88 | github.com/gorilla/websocket:github.com/gorilla/websocket:force \ | 88 | github.com/gorilla/websocket:github.com/gorilla/websocket:force \ |
89 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \ | 89 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \ |
90 | github.com/munnerz/goautoneg:github.com/munnerz/goautoneg:force \ | 90 | github.com/munnerz/goautoneg:github.com/munnerz/goautoneg:force \ |
@@ -104,6 +104,7 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
104 | github.com/modern-go/reflect2:github.com/modern-go/reflect2:force \ | 104 | github.com/modern-go/reflect2:github.com/modern-go/reflect2:force \ |
105 | github.com/pmezard/go-difflib:github.com/pmezard/go-difflib:force \ | 105 | github.com/pmezard/go-difflib:github.com/pmezard/go-difflib:force \ |
106 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ | 106 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ |
107 | github.com/moby/sys/userns:github.com/moby/sys/userns/userns:force \ | ||
107 | github.com/jonboulle/clockwork:github.com/jonboulle/clockwork:force \ | 108 | github.com/jonboulle/clockwork:github.com/jonboulle/clockwork:force \ |
108 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ | 109 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ |
109 | github.com/moby/patternmatcher:github.com/moby/patternmatcher:force \ | 110 | github.com/moby/patternmatcher:github.com/moby/patternmatcher:force \ |
@@ -111,18 +112,18 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
111 | github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \ | 112 | github.com/cenkalti/backoff/v4:github.com/cenkalti/backoff/v4:force \ |
112 | github.com/docker/distribution:github.com/docker/distribution:force \ | 113 | github.com/docker/distribution:github.com/docker/distribution:force \ |
113 | github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \ | 114 | github.com/shibumi/go-pathspec:github.com/shibumi/go-pathspec:force \ |
115 | github.com/containerd/platforms:github.com/containerd/platforms:force \ | ||
114 | github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \ | 116 | github.com/docker/cli-docs-tool:github.com/docker/cli-docs-tool:force \ |
115 | github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \ | 117 | github.com/hashicorp/go-version:github.com/hashicorp/go-version:force \ |
116 | github.com/containerd/platforms:github.com/containerd/platforms:force \ | ||
117 | github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ | 118 | github.com/moby/sys/symlink:github.com/moby/sys/symlink/symlink:force \ |
118 | github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \ | 119 | github.com/modern-go/concurrent:github.com/modern-go/concurrent:force \ |
119 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ | 120 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ |
120 | github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2:force \ | 121 | github.com/AlecAivazis/survey/v2:github.com/AlecAivazis/survey/v2:force \ |
121 | github.com/containerd/containerd:github.com/containerd/containerd:force \ | ||
122 | github.com/docker/go-connections:github.com/docker/go-connections:force \ | 122 | github.com/docker/go-connections:github.com/docker/go-connections:force \ |
123 | github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ | 123 | github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ |
124 | github.com/containerd/continuity:github.com/containerd/continuity:force \ | 124 | github.com/containerd/continuity:github.com/containerd/continuity:force \ |
125 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ | 125 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ |
126 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2:force \ | ||
126 | github.com/google/gnostic-models:github.com/google/gnostic-models:force \ | 127 | github.com/google/gnostic-models:github.com/google/gnostic-models:force \ |
127 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ | 128 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ |
128 | go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \ | 129 | go.opentelemetry.io/proto/otlp:go.opentelemetry.io/proto/otlp/otlp:force \ |
@@ -136,15 +137,23 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
136 | 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 \ |
137 | github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \ | 138 | github.com/kballard/go-shellquote:github.com/kballard/go-shellquote:force \ |
138 | github.com/moby/docker-image-spec:github.com/moby/docker-image-spec:force \ | 139 | github.com/moby/docker-image-spec:github.com/moby/docker-image-spec:force \ |
140 | github.com/planetscale/vtprotobuf:github.com/planetscale/vtprotobuf:force \ | ||
141 | github.com/tonistiigi/go-csvvalue:github.com/tonistiigi/go-csvvalue:force \ | ||
139 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ | 142 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ |
140 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ | 143 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ |
141 | github.com/prometheus/client_model:github.com/prometheus/client_model:force \ | 144 | github.com/prometheus/client_model:github.com/prometheus/client_model:force \ |
145 | github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2:force \ | ||
146 | github.com/tonistiigi/dchapes-mode:github.com/tonistiigi/dchapes-mode:force \ | ||
142 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ | 147 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ |
148 | github.com/xhit/go-str2duration/v2:github.com/xhit/go-str2duration/v2:force \ | ||
143 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ | 149 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ |
150 | github.com/containerd/containerd/v2:github.com/containerd/containerd/v2:force \ | ||
144 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ | 151 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ |
152 | github.com/containerd/errdefs/pkg:github.com/containerd/errdefs/pkg/pkg:force \ | ||
145 | github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \ | 153 | github.com/go-openapi/jsonreference:github.com/go-openapi/jsonreference:force \ |
146 | github.com/go-viper/mapstructure/v2:github.com/go-viper/mapstructure/v2:force \ | 154 | github.com/go-viper/mapstructure/v2:github.com/go-viper/mapstructure/v2:force \ |
147 | github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \ | 155 | github.com/prometheus/client_golang:github.com/prometheus/client_golang:force \ |
156 | github.com/moby/sys/capability:github.com/moby/sys/capability/capability:force \ | ||
148 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ | 157 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ |
149 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ | 158 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ |
150 | github.com/theupdateframework/notary:github.com/theupdateframework/notary:force \ | 159 | github.com/theupdateframework/notary:github.com/theupdateframework/notary:force \ |
@@ -152,8 +161,11 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
152 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \ | 161 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap:force \ |
153 | sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \ | 162 | sigs.k8s.io/structured-merge-diff/v4:sigs.k8s.io/structured-merge-diff/v4:force \ |
154 | github.com/compose-spec/compose-go/v2:github.com/compose-spec/compose-go/v2:force \ | 163 | github.com/compose-spec/compose-go/v2:github.com/compose-spec/compose-go/v2:force \ |
164 | github.com/mitchellh/hashstructure/v2:github.com/mitchellh/hashstructure/v2:force \ | ||
165 | github.com/containerd/containerd/api:github.com/containerd/containerd/api/api:force \ | ||
155 | github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \ | 166 | github.com/aws/aws-sdk-go-v2/config:github.com/aws/aws-sdk-go-v2/config/config:force \ |
156 | tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \ | 167 | tags.cncf.io/container-device-interface:tags.cncf.io/container-device-interface:force \ |
168 | github.com/apparentlymart/go-textseg/v15:github.com/apparentlymart/go-textseg/v15:force \ | ||
157 | go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel/sdk/metric/sdk/metric:force \ | 169 | go.opentelemetry.io/otel/sdk/metric:go.opentelemetry.io/otel/sdk/metric/sdk/metric:force \ |
158 | github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \ | 170 | github.com/grpc-ecosystem/grpc-gateway/v2:github.com/grpc-ecosystem/grpc-gateway/v2:force \ |
159 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ | 171 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers:force \ |
@@ -161,7 +173,6 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
161 | github.com/aws/aws-sdk-go-v2/service/sso:github.com/aws/aws-sdk-go-v2/service/sso/service/sso:force \ | 173 | github.com/aws/aws-sdk-go-v2/service/sso:github.com/aws/aws-sdk-go-v2/service/sso/service/sso:force \ |
162 | github.com/aws/aws-sdk-go-v2/service/sts:github.com/aws/aws-sdk-go-v2/service/sts/service/sts:force \ | 174 | github.com/aws/aws-sdk-go-v2/service/sts:github.com/aws/aws-sdk-go-v2/service/sts/service/sts:force \ |
163 | github.com/aws/aws-sdk-go-v2/internal/ini:github.com/aws/aws-sdk-go-v2/internal/ini/internal/ini:force \ | 175 | github.com/aws/aws-sdk-go-v2/internal/ini:github.com/aws/aws-sdk-go-v2/internal/ini/internal/ini:force \ |
164 | github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions:force \ | ||
165 | google.golang.org/genproto/googleapis/api:google.golang.org/genproto/googleapis/api/googleapis/api:force \ | 176 | google.golang.org/genproto/googleapis/api:google.golang.org/genproto/googleapis/api/googleapis/api:force \ |
166 | google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \ | 177 | google.golang.org/genproto/googleapis/rpc:google.golang.org/genproto/googleapis/rpc/googleapis/rpc:force \ |
167 | github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \ | 178 | github.com/secure-systems-lab/go-securesystemslib:github.com/secure-systems-lab/go-securesystemslib:force \ |
@@ -170,7 +181,6 @@ export sites="k8s.io/api:k8s.io/api:force \ | |||
170 | github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \ | 181 | github.com/aws/aws-sdk-go-v2/internal/endpoints/v2:github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/internal/endpoints/v2:force \ |
171 | go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \ | 182 | go.opentelemetry.io/otel/exporters/otlp/otlptrace:go.opentelemetry.io/otel/exporters/otlp/otlptrace/exporters/otlp/otlptrace:force \ |
172 | github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \ | 183 | github.com/aws/aws-sdk-go-v2/internal/configsources:github.com/aws/aws-sdk-go-v2/internal/configsources/internal/configsources:force \ |
173 | go.opentelemetry.io/otel/exporters/otlp/otlpmetric:go.opentelemetry.io/otel/exporters/otlp/otlpmetric/exporters/otlp/otlpmetric:force \ | ||
174 | github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/service/internal/presigned-url:force \ | 184 | github.com/aws/aws-sdk-go-v2/service/internal/presigned-url:github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/service/internal/presigned-url:force \ |
175 | github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding:github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/service/internal/accept-encoding:force \ | 185 | github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding:github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/service/internal/accept-encoding:force \ |
176 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \ | 186 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp:go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/instrumentation/net/http/otelhttp:force \ |