fix(deps): update kairos-sdk to v0.10.1 and yip to v1.18.0 (#972)

This update includes dependency upgrades for kairos-sdk and yip to their latest versions, ensuring compatibility and access to new features and bug fixes.

Signed-off-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
Itxaka
2025-09-12 14:02:33 +02:00
committed by GitHub
parent baf97bc449
commit 84ea59ede1
2 changed files with 6 additions and 32 deletions

4
go.mod
View File

@@ -13,12 +13,12 @@ require (
github.com/jaypipes/ghw v0.19.1
github.com/joho/godotenv v1.5.1
github.com/kairos-io/go-nodepair v0.3.0
github.com/kairos-io/kairos-sdk v0.10.0
github.com/kairos-io/kairos-sdk v0.10.1
github.com/labstack/echo/v4 v4.13.4
github.com/mitchellh/mapstructure v1.5.0
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
github.com/mudler/go-processmanager v0.0.0-20240820160718-8b802d3ecf82
github.com/mudler/yip v1.17.0
github.com/mudler/yip v1.18.0
github.com/nxadm/tail v1.4.11
github.com/onsi/ginkgo/v2 v2.25.3
github.com/onsi/gomega v1.38.2