diff options
Diffstat (limited to 'recipes-containers/nerdctl/relocation.inc')
-rw-r--r-- | recipes-containers/nerdctl/relocation.inc | 43 |
1 files changed, 19 insertions, 24 deletions
diff --git a/recipes-containers/nerdctl/relocation.inc b/recipes-containers/nerdctl/relocation.inc index 7f3a1d34..a6129016 100644 --- a/recipes-containers/nerdctl/relocation.inc +++ b/recipes-containers/nerdctl/relocation.inc | |||
@@ -1,26 +1,23 @@ | |||
1 | export sites="gotest.tools/v3:gotest.tools/v3:force \ | 1 | export sites = "gotest.tools/v3:gotest.tools/v3:force \ |
2 | go.uber.org/mock:go.uber.org/mock:force \ | 2 | go.uber.org/mock:go.uber.org/mock:force \ |
3 | golang.org/x/net:golang.org/x/net:force \ | 3 | golang.org/x/net:golang.org/x/net:force \ |
4 | golang.org/x/sys:golang.org/x/sys:force \ | 4 | golang.org/x/sys:golang.org/x/sys:force \ |
5 | gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ | 5 | gopkg.in/yaml.v3:gopkg.in/yaml.v3:force \ |
6 | go.opencensus.io:go.opencensus.io:force \ | 6 | go.opencensus.io:go.opencensus.io:force \ |
7 | golang.org/x/exp:golang.org/x/exp:force \ | 7 | golang.org/x/exp:golang.org/x/exp:force \ |
8 | golang.org/x/mod:golang.org/x/mod:force \ | ||
9 | golang.org/x/sync:golang.org/x/sync:force \ | 8 | golang.org/x/sync:golang.org/x/sync:force \ |
10 | golang.org/x/term:golang.org/x/term:force \ | 9 | golang.org/x/term:golang.org/x/term:force \ |
11 | golang.org/x/text:golang.org/x/text:force \ | 10 | golang.org/x/text:golang.org/x/text:force \ |
12 | golang.org/x/tools:golang.org/x/tools:force \ | ||
13 | golang.org/x/crypto:golang.org/x/crypto:force \ | 11 | golang.org/x/crypto:golang.org/x/crypto:force \ |
14 | github.com/moby/term:github.com/moby/term:force \ | 12 | github.com/moby/term:github.com/moby/term:force \ |
15 | go.mozilla.org/pkcs7:go.mozilla.org/pkcs7:force \ | ||
16 | github.com/docker/cli:github.com/docker/cli:force \ | 13 | github.com/docker/cli:github.com/docker/cli:force \ |
14 | github.com/creack/pty:github.com/creack/pty:force \ | ||
17 | github.com/pkg/errors:github.com/pkg/errors:force \ | 15 | github.com/pkg/errors:github.com/pkg/errors:force \ |
18 | github.com/fatih/color:github.com/fatih/color:force \ | 16 | github.com/fatih/color:github.com/fatih/color:force \ |
19 | github.com/ipfs/go-cid:github.com/ipfs/go-cid:force \ | 17 | github.com/ipfs/go-cid:github.com/ipfs/go-cid:force \ |
20 | github.com/spf13/cobra:github.com/spf13/cobra:force \ | 18 | github.com/spf13/cobra:github.com/spf13/cobra:force \ |
21 | github.com/spf13/pflag:github.com/spf13/pflag:force \ | 19 | github.com/spf13/pflag:github.com/spf13/pflag:force \ |
22 | github.com/cilium/ebpf:github.com/cilium/ebpf:force \ | 20 | github.com/cilium/ebpf:github.com/cilium/ebpf:force \ |
23 | github.com/google/uuid:github.com/google/uuid:force \ | ||
24 | github.com/moby/locker:github.com/moby/locker:force \ | 21 | github.com/moby/locker:github.com/moby/locker:force \ |
25 | google.golang.org/grpc:google.golang.org/grpc:force \ | 22 | google.golang.org/grpc:google.golang.org/grpc:force \ |
26 | github.com/go-logr/logr:github.com/go-logr/logr:force \ | 23 | github.com/go-logr/logr:github.com/go-logr/logr:force \ |
@@ -29,58 +26,54 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \ | |||
29 | github.com/tinylib/msgp:github.com/tinylib/msgp:force \ | 26 | github.com/tinylib/msgp:github.com/tinylib/msgp:force \ |
30 | lukechampine.com/blake3:lukechampine.com/blake3:force \ | 27 | lukechampine.com/blake3:lukechampine.com/blake3:force \ |
31 | github.com/docker/docker:github.com/docker/docker:force \ | 28 | github.com/docker/docker:github.com/docker/docker:force \ |
32 | github.com/tidwall/gjson:github.com/tidwall/gjson:force \ | ||
33 | github.com/gogo/protobuf:github.com/gogo/protobuf:force \ | 29 | github.com/gogo/protobuf:github.com/gogo/protobuf:force \ |
34 | github.com/google/go-cmp:github.com/google/go-cmp:force \ | 30 | github.com/google/go-cmp:github.com/google/go-cmp:force \ |
35 | github.com/imdario/mergo:github.com/imdario/mergo:force \ | ||
36 | github.com/philhofer/fwd:github.com/philhofer/fwd:force \ | 31 | github.com/philhofer/fwd:github.com/philhofer/fwd:force \ |
37 | github.com/tidwall/match:github.com/tidwall/match:force \ | ||
38 | go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \ | 32 | go.opentelemetry.io/otel:go.opentelemetry.io/otel:force \ |
39 | github.com/containerd/log:github.com/containerd/log:force \ | 33 | github.com/containerd/log:github.com/containerd/log:force \ |
40 | github.com/djherbis/times:github.com/djherbis/times:force \ | 34 | github.com/djherbis/times:github.com/djherbis/times:force \ |
41 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5:force \ | 35 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5:force \ |
42 | github.com/mr-tron/base58:github.com/mr-tron/base58:force \ | 36 | github.com/mr-tron/base58:github.com/mr-tron/base58:force \ |
43 | github.com/tidwall/pretty:github.com/tidwall/pretty:force \ | ||
44 | github.com/containerd/fifo:github.com/containerd/fifo:force \ | 37 | github.com/containerd/fifo:github.com/containerd/fifo:force \ |
45 | github.com/docker/go-units:github.com/docker/go-units:force \ | 38 | github.com/docker/go-units:github.com/docker/go-units:force \ |
46 | github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ | 39 | github.com/mattn/go-isatty:github.com/mattn/go-isatty:force \ |
47 | github.com/yuchanns/srslog:github.com/yuchanns/srslog:force \ | 40 | github.com/yuchanns/srslog:github.com/yuchanns/srslog:force \ |
48 | github.com/golang/protobuf:github.com/golang/protobuf:force \ | 41 | github.com/golang/protobuf:github.com/golang/protobuf:force \ |
49 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ | 42 | github.com/sirupsen/logrus:github.com/sirupsen/logrus:force \ |
50 | google.golang.org/genproto:google.golang.org/genproto:force \ | 43 | github.com/smallstep/pkcs7:github.com/smallstep/pkcs7:force \ |
51 | google.golang.org/protobuf:google.golang.org/protobuf:force \ | 44 | google.golang.org/protobuf:google.golang.org/protobuf:force \ |
52 | github.com/moby/sys/user:github.com/moby/sys/user/user:force \ | 45 | github.com/moby/sys/user:github.com/moby/sys/user/user:force \ |
53 | github.com/bmizerany/assert:github.com/bmizerany/assert:force \ | 46 | github.com/bmizerany/assert:github.com/bmizerany/assert:force \ |
54 | github.com/containerd/ttrpc:github.com/containerd/ttrpc:force \ | 47 | github.com/containerd/ttrpc:github.com/containerd/ttrpc:force \ |
55 | github.com/docker/go-events:github.com/docker/go-events:force \ | 48 | github.com/petermattis/goid:github.com/petermattis/goid:force \ |
56 | github.com/vbatts/tar-split:github.com/vbatts/tar-split:force \ | 49 | github.com/vbatts/tar-split:github.com/vbatts/tar-split:force \ |
57 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \ | 50 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim:force \ |
58 | github.com/containerd/go-cni:github.com/containerd/go-cni:force \ | 51 | github.com/containerd/go-cni:github.com/containerd/go-cni:force \ |
52 | github.com/fsnotify/fsnotify:github.com/fsnotify/fsnotify:force \ | ||
59 | github.com/moby/sys/mount:github.com/moby/sys/mount/mount:force \ | 53 | github.com/moby/sys/mount:github.com/moby/sys/mount/mount:force \ |
60 | github.com/vishvananda/netns:github.com/vishvananda/netns:force \ | 54 | github.com/vishvananda/netns:github.com/vishvananda/netns:force \ |
61 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ | 55 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm:force \ |
56 | github.com/containerd/plugin:github.com/containerd/plugin:force \ | ||
62 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \ | 57 | github.com/felixge/httpsnoop:github.com/felixge/httpsnoop:force \ |
63 | github.com/golang/groupcache:github.com/golang/groupcache:force \ | 58 | github.com/golang/groupcache:github.com/golang/groupcache:force \ |
64 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap:force \ | ||
65 | github.com/minio/sha256-simd:github.com/minio/sha256-simd:force \ | 59 | github.com/minio/sha256-simd:github.com/minio/sha256-simd:force \ |
66 | github.com/pelletier/go-toml:github.com/pelletier/go-toml:force \ | ||
67 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3:force \ | 60 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3:force \ |
68 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \ | 61 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio:force \ |
69 | github.com/containerd/console:github.com/containerd/console:force \ | 62 | github.com/containerd/console:github.com/containerd/console:force \ |
63 | github.com/containerd/errdefs:github.com/containerd/errdefs:force \ | ||
70 | github.com/coreos/go-iptables:github.com/coreos/go-iptables:force \ | 64 | github.com/coreos/go-iptables:github.com/coreos/go-iptables:force \ |
71 | github.com/containerd/cgroups:github.com/containerd/cgroups:force \ | ||
72 | github.com/containerd/go-runc:github.com/containerd/go-runc:force \ | ||
73 | github.com/containerd/typeurl:github.com/containerd/typeurl:force \ | ||
74 | github.com/go-jose/go-jose/v3:github.com/go-jose/go-jose/v3:force \ | ||
75 | github.com/klauspost/compress:github.com/klauspost/compress:force \ | 65 | github.com/klauspost/compress:github.com/klauspost/compress:force \ |
66 | github.com/containerd/go-runc:github.com/containerd/go-runc:force \ | ||
67 | github.com/go-jose/go-jose/v4:github.com/go-jose/go-jose/v4:force \ | ||
76 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2:force \ | 68 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2:force \ |
77 | github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \ | 69 | github.com/mattn/go-colorable:github.com/mattn/go-colorable:force \ |
78 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ | 70 | github.com/moby/sys/signal:github.com/moby/sys/signal/signal:force \ |
79 | github.com/containerd/imgcrypt:github.com/containerd/imgcrypt:force \ | 71 | github.com/moby/sys/userns:github.com/moby/sys/userns/userns:force \ |
80 | github.com/muesli/cancelreader:github.com/muesli/cancelreader:force \ | 72 | github.com/muesli/cancelreader:github.com/muesli/cancelreader:force \ |
81 | github.com/vishvananda/netlink:github.com/vishvananda/netlink:force \ | 73 | github.com/vishvananda/netlink:github.com/vishvananda/netlink:force \ |
82 | github.com/containers/ocicrypt:github.com/containers/ocicrypt:force \ | 74 | github.com/containers/ocicrypt:github.com/containers/ocicrypt:force \ |
83 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ | 75 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords:force \ |
76 | github.com/sasha-s/go-deadlock:github.com/sasha-s/go-deadlock:force \ | ||
84 | github.com/containerd/platforms:github.com/containerd/platforms:force \ | 77 | github.com/containerd/platforms:github.com/containerd/platforms:force \ |
85 | github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2:force \ | 78 | github.com/pelletier/go-toml/v2:github.com/pelletier/go-toml/v2:force \ |
86 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir:force \ | 79 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir:force \ |
@@ -88,28 +81,28 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \ | |||
88 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ | 81 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema:force \ |
89 | github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ | 82 | github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3:force \ |
90 | github.com/containerd/cgroups/v3:github.com/containerd/cgroups/v3:force \ | 83 | github.com/containerd/cgroups/v3:github.com/containerd/cgroups/v3:force \ |
91 | github.com/containerd/containerd:github.com/containerd/containerd:force \ | ||
92 | github.com/containerd/continuity:github.com/containerd/continuity:force \ | 84 | github.com/containerd/continuity:github.com/containerd/continuity:force \ |
93 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ | 85 | github.com/containerd/typeurl/v2:github.com/containerd/typeurl/v2:force \ |
94 | github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22:force \ | 86 | github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22:force \ |
95 | github.com/docker/go-connections:github.com/docker/go-connections:force \ | 87 | github.com/docker/go-connections:github.com/docker/go-connections:force \ |
96 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ | 88 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer:force \ |
97 | github.com/fahedouch/go-logrotate:github.com/fahedouch/go-logrotate:force \ | 89 | github.com/containerd/imgcrypt/v2:github.com/containerd/imgcrypt/v2:force \ |
98 | github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure:force \ | ||
99 | github.com/distribution/reference:github.com/distribution/reference:force \ | 90 | github.com/distribution/reference:github.com/distribution/reference:force \ |
91 | github.com/fahedouch/go-logrotate:github.com/fahedouch/go-logrotate:force \ | ||
92 | github.com/moby/docker-image-spec:github.com/moby/docker-image-spec:force \ | ||
100 | github.com/multiformats/go-base32:github.com/multiformats/go-base32:force \ | 93 | github.com/multiformats/go-base32:github.com/multiformats/go-base32:force \ |
101 | github.com/multiformats/go-base36:github.com/multiformats/go-base36:force \ | 94 | github.com/multiformats/go-base36:github.com/multiformats/go-base36:force \ |
102 | github.com/multiformats/go-varint:github.com/multiformats/go-varint:force \ | 95 | github.com/multiformats/go-varint:github.com/multiformats/go-varint:force \ |
103 | github.com/opencontainers/selinux:github.com/opencontainers/selinux:force \ | 96 | github.com/opencontainers/selinux:github.com/opencontainers/selinux:force \ |
104 | go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel/trace/trace:force \ | 97 | go.opentelemetry.io/otel/trace:go.opentelemetry.io/otel/trace/trace:force \ |
105 | github.com/compose-spec/compose-go:github.com/compose-spec/compose-go:force \ | ||
106 | github.com/containernetworking/cni:github.com/containernetworking/cni:force \ | 98 | github.com/containernetworking/cni:github.com/containernetworking/cni:force \ |
107 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror:force \ | ||
108 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ | 99 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo/mountinfo:force \ |
109 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ | 100 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference:force \ |
110 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ | 101 | go.opentelemetry.io/otel/metric:go.opentelemetry.io/otel/metric/metric:force \ |
111 | github.com/awslabs/soci-snapshotter:github.com/awslabs/soci-snapshotter:force \ | 102 | github.com/containerd/containerd/v2:github.com/containerd/containerd/v2:force \ |
103 | github.com/go-viper/mapstructure/v2:github.com/go-viper/mapstructure/v2:force \ | ||
112 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ | 104 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest:force \ |
105 | github.com/containerd/errdefs/pkg:github.com/containerd/errdefs/pkg/pkg:force \ | ||
113 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ | 106 | github.com/moby/sys/sequential:github.com/moby/sys/sequential/sequential:force \ |
114 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ | 107 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec:force \ |
115 | github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers:force \ | 108 | github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers:force \ |
@@ -118,7 +111,9 @@ export sites="gotest.tools/v3:gotest.tools/v3:force \ | |||
118 | github.com/multiformats/go-multibase:github.com/multiformats/go-multibase:force \ | 111 | github.com/multiformats/go-multibase:github.com/multiformats/go-multibase:force \ |
119 | github.com/multiformats/go-multihash:github.com/multiformats/go-multihash:force \ | 112 | github.com/multiformats/go-multihash:github.com/multiformats/go-multihash:force \ |
120 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri:force \ | 113 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri:force \ |
114 | github.com/compose-spec/compose-go/v2:github.com/compose-spec/compose-go/v2:force \ | ||
121 | github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin:force \ | 115 | github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin:force \ |
116 | github.com/containerd/containerd/api:github.com/containerd/containerd/api/api:force \ | ||
122 | github.com/containernetworking/plugins:github.com/containernetworking/plugins:force \ | 117 | github.com/containernetworking/plugins:github.com/containernetworking/plugins:force \ |
123 | github.com/fluent/fluent-logger-golang:github.com/fluent/fluent-logger-golang:force \ | 118 | github.com/fluent/fluent-logger-golang:github.com/fluent/fluent-logger-golang:force \ |
124 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec:force \ | 119 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec:force \ |