From 1fcbe1ee197bd49d324eeacc765233d71bc4581d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:19:09 +0000 Subject: [PATCH] chore(deps): update module github.com/defenseunicorns/pkg/helpers to v2 | datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ------ | | go | github.com/defenseunicorns/pkg/helpers | v1.1.3 | v2.0.1 | --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 56ffb9dfa..3a5c38445 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/charmbracelet/lipgloss v0.13.0 github.com/charmbracelet/x/exp/teatest v0.0.0-20240918160051-227168dc0568 github.com/defenseunicorns/go-oscal v0.6.0 - github.com/defenseunicorns/pkg/helpers v1.1.3 + github.com/defenseunicorns/pkg/helpers v2.0.1 github.com/hashicorp/go-version v1.7.0 github.com/kyverno/kyverno-json v0.0.3 github.com/mattn/go-runewidth v0.0.16