diff --git a/go.mod b/go.mod index 3fc7d215a..4f34f0918 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 be450e2df..caac6eaaf 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=