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 <penny.zheng@arm.com>
This commit is contained in:
Penny Zheng 2020-02-04 16:33:38 +08:00
parent 9bf4b859a1
commit 96a49a894d

1
Gopkg.lock generated
View File

@ -795,6 +795,7 @@
"github.com/opencontainers/runc/libcontainer/cgroups/systemd", "github.com/opencontainers/runc/libcontainer/cgroups/systemd",
"github.com/opencontainers/runc/libcontainer/configs", "github.com/opencontainers/runc/libcontainer/configs",
"github.com/opencontainers/runc/libcontainer/specconv", "github.com/opencontainers/runc/libcontainer/specconv",
"github.com/opencontainers/runc/libcontainer/system",
"github.com/opencontainers/runc/libcontainer/utils", "github.com/opencontainers/runc/libcontainer/utils",
"github.com/opencontainers/runtime-spec/specs-go", "github.com/opencontainers/runtime-spec/specs-go",
"github.com/opentracing/opentracing-go", "github.com/opentracing/opentracing-go",