opencontainers / runtime-tools

OCI Runtime Tools
https://www.opencontainers.org/
Apache License 2.0
434 stars 141 forks source link

Bump some deps #732

Closed kolyshkin closed 3 years ago

kolyshkin commented 3 years ago
  1. validation/.gitignore: fix

    There are many .t files in subdirectories. Fix gitignore accordingly.

    Closes: #714

  2. 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.

  3. deps: bump sirupsen/logrus to v1.8.1

  4. deps bump github.com/mrunalp/fileutils to v0.5.0

  5. deps: bump github.com/opencontainers/selinux to v1.9.1

  6. deps: github.com/hashicorp/go-multierror to v1.1.1

  7. deps: bump github.com/syndtr/gocapability to latest

    Also, fix a deprecation warning from NewPid.

kolyshkin commented 3 years ago

OK, non-trivial part of this separated to https://github.com/opencontainers/runtime-tools/pull/733

rhatdan commented 3 years ago

LGTM @mrunalp @vbatts @crosbymichael @dqminh PTAL

tianon commented 3 years ago

(Explanation sounds good to me, but I'll let @vbatts confirm whether he's satisfied :smile:)

kolyshkin commented 3 years ago

Ah, this needs a rebase. Hang on.