diff options
Diffstat (limited to 'recipes-containers/nerdctl/relocation.inc')
| -rw-r--r-- | recipes-containers/nerdctl/relocation.inc | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/recipes-containers/nerdctl/relocation.inc b/recipes-containers/nerdctl/relocation.inc new file mode 100644 index 00000000..f5d823f6 --- /dev/null +++ b/recipes-containers/nerdctl/relocation.inc | |||
| @@ -0,0 +1,172 @@ | |||
| 1 | sites="github.com/Masterminds/semver/v3:github.com/Masterminds/semver/v3 \ | ||
| 2 | github.com/Microsoft/go-winio:github.com/Microsoft/go-winio \ | ||
| 3 | github.com/compose-spec/compose-go:github.com/compose-spec/compose-go \ | ||
| 4 | github.com/containerd/cgroups:github.com/containerd/cgroups \ | ||
| 5 | github.com/containerd/console:github.com/containerd/console \ | ||
| 6 | github.com/containerd/continuity:github.com/containerd/continuity \ | ||
| 7 | github.com/containerd/go-cni:github.com/containerd/go-cni \ | ||
| 8 | github.com/containerd/imgcrypt:github.com/containerd/imgcrypt \ | ||
| 9 | github.com/containerd/nydus-snapshotter:github.com/containerd/nydus-snapshotter \ | ||
| 10 | github.com/containerd/stargz-snapshotter:github.com/containerd/stargz-snapshotter \ | ||
| 11 | github.com/containerd/stargz-snapshotter/estargz:github.com/containerd/stargz-snapshotter//estargz \ | ||
| 12 | github.com/containerd/stargz-snapshotter/ipfs:github.com/containerd/stargz-snapshotter//ipfs \ | ||
| 13 | github.com/containerd/typeurl:github.com/containerd/typeurl \ | ||
| 14 | github.com/containernetworking/cni:github.com/containernetworking/cni \ | ||
| 15 | github.com/containernetworking/plugins:github.com/containernetworking/plugins \ | ||
| 16 | github.com/coreos/go-systemd/v22:github.com/coreos/go-systemd/v22 \ | ||
| 17 | github.com/cyphar/filepath-securejoin:github.com/cyphar/filepath-securejoin \ | ||
| 18 | github.com/docker/cli:github.com/docker/cli \ | ||
| 19 | github.com/docker/docker:github.com/docker/docker \ | ||
| 20 | github.com/docker/go-connections:github.com/docker/go-connections \ | ||
| 21 | github.com/docker/go-units:github.com/docker/go-units \ | ||
| 22 | github.com/fahedouch/go-logrotate:github.com/fahedouch/go-logrotate \ | ||
| 23 | github.com/fatih/color:github.com/fatih/color \ | ||
| 24 | github.com/hashicorp/go-multierror:github.com/hashicorp/go-multierror \ | ||
| 25 | github.com/ipfs/go-cid:github.com/ipfs/go-cid \ | ||
| 26 | github.com/ipfs/go-ipfs-files:github.com/ipfs/go-ipfs-files \ | ||
| 27 | github.com/ipfs/go-ipfs-http-client:github.com/ipfs/go-ipfs-http-client \ | ||
| 28 | github.com/ipfs/interface-go-ipfs-core:github.com/ipfs/interface-go-ipfs-core \ | ||
| 29 | github.com/mattn/go-isatty:github.com/mattn/go-isatty \ | ||
| 30 | github.com/moby/sys/mount:github.com/moby/sys/mount//mount \ | ||
| 31 | github.com/moby/sys/mountinfo:github.com/moby/sys/mountinfo//mountinfo \ | ||
| 32 | github.com/moby/sys/signal:github.com/moby/sys/signal//signal \ | ||
| 33 | github.com/multiformats/go-multiaddr:github.com/multiformats/go-multiaddr \ | ||
| 34 | github.com/opencontainers/go-digest:github.com/opencontainers/go-digest \ | ||
| 35 | github.com/opencontainers/image-spec:github.com/opencontainers/image-spec \ | ||
| 36 | github.com/opencontainers/runtime-spec:github.com/opencontainers/runtime-spec \ | ||
| 37 | github.com/pelletier/go-toml:github.com/pelletier/go-toml \ | ||
| 38 | github.com/rootless-containers/bypass4netns:github.com/rootless-containers/bypass4netns \ | ||
| 39 | github.com/rootless-containers/rootlesskit:github.com/rootless-containers/rootlesskit \ | ||
| 40 | github.com/sirupsen/logrus:github.com/sirupsen/logrus \ | ||
| 41 | github.com/spf13/cobra:github.com/spf13/cobra \ | ||
| 42 | github.com/spf13/pflag:github.com/spf13/pflag \ | ||
| 43 | github.com/tidwall/gjson:github.com/tidwall/gjson \ | ||
| 44 | github.com/vishvananda/netlink:github.com/vishvananda/netlink \ | ||
| 45 | github.com/vishvananda/netns:github.com/vishvananda/netns \ | ||
| 46 | golang.org/x/crypto:golang.org/x/crypto \ | ||
| 47 | golang.org/x/net:golang.org/x/net \ | ||
| 48 | golang.org/x/sync:golang.org/x/sync \ | ||
| 49 | golang.org/x/sys:golang.org/x/sys \ | ||
| 50 | golang.org/x/term:golang.org/x/term \ | ||
| 51 | gopkg.in/yaml.v3:gopkg.in/yaml.v3 \ | ||
| 52 | gotest.tools/v3:github.com/gotestyourself/gotest.tools \ | ||
| 53 | github.com/AdaLogics/go-fuzz-headers:github.com/AdaLogics/go-fuzz-headers \ | ||
| 54 | github.com/Azure/go-ansiterm:github.com/Azure/go-ansiterm \ | ||
| 55 | github.com/Microsoft/hcsshim:github.com/Microsoft/hcsshim \ | ||
| 56 | github.com/beorn7/perks:github.com/beorn7/perks \ | ||
| 57 | github.com/blang/semver:github.com/blang/semver \ | ||
| 58 | github.com/bmizerany/assert:github.com/bmizerany/assert \ | ||
| 59 | github.com/btcsuite/btcd:github.com/btcsuite/btcd \ | ||
| 60 | github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \ | ||
| 61 | github.com/cilium/ebpf:github.com/cilium/ebpf \ | ||
| 62 | github.com/container-orchestrated-devices/container-device-interface:github.com/container-orchestrated-devices/container-device-interface \ | ||
| 63 | github.com/containerd/fifo:github.com/containerd/fifo \ | ||
| 64 | github.com/containerd/ttrpc:github.com/containerd/ttrpc \ | ||
| 65 | github.com/containers/ocicrypt:github.com/containers/ocicrypt \ | ||
| 66 | github.com/cpuguy83/go-md2man/v2:github.com/cpuguy83/go-md2man/v2 \ | ||
| 67 | github.com/crackcomm/go-gitignore:github.com/crackcomm/go-gitignore \ | ||
| 68 | github.com/distribution/distribution/v3:github.com/distribution/distribution/v3 \ | ||
| 69 | github.com/djherbis/times:github.com/djherbis/times \ | ||
| 70 | github.com/docker/distribution:github.com/docker/distribution \ | ||
| 71 | github.com/docker/docker-credential-helpers:github.com/docker/docker-credential-helpers \ | ||
| 72 | github.com/docker/go-events:github.com/docker/go-events \ | ||
| 73 | github.com/docker/go-metrics:github.com/docker/go-metrics \ | ||
| 74 | github.com/fluent/fluent-logger-golang:github.com/fluent/fluent-logger-golang \ | ||
| 75 | github.com/godbus/dbus/v5:github.com/godbus/dbus/v5 \ | ||
| 76 | github.com/gogo/protobuf:github.com/gogo/protobuf \ | ||
| 77 | github.com/golang/groupcache:github.com/golang/groupcache \ | ||
| 78 | github.com/golang/protobuf:github.com/golang/protobuf \ | ||
| 79 | github.com/google/go-cmp:github.com/google/go-cmp \ | ||
| 80 | github.com/google/uuid:github.com/google/uuid \ | ||
| 81 | github.com/gorilla/mux:github.com/gorilla/mux \ | ||
| 82 | github.com/hashicorp/errwrap:github.com/hashicorp/errwrap \ | ||
| 83 | github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru \ | ||
| 84 | github.com/imdario/mergo:github.com/imdario/mergo \ | ||
| 85 | github.com/inconshreveable/mousetrap:github.com/inconshreveable/mousetrap \ | ||
| 86 | github.com/ipfs/bbloom:github.com/ipfs/bbloom \ | ||
| 87 | github.com/ipfs/go-block-format:github.com/ipfs/go-block-format \ | ||
| 88 | github.com/ipfs/go-blockservice:github.com/ipfs/go-blockservice \ | ||
| 89 | github.com/ipfs/go-datastore:github.com/ipfs/go-datastore \ | ||
| 90 | github.com/ipfs/go-ipfs-blockstore:github.com/ipfs/go-ipfs-blockstore \ | ||
| 91 | github.com/ipfs/go-ipfs-cmds:github.com/ipfs/go-ipfs-cmds \ | ||
| 92 | github.com/ipfs/go-ipfs-ds-help:github.com/ipfs/go-ipfs-ds-help \ | ||
| 93 | github.com/ipfs/go-ipfs-exchange-interface:github.com/ipfs/go-ipfs-exchange-interface \ | ||
| 94 | github.com/ipfs/go-ipfs-util:github.com/ipfs/go-ipfs-util \ | ||
| 95 | github.com/ipfs/go-ipld-cbor:github.com/ipfs/go-ipld-cbor \ | ||
| 96 | github.com/ipfs/go-ipld-format:github.com/ipfs/go-ipld-format \ | ||
| 97 | github.com/ipfs/go-ipld-legacy:github.com/ipfs/go-ipld-legacy \ | ||
| 98 | github.com/ipfs/go-log:github.com/ipfs/go-log \ | ||
| 99 | github.com/ipfs/go-log/v2:github.com/ipfs/go-log/v2 \ | ||
| 100 | github.com/ipfs/go-merkledag:github.com/ipfs/go-merkledag \ | ||
| 101 | github.com/ipfs/go-metrics-interface:github.com/ipfs/go-metrics-interface \ | ||
| 102 | github.com/ipfs/go-path:github.com/ipfs/go-path \ | ||
| 103 | github.com/ipfs/go-unixfs:github.com/ipfs/go-unixfs \ | ||
| 104 | github.com/ipfs/go-verifcid:github.com/ipfs/go-verifcid \ | ||
| 105 | github.com/ipld/go-codec-dagpb:github.com/ipld/go-codec-dagpb \ | ||
| 106 | github.com/ipld/go-ipld-prime:github.com/ipld/go-ipld-prime \ | ||
| 107 | github.com/jbenet/goprocess:github.com/jbenet/goprocess \ | ||
| 108 | github.com/klauspost/compress:github.com/klauspost/compress \ | ||
| 109 | github.com/klauspost/cpuid/v2:github.com/klauspost/cpuid/v2 \ | ||
| 110 | github.com/libp2p/go-buffer-pool:github.com/libp2p/go-buffer-pool \ | ||
| 111 | github.com/libp2p/go-libp2p-core:github.com/libp2p/go-libp2p-core \ | ||
| 112 | github.com/libp2p/go-openssl:github.com/libp2p/go-openssl \ | ||
| 113 | github.com/mattn/go-colorable:github.com/mattn/go-colorable \ | ||
| 114 | github.com/mattn/go-shellwords:github.com/mattn/go-shellwords \ | ||
| 115 | github.com/matttproud/golang_protobuf_extensions:github.com/matttproud/golang_protobuf_extensions \ | ||
| 116 | github.com/miekg/pkcs11:github.com/miekg/pkcs11 \ | ||
| 117 | github.com/minio/blake2b-simd:github.com/minio/blake2b-simd \ | ||
| 118 | github.com/minio/sha256-simd:github.com/minio/sha256-simd \ | ||
| 119 | github.com/mitchellh/go-homedir:github.com/mitchellh/go-homedir \ | ||
| 120 | github.com/mitchellh/mapstructure:github.com/mitchellh/mapstructure \ | ||
| 121 | github.com/moby/locker:github.com/moby/locker \ | ||
| 122 | github.com/moby/term:github.com/moby/term \ | ||
| 123 | github.com/morikuni/aec:github.com/morikuni/aec \ | ||
| 124 | github.com/mr-tron/base58:github.com/mr-tron/base58 \ | ||
| 125 | github.com/multiformats/go-base32:github.com/multiformats/go-base32 \ | ||
| 126 | github.com/multiformats/go-base36:github.com/multiformats/go-base36 \ | ||
| 127 | github.com/multiformats/go-multibase:github.com/multiformats/go-multibase \ | ||
| 128 | github.com/multiformats/go-multicodec:github.com/multiformats/go-multicodec \ | ||
| 129 | github.com/multiformats/go-multihash:github.com/multiformats/go-multihash \ | ||
| 130 | github.com/multiformats/go-varint:github.com/multiformats/go-varint \ | ||
| 131 | github.com/opencontainers/runc:github.com/opencontainers/runc \ | ||
| 132 | github.com/opencontainers/runtime-tools:github.com/opencontainers/runtime-tools \ | ||
| 133 | github.com/opencontainers/selinux:github.com/opencontainers/selinux \ | ||
| 134 | github.com/opentracing/opentracing-go:github.com/opentracing/opentracing-go \ | ||
| 135 | github.com/philhofer/fwd:github.com/philhofer/fwd \ | ||
| 136 | github.com/pkg/errors:github.com/pkg/errors \ | ||
| 137 | github.com/polydawn/refmt:github.com/polydawn/refmt \ | ||
| 138 | github.com/prometheus/client_golang:github.com/prometheus/client_golang \ | ||
| 139 | github.com/prometheus/client_model:github.com/prometheus/client_model \ | ||
| 140 | github.com/prometheus/common:github.com/prometheus/common \ | ||
| 141 | github.com/prometheus/procfs:github.com/prometheus/procfs \ | ||
| 142 | github.com/rs/cors:github.com/rs/cors \ | ||
| 143 | github.com/russross/blackfriday/v2:github.com/russross/blackfriday/v2 \ | ||
| 144 | github.com/spacemonkeygo/spacelog:github.com/spacemonkeygo/spacelog \ | ||
| 145 | github.com/spaolacci/murmur3:github.com/spaolacci/murmur3 \ | ||
| 146 | github.com/stefanberger/go-pkcs11uri:github.com/stefanberger/go-pkcs11uri \ | ||
| 147 | github.com/syndtr/gocapability:github.com/syndtr/gocapability \ | ||
| 148 | github.com/tidwall/match:github.com/tidwall/match \ | ||
| 149 | github.com/tidwall/pretty:github.com/tidwall/pretty \ | ||
| 150 | github.com/tinylib/msgp:github.com/tinylib/msgp \ | ||
| 151 | github.com/urfave/cli:github.com/urfave/cli \ | ||
| 152 | github.com/vbatts/tar-split:github.com/vbatts/tar-split \ | ||
| 153 | github.com/whyrusleeping/cbor-gen:github.com/whyrusleeping/cbor-gen \ | ||
| 154 | github.com/xeipuuv/gojsonpointer:github.com/xeipuuv/gojsonpointer \ | ||
| 155 | github.com/xeipuuv/gojsonreference:github.com/xeipuuv/gojsonreference \ | ||
| 156 | github.com/xeipuuv/gojsonschema:github.com/xeipuuv/gojsonschema \ | ||
| 157 | go.mozilla.org/pkcs7:go.mozilla.org/pkcs7 \ | ||
| 158 | go.opencensus.io:go.opencensus.io \ | ||
| 159 | go.uber.org/atomic:go.uber.org/atomic \ | ||
| 160 | go.uber.org/multierr:go.uber.org/multierr \ | ||
| 161 | go.uber.org/zap:go.uber.org/zap \ | ||
| 162 | golang.org/x/text:golang.org/x/text \ | ||
| 163 | golang.org/x/xerrors:golang.org/x/xerrors \ | ||
| 164 | google.golang.org/genproto:github.com/googleapis/go-genproto \ | ||
| 165 | google.golang.org/grpc:github.com/grpc/grpc-go \ | ||
| 166 | google.golang.org/protobuf:github.com/protocolbuffers/protobuf-go \ | ||
| 167 | gopkg.in/square/go-jose.v2:gopkg.in/square/go-jose.v2 \ | ||
| 168 | gopkg.in/yaml.v2:gopkg.in/yaml.v2 \ | ||
| 169 | lukechampine.com/blake3:lukechampine.com/blake3 \ | ||
| 170 | sigs.k8s.io/yaml:sigs.k8s.io/yaml \ | ||
| 171 | github.com/containerd/containerd:github.com/containerd/containerd \ | ||
| 172 | github.com/hashicorp/golang-lru:github.com/hashicorp/golang-lru" | ||
