From 6433cbf5ab7570465261998032aa21ad42f7117d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:46:28 +0000 Subject: [PATCH] fix(deps): update module github.com/defenseunicorns/uds-security-hub to v0.2.0 | datasource | package | from | to | | ---------- | ------------------------------------------- | ------ | ------ | | go | github.com/defenseunicorns/uds-security-hub | v0.0.7 | v0.2.0 | --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 99e7bbecf..60fdbb1b3 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( 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/defenseunicorns/uds-security-hub v0.2.0 github.com/fsnotify/fsnotify v1.7.0 github.com/goccy/go-yaml v1.12.0 github.com/mholt/archiver/v3 v3.5.1