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