go.mod: re-vendor NRI from the official repo.

Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
This commit is contained in:
Krisztian Litkey
2022-12-01 21:26:22 +02:00
parent 51195ad099
commit 740e90177a
9 changed files with 29 additions and 78 deletions

View File

@@ -73,7 +73,7 @@ require (
replace (
github.com/containerd/containerd => ../../
// Temporarily divert repo for updated/extended NRI.
github.com/containerd/nri => github.com/klihub/nri v0.0.0-20221122201439-2b09b4ad5cf3
// ATM the runtime-tools commit we need are beyond the latest tag.
// We use a replace to handle that until a new version is tagged.
github.com/opencontainers/runtime-tools => github.com/opencontainers/runtime-tools v0.0.0-20221026201742-946c877fa809
)