From 02982bed4f63b179aa5570e308c1ec0d86b36993 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:27:41 +0000 Subject: [PATCH] Update module github.com/spdx/tools-golang to v0.5.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 133f7c94..88ee6d32 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/giantswarm/starboard-exporter go 1.19 // spdx logic write on v0.3.0 and incompatible with v0.3.1-0.20230104082527-d6f58551be3f -replace github.com/spdx/tools-golang => github.com/spdx/tools-golang v0.3.0 +replace github.com/spdx/tools-golang => github.com/spdx/tools-golang v0.5.3 require ( github.com/aquasecurity/trivy-operator v0.13.2