From 53b91daa8ac00531eb6faacfebb0558b22eaf5b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:18:28 +0000 Subject: [PATCH] fix(deps): update module github.com/mudler/yip to v1.8.0 (#150) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 31f9d8e3..8dad5f73 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/jaypipes/ghw v0.12.0 github.com/joho/godotenv v1.5.1 github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5 - github.com/mudler/yip v1.7.0 + github.com/mudler/yip v1.8.0 github.com/onsi/ginkgo/v2 v2.17.1 github.com/onsi/gomega v1.33.0 github.com/pterm/pterm v0.12.63