diff --git a/go.mod b/go.mod index 16963287..99e7bbec 100644 --- a/go.mod +++ b/go.mod @@ -6,12 +6,11 @@ require ( github.com/AlecAivazis/survey/v2 v2.3.7 github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b github.com/charmbracelet/lipgloss v0.13.0 - github.com/defenseunicorns/maru-runner v0.2.3 + github.com/defenseunicorns/maru-runner v0.3.0 github.com/defenseunicorns/pkg/exec v0.0.1 github.com/defenseunicorns/pkg/helpers/v2 v2.0.1 github.com/defenseunicorns/pkg/oci v1.0.2 github.com/defenseunicorns/uds-security-hub v0.0.7 - github.com/fatih/color v1.17.0 github.com/fsnotify/fsnotify v1.7.0 github.com/goccy/go-yaml v1.12.0 github.com/mholt/archiver/v3 v3.5.1 @@ -211,6 +210,7 @@ require ( github.com/facebookincubator/nvdtools v0.1.5 // indirect github.com/fairwindsops/pluto/v5 v5.18.4 // indirect github.com/fatih/camelcase v1.0.0 // indirect + github.com/fatih/color v1.17.0 // indirect github.com/felixge/fgprof v0.9.3 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/fluxcd/helm-controller/api v1.0.1 // indirect diff --git a/go.sum b/go.sum index 5c4f0dfa..f5627df3 100644 --- a/go.sum +++ b/go.sum @@ -608,8 +608,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/daviddengcn/go-colortext v1.0.0 h1:ANqDyC0ys6qCSvuEK7l3g5RaehL/Xck9EX8ATG8oKsE= github.com/daviddengcn/go-colortext v1.0.0/go.mod h1:zDqEI5NVUop5QPpVJUxE9UO10hRnmkD5G4Pmri9+m4c= -github.com/defenseunicorns/maru-runner v0.2.3 h1:HB525W/qndPgSMmDh8v+0fwQpIfHfEtM8qaw/fkffAk= -github.com/defenseunicorns/maru-runner v0.2.3/go.mod h1:cjONaC1/RnqqEyIUe4MAEs3waE6h38dlmUjh/VlrSGM= +github.com/defenseunicorns/maru-runner v0.3.0 h1:oPeXM2M74APfkzgKKUCTRtWm+BKTHzfp6ET1sFapa0E= +github.com/defenseunicorns/maru-runner v0.3.0/go.mod h1:cjONaC1/RnqqEyIUe4MAEs3waE6h38dlmUjh/VlrSGM= github.com/defenseunicorns/pkg/exec v0.0.1 h1:mZtkZvwvOgInZOi+hvEjT0JAtjOgbeIo4RkpqMzU85g= github.com/defenseunicorns/pkg/exec v0.0.1/go.mod h1:F/OPhrZuoXM6e2RgeDUlaSYFFW8I3rsErJnytLSkLFo= github.com/defenseunicorns/pkg/helpers v1.1.1 h1:p3pKeK5SeFaoZUJZIX9sEsJqX1CGGMS8OpQMPgJtSqM=