From 96a49a894db668132518acbf58b8bb707a0dde44 Mon Sep 17 00:00:00 2001 From: Penny Zheng Date: Tue, 4 Feb 2020 16:33:38 +0800 Subject: [PATCH] AArch64: arm ci failed on stale Gopkg.lock. Arm CI failed on the following error: Gopkg.lock is out of sync: github.com/opencontainers/runc/libcontainer/system: imported or required, but missing from Gopkg.lock's input-imports. Fixes: #2434 Signed-off-by: Penny Zheng --- Gopkg.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Gopkg.lock b/Gopkg.lock index 3adc4dd88..5aa0c164a 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -795,6 +795,7 @@ "github.com/opencontainers/runc/libcontainer/cgroups/systemd", "github.com/opencontainers/runc/libcontainer/configs", "github.com/opencontainers/runc/libcontainer/specconv", + "github.com/opencontainers/runc/libcontainer/system", "github.com/opencontainers/runc/libcontainer/utils", "github.com/opencontainers/runtime-spec/specs-go", "github.com/opentracing/opentracing-go",