From d4fe0e4662da7a2436b6e53add8ce15f92542dae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 23:00:14 +0000 Subject: [PATCH] fix(deps): update module github.com/mudler/yip to v1.10.0 (#498) 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 5ff63d7..0d1fe76 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/jaypipes/ghw v0.13.0 github.com/joho/godotenv v1.5.1 github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5 - github.com/mudler/yip v1.9.4 + github.com/mudler/yip v1.10.0 github.com/onsi/ginkgo/v2 v2.20.2 github.com/onsi/gomega v1.34.2 github.com/pterm/pterm v0.12.63