From 041a275bacc83eaf61842afb1d2723d6c883ccaa Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Mon, 22 Aug 2022 14:26:34 +0100 Subject: [PATCH] fix: Resolve S3 regressions (#1867) --- go.mod | 2 +- go.sum | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index ed2ad0abf2..8baaf2dc7e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.18 require ( github.com/AlecAivazis/survey/v2 v2.3.5 github.com/Masterminds/semver v1.5.0 - github.com/aquasecurity/defsec v0.72.2 + github.com/aquasecurity/defsec v0.72.3 github.com/google/uuid v1.3.0 github.com/hashicorp/go-version v1.6.0 github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf diff --git a/go.sum b/go.sum index e6c5897372..9855f12ea6 100644 --- a/go.sum +++ b/go.sum @@ -142,10 +142,8 @@ github.com/apparentlymart/go-cidr v1.1.0/go.mod h1:EBcsNrHc3zQeuaeCeCtQruQm+n9/Y github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/Nj9VFpLOpjS5yuumk= github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw= github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo= -github.com/aquasecurity/defsec v0.72.1 h1:415/t9e4aZApXBkdwG50nLLFGHO+VBuNJOCAnnTD0KM= -github.com/aquasecurity/defsec v0.72.1/go.mod h1:2jYgkIi3UFbkrbtpnr3Cu49JZ3MGuLMJAhyh63jV1I4= -github.com/aquasecurity/defsec v0.72.2 h1:dMo+AGzLBmEWHpdWqbQw1c1OWQkj98rfiUfERr00bWM= -github.com/aquasecurity/defsec v0.72.2/go.mod h1:2jYgkIi3UFbkrbtpnr3Cu49JZ3MGuLMJAhyh63jV1I4= +github.com/aquasecurity/defsec v0.72.3 h1:jmq0GeG2nWFouyN7uKjlmPK1da2jOPq003cxaM3hyW4= +github.com/aquasecurity/defsec v0.72.3/go.mod h1:2jYgkIi3UFbkrbtpnr3Cu49JZ3MGuLMJAhyh63jV1I4= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=