From f379eee7a3ee67802f5159d49b4e5cfda6684ce3 Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Tue, 17 Aug 2021 08:57:47 -0500 Subject: [PATCH] Drop replace directive for oleiade/reflections. This is reverting 8358c261070a2dc9d75053e5db9c4ec666472295. Signed-off-by: Matt Moyer --- go.mod | 5 ----- go.sum | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 3fc7d215..4f34f091 100644 --- a/go.mod +++ b/go.mod @@ -43,11 +43,6 @@ require ( sigs.k8s.io/yaml v1.2.0 ) -// Workaround a broken module version (see https://github.com/oleiade/reflections/issues/14). -// We need this until none of our deps tries to pull in v1.0.0, otherwise some tools like -// Dependabot will fail on our module. -replace github.com/oleiade/reflections v1.0.0 => github.com/oleiade/reflections v1.0.1 - // We were never vulnerable to CVE-2020-26160 but this avoids future issues // This fork is not particularly better though: // https://github.com/form3tech-oss/jwt-go/issues/7 diff --git a/go.sum b/go.sum index be450e2d..caac6eaa 100644 --- a/go.sum +++ b/go.sum @@ -930,6 +930,7 @@ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLA github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= +github.com/oleiade/reflections v1.0.0/go.mod h1:RbATFBbKYkVdqmSFtx13Bb/tVhR0lgOBXunWTZKeL4w= github.com/oleiade/reflections v1.0.1 h1:D1XO3LVEYroYskEsoSiGItp9RUxG6jWnCVvrqH0HHQM= github.com/oleiade/reflections v1.0.1/go.mod h1:rdFxbxq4QXVZWj0F+e9jqjDkc7dbp97vkRixKo2JR60= github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=