Closed kolyshkin closed 3 years ago
OK, non-trivial part of this separated to https://github.com/opencontainers/runtime-tools/pull/733
LGTM @mrunalp @vbatts @crosbymichael @dqminh PTAL
(Explanation sounds good to me, but I'll let @vbatts confirm whether he's satisfied :smile:)
Ah, this needs a rebase. Hang on.
validation/.gitignore: fix
There are many .t files in subdirectories. Fix gitignore accordingly.
Closes: #714
deps: switch to google/uuid
It looks like satori/go.uuid has changed its API in the past (returning two values rather than one from New), and it is not maintained since around 2018.
Switch to google/uuid which seems to be well maintained.
deps: bump sirupsen/logrus to v1.8.1
deps bump github.com/mrunalp/fileutils to v0.5.0
deps: bump github.com/opencontainers/selinux to v1.9.1
deps: github.com/hashicorp/go-multierror to v1.1.1
deps: bump github.com/syndtr/gocapability to latest
Also, fix a deprecation warning from NewPid.