From e0b7b10e6e53f2d59ae6a597be09e0949a5f19bf Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Fri, 4 Oct 2024 12:25:23 -0500 Subject: [PATCH] Audit and tidy OWNERS Clean ups on reviewers and approvers for the OWNERS file. Removed duplications of reviewers (from approvers) and added Jan. Signed-off-by: Brent Baude --- OWNERS | 17 ++--------------- go.mod | 1 - 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/OWNERS b/OWNERS index 2eb9ea84c3e..a34c6b25621 100644 --- a/OWNERS +++ b/OWNERS @@ -1,28 +1,15 @@ approvers: - TomSweeneyRedHat - - ashley-cui - - cevich - - flouthoc - - giuseppe - lsm5 - nalind - rhatdan - umohnani8 - - vrothberg reviewers: - - QiWang19 - - TomSweeneyRedHat - ashley-cui - baude - - cevich - edsantiago + - flouthoc - giuseppe - - haircommander - - jwhonce - - lsm5 + - Honny1 - mheon - - mrunalp - - nalind - - rhatdan - - umohnani8 - vrothberg diff --git a/go.mod b/go.mod index 1b0e0b7dff8..8fc4d75a16e 100644 --- a/go.mod +++ b/go.mod @@ -108,7 +108,6 @@ require ( github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/moby/docker-image-spec v1.3.1 // indirect github.com/moby/patternmatcher v0.6.0 // indirect - github.com/moby/sys/capability v0.3.0 // indirect github.com/moby/sys/mountinfo v0.7.2 // indirect github.com/moby/sys/sequential v0.5.0 // indirect github.com/moby/sys/user v0.3.0 // indirect