diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-07 00:20:41 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-08-09 14:26:28 -0400 |
commit | e43460f5ed71b76de06bf94444065edb8fbcdd88 (patch) | |
tree | 32bfa14ee74d9397a8ce8bae1129695e3ff273b6 /recipes-containers/nerdctl/relocation.inc | |
parent | d90ad944d58b517658c08542cb6f9164e9a40665 (diff) | |
download | meta-virtualization-e43460f5ed71b76de06bf94444065edb8fbcdd88.tar.gz |
nerdctl: update to 0.22.2
Bumping nerdctl to version v0.22.2-2-ge084a2d, which comprises the following commits:
013ebdc Bump github.com/containerd/nydus-snapshotter
37cb3fe Fix `can't get final child's PID from pipe` on rootless (v0.22.1 regression)
fbbf10e Bump github.com/compose-spec/compose-go from 1.3.0 to 1.4.0
7f94a17 fix(hosts): extra-host params should be 'domain:ip'
a4fd8fa go-ipfs (0.13.1) -> Kubo (0.14.0)
f3001be doc: readme and help msg about firewall plugin
0e81051 ps_linux_test.go: improve variable names
cae0f01 README.md: `nerdctl system prune` is now available
8f57e95 add label display support in ps subcommand
2dfa2a4 Bump github.com/compose-spec/compose-go from 1.2.9 to 1.3.0
d0fe7ab skip reconfig network when missing
83ce9a0 Add extra logging warning for log options
09bd981 Pass https://index.docker.io/v1/ to GetAuthConfig() for Docker Hub
17771d0 Refactor: Abstract the way to handle remote snapshotter
0ff788b Add the ability to inspect volume sizes
3676219 Bump github.com/containernetworking/cni from 1.1.1 to 1.1.2
8b6417c fix stats values
bcedaae optimize tests of stop the sleep container
014525f support system prune
81a9a9b add labels in container inspect using dockercompat mode
81095fb fix yaml pkg vulnerability
1bb09dd support network prune
bc68696 Add oom-score-adj option while running
3507d0b remove useless args from load
d7ba334 rewrite test of run with init flag
1f7ec3f Bump github.com/compose-spec/compose-go from 1.2.8 to 1.2.9
5ecf242 Bump github.com/containerd/go-cni from 1.1.6 to 1.1.7
cccf19e test fluentd log driver without build image
1199ac5 small refactor for rmAction
a4b51e2 bridge network use free subnet
e027ce4 Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
0818f7d Bump docker/build-push-action from 3.0.0 to 3.1.0
a78de9a support --network=container:<contaienr> for sharing network namespace
df376b8 Remove duplicate host record when update the DNS
685371e TestRunWithJsonFileLogDriver: make log message more specific
357fdfd Fallback to Containerfile when Dockerfile is not present.
de3d05a README.md: clean up
e06e3a6 ignore force remove container error
4a7f6eb support force remove image
f2cc696 fix stats for no-stream
a7dd254 fix flaky test TestRunWithJsonFileLogDriver
663541c README.md: clean up
ad0e42f infoutil: make runc version output consistent with Docker
e016c55 infoutil: relax buildctl version format
2087827 fix found multiple IDs when container walker
0e07104 update buildg (0.3.0)
bd78358 update IPFS (0.13.1)
ddf5b5a update stargz-snapshotter (0.12.0)
8f5ac28 refactor container restart command
70826c7 update imgcrypt (1.1.6)
08f9f6b Display buildkit and runc version in nerdctl
2c5bd7f Log matches of log paths to understand TestRunWithJsonFileLogDriver flakiness
15decf3 wait for detached container running before exec
fa392af Add document about overlaybd
41c63f3 fix json file logging filenames
9c63c61 container exit should terminate tail logs
ff6e75f update unimplemented flags for run
28de2e3 support volume prune
a74e852 add update flag blkio-weight
eb3715a fix dockerfile local dir
e20c145 support image prune
79ed9ca TestRunCgroupV1: fix cgroup version check
d746ab9 fix broken deps for dbus
5e91753 add flag kernel-memory
9b4287e typo and return error
67e2ded remove failed container state
efd3961 adjust ps header
b35ae67 cli: implement -s/--size option for nerdctl ps command
e8127e6 docs: add nydus snapshotter description
f20cb34 Validate formats before ticking
8b5a0ec Bump github.com/containerd/nydus-snapshotter
fb3eb33 fix error message
5f41b41 support container prune
4637c99 add TabReader for test
4f9c3ed fix some error
86056b8 Enable staticcheck in golangci-lint
34e3ad8 feat: makes nerdctl available to pull nydus images
76fbdbe Support multiple tags in nerdctl build.
e56ac42 Fixed gosimple errors in issue #1134
afb0c57 bind-mounts: add rbind option defaultly
6a382f7 support stop-signal and stop-timeout
f9522ae support dns-search and dns-option for compose
486100d volume: set fstype to bind if mount options contains bind or rbind
eaf3354 remove invalid debug
50a8eaa show name for images
0b67272 support dns-search and dns-opt
2f79653 fix: using default resolver
2b5a45b add group-add flag for run
a5b0d1d go mod tidy
b1930a7 1117: specify needsLoading when output flag is specified.
abaa167 Bump github.com/compose-spec/compose-go from 1.2.7 to 1.2.8
7954e19 Bump github.com/ipfs/go-ipfs-http-client from 0.3.1 to 0.4.0
12aae30 Bump github.com/multiformats/go-multiaddr from 0.5.0 to 0.6.0
8b34083 Fix typo in instructions on how to run docker compat tests.
daea277 Bump github.com/spf13/cobra from 1.4.0 to 1.5.0
b1b226f Bump gotest.tools/v3 from 3.2.0 to 3.3.0
0bcefdc Update golangci-lint version to 1.46.2
063c025 fix stylecheck errors
75ff587 CI: unparallelize TestRunAddHost
1c191a1 add umask
676c5c3 Validation for nerdctl load to fail when stdin is empty.
1192a04 Fixed gosimple errors in issue #1134
02582d0 go.mod: golang.org/x/* master
e86deda go.mod: github.com/containerd/containerd v1.6.6 (=> v1.6.1-0.20220616041926-9c6154bff158)
c078e20 pkg/logging: refactor
92e3cc2 Initialize the log file to fix `nerdctl compose up` error
5c3aec6 add memory-reservation memory-swappiness
7fbafcb fix swap memory
261da0c Add GitLab Container Registry documentation
4f6b914 MAINTAINERS: add Zheao Li as a REVIEWER
04a8450 update IPFS (0.13.0)
8ac66ef update fuse-overlayfs (1.9)
21edc9d update runc (1.1.3)
ffdc0aa fix log-driver name not check error
8717e4f Implement fluentd logging driver
a817a8b add flag memory-swap
44c80db Adding tests for start and handling AkihiroSuda feedback
db4a505 Adding --attach flag to start
0b9e9cb add flag oom-kill-disable
404c532 [#868] Update moby/sys to fix the FreeBSD build
3b1df0e Bump github.com/docker/cli
d50fec4 Bump github.com/docker/docker
cfe8ca0 Bump github.com/moby/sys/mount from 0.3.2 to 0.3.3
6386775 update buildg (0.2.0)
26639fd update containerd (1.6.6)
35f60d6 go.mod: github.com/containerd/containerd v1.6.1-0.20220606171923-c1bcabb45419
8a36c0d persist default network config
bb3f9ee Bump github.com/vishvananda/netlink from 1.2.0-beta to 1.2.1-beta.2
eae4b2d Bump github.com/containernetworking/cni from 1.1.0 to 1.1.1
3007fc8 Bump github.com/containerd/go-cni from 1.1.5 to 1.1.6
b00fa84 fix squashes --add-host with the same ip
dd8a0ff Implement journald logging driver
f087279 Bump github.com/compose-spec/compose-go from 1.2.6 to 1.2.7
60b77c1 Bump github.com/containerd/cgroups from 1.0.3 to 1.0.4
96a3276 CI: TestRunCgroupV2: add --memory-swap=-1 for Docker with cgroup v2
5a47349 CI: skip TestRunCgroupConf for Docker
e077b38 CI: use GHA ubuntu-22.04 for cgroup2 tests
08924b9 docs/compose.md: update the compatibility information
423600f Bump github.com/compose-spec/compose-go from 1.2.5 to 1.2.6
793a95d enbale entrypoint as stringArray
feb1316 Bump github.com/compose-spec/compose-go from 1.2.4 to 1.2.5
193e8d6 Bump up buildg to v0.1.0
04f9b47 update BuildKit (0.10.3)
0aeed30 update runc (1.1.2)
fc87586 go.mod: golang.org/x/* master
f66b943 refactor TestRunIpcHost
b7d9eee create/run: add ipc flag to create and run commands
998f457 Bump github.com/docker/cli
47e7eb7 Bump github.com/docker/docker
773a413 Support interactive debugging of Dockerfile
d81dcf3 logging: ensure that MagicArgv1 is always argv1
004f2ff README.md: typo
70c90f1 Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0
7c3fd8f add bind-nonrecursive for mount
47ff895 fix flaky test TestComposeConfigWithComposeFileEnv
c5841dd pkg/taskutil: let StdinCloser implement io.Closer
c9881fd supporting COMPOSE_FILE environment variable
b4f2e5f Support logging in compose file
0fc816a Support for networks in compose files
0b9d48e Bump github.com/docker/docker
e031d13 update containerd (1.6.4)
abaa4d0 Support riscv64
49f6d78 Bump github.com/docker/cli
7e3dc43 Bump docker/build-push-action from 2.10.0 to 3.0.0
450486a Bump docker/login-action from 1.14.1 to 2.0.0
e11fb20 Bump docker/metadata-action from 3.8.0 to 4.0.1
d3e449a implement log opt with containerd logging driver
97ece6a enhancement restart policy
81528d5 support rename container
56b0f10 update BuildKit (0.10.2)
e258cda update RootlessKit (1.0.1)
489a521 update slirp4netns (1.2.0)
d73ef7a fix default driver capability for gpus
ed10fec Bump docker/metadata-action from 3.7.0 to 3.8.0
f853dc4 Bump github.com/containerd/go-cni from 1.1.4 to 1.1.5
18ea81f Fix `flag -t needs -i to be specified together` restriction
b2fa405 Makefile: avoid flattening `nerdctl-X.Y.Z-go-mod-vendor.tar.gz`
ff1aec4 info: add --mode=native to show full plugin info
a629145 update containerd (1.6.3)
62979d7 Bump gotest.tools/v3 from 3.1.0 to 3.2.0
6d1bfc6 fixes #1004 : Build image only when changes merged to master
10990ad Bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5
dbc0ec5 Bump github.com/ipfs/go-ipfs-http-client from 0.3.0 to 0.3.1
c63982b Bump actions/checkout from 3.0.1 to 3.0.2
85ca787 [Carry 643] cp cmd
90a3a2c Bump github.com/tidwall/gjson from 1.14.0 to 1.14.1
8385be4 add test case for nerdctl inspect to check mounts field
a766555 show mounts info for nerdctl inspect
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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" | ||