From 9cbce5a8f325d794a7954cfa2494b2f23b57a1f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 00:57:01 +0000 Subject: [PATCH] fix(deps): update module github.com/defenseunicorns/pkg/helpers to v2 | datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ------ | | go | github.com/defenseunicorns/pkg/helpers | v1.1.2 | v2.0.1 | --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4807647f9..7c5af3bec 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/AlecAivazis/survey/v2 v2.3.7 github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b github.com/defenseunicorns/maru-runner v0.1.1 - github.com/defenseunicorns/pkg/helpers v1.1.2 + github.com/defenseunicorns/pkg/helpers v2.0.1 github.com/defenseunicorns/pkg/oci v0.0.2 github.com/defenseunicorns/zarf v0.33.0 github.com/fsnotify/fsnotify v1.7.0