From 884d2dbe086ccd6a1be7a829912f4055e4caf228 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:05:49 +0000 Subject: [PATCH] fix(deps): update github.com/kairos-io/go-nodepair digest to ff99118 (#590) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/kairos-io/go-nodepair](https://togithub.com/kairos-io/go-nodepair) | require | digest | `0f117ce` -> `ff99118` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kairos-io/provider-kairos). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9b1bfcf7..7cf30297 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( require ( github.com/ipfs/go-log v1.0.5 - github.com/kairos-io/go-nodepair v0.0.0-20240502023759-0f117ce8d47e + github.com/kairos-io/go-nodepair v0.0.0-20240703103608-ff991182c337 gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index b9fbfb45..68e84239 100644 --- a/go.sum +++ b/go.sum @@ -434,6 +434,8 @@ github.com/kairos-io/go-nodepair v0.0.0-20240423154030-b64584f66cad h1:e9UMEswf7 github.com/kairos-io/go-nodepair v0.0.0-20240423154030-b64584f66cad/go.mod h1:cxk6j3VTn/VUG4NxGTYkMr3GLfs5zt4X19j+tEQSZiI= github.com/kairos-io/go-nodepair v0.0.0-20240502023759-0f117ce8d47e h1:myqvzF1dh08dqYHDbxyvB4Ty+gLXqBACnG6CbhRZbrU= github.com/kairos-io/go-nodepair v0.0.0-20240502023759-0f117ce8d47e/go.mod h1:dPmJiW2gLvcj9qBFFUrXlskpp3WNAL5RiaoWKWJbFZE= +github.com/kairos-io/go-nodepair v0.0.0-20240703103608-ff991182c337 h1:xkMmK2zPyceZEKE6wm4SFFUCZtLfZUDpEVkXT8DfZjc= +github.com/kairos-io/go-nodepair v0.0.0-20240703103608-ff991182c337/go.mod h1:dPmJiW2gLvcj9qBFFUrXlskpp3WNAL5RiaoWKWJbFZE= github.com/kairos-io/kairos-agent/v2 v2.9.1 h1:oqHB7uVPtvIk/w8iTBpY6BdiMkQhcBGdXbifd7zP3fg= github.com/kairos-io/kairos-agent/v2 v2.9.1/go.mod h1:AMFqhOX34QF3sXEnBRZljo+jJfkWGAV9gItI6m9ts1g= github.com/kairos-io/kairos-agent/v2 v2.10.0 h1:/8j53NxWfo2vM+UZghWIxUa9cfYZmo8n2VyDNmxgUjA=