mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-08-31 06:34:17 +00:00
fix(deps): update module github.com/kairos-io/go-nodepair to v0.3.0 (#666)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/kairos-io/go-nodepair](https://redirect.github.com/kairos-io/go-nodepair) | `v0.2.0` -> `v0.3.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kairos-io/go-nodepair (github.com/kairos-io/go-nodepair)</summary> ### [`v0.3.0`](https://redirect.github.com/kairos-io/go-nodepair/releases/tag/v0.3.0) [Compare Source](https://redirect.github.com/kairos-io/go-nodepair/compare/v0.2.0...v0.3.0) #### What's Changed - Update module github.com/mudler/edgevpn to v0.26.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/19](https://redirect.github.com/kairos-io/go-nodepair/pull/19) - Update module github.com/onsi/ginkgo/v2 to v2.19.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/34](https://redirect.github.com/kairos-io/go-nodepair/pull/34) - Update module github.com/onsi/gomega to v1.34.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/33](https://redirect.github.com/kairos-io/go-nodepair/pull/33) - Update google/osv-scanner-action action to v1.8.3 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/36](https://redirect.github.com/kairos-io/go-nodepair/pull/36) - Update google/osv-scanner-action action to v1.8.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/39](https://redirect.github.com/kairos-io/go-nodepair/pull/39) - Update module github.com/mudler/edgevpn to v0.27.3 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/38](https://redirect.github.com/kairos-io/go-nodepair/pull/38) - Update module github.com/onsi/ginkgo/v2 to v2.20.1 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/35](https://redirect.github.com/kairos-io/go-nodepair/pull/35) - Update module github.com/mudler/edgevpn to v0.27.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/40](https://redirect.github.com/kairos-io/go-nodepair/pull/40) - Update module github.com/onsi/ginkgo/v2 to v2.20.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/42](https://redirect.github.com/kairos-io/go-nodepair/pull/42) - Update module github.com/onsi/gomega to v1.34.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/43](https://redirect.github.com/kairos-io/go-nodepair/pull/43) - Update module github.com/mudler/edgevpn to v0.28.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/41](https://redirect.github.com/kairos-io/go-nodepair/pull/41) - Update module github.com/eliukblau/pixterm to v1.3.2 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/45](https://redirect.github.com/kairos-io/go-nodepair/pull/45) - Update dependency go to v1.23.4 by [@​renovate](https://redirect.github.com/renovate) in [https://github.com/kairos-io/go-nodepair/pull/48](https://redirect.github.com/kairos-io/go-nodepair/pull/48) **Full Changelog**: https://github.com/kairos-io/go-nodepair/compare/v0.2.0...v0.2.1 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
6
go.mod
6
go.mod
@@ -8,7 +8,7 @@ require (
|
||||
github.com/creack/pty v1.1.24
|
||||
github.com/gliderlabs/ssh v0.3.7
|
||||
github.com/ipfs/go-log/v2 v2.5.1
|
||||
github.com/kairos-io/go-nodepair v0.2.0
|
||||
github.com/kairos-io/go-nodepair v0.3.0
|
||||
github.com/kairos-io/kairos-agent/v2 v2.16.1
|
||||
github.com/kairos-io/kairos-sdk v0.6.1
|
||||
github.com/mudler/edgevpn v0.28.4
|
||||
@@ -77,7 +77,7 @@ require (
|
||||
github.com/docker/go-units v0.5.0 // indirect
|
||||
github.com/edsrzf/mmap-go v1.2.0 // indirect
|
||||
github.com/elastic/gosigar v0.14.3 // indirect
|
||||
github.com/eliukblau/pixterm v1.3.1 // indirect
|
||||
github.com/eliukblau/pixterm v1.3.2 // indirect
|
||||
github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab // indirect
|
||||
github.com/emirpasic/gods v1.18.1 // indirect
|
||||
github.com/felixge/httpsnoop v1.0.4 // indirect
|
||||
@@ -299,7 +299,7 @@ require (
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/crypto v0.29.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
|
||||
golang.org/x/image v0.18.0 // indirect
|
||||
golang.org/x/image v0.20.0 // indirect
|
||||
golang.org/x/mod v0.22.0 // indirect
|
||||
golang.org/x/net v0.31.0 // indirect
|
||||
golang.org/x/sync v0.9.0 // indirect
|
||||
|
6
go.sum
6
go.sum
@@ -229,6 +229,8 @@ github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a h1:mATvB/9r/3gvcej
|
||||
github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM=
|
||||
github.com/eliukblau/pixterm v1.3.1 h1:XeouQViH+lmzCa7sMUoK2cd7qlgHYGLIjwRKaOdJbKA=
|
||||
github.com/eliukblau/pixterm v1.3.1/go.mod h1:on5ueknFt+ZFVvIVVzQ7/JXwPjv5fJd8Q1Ybh7XixfU=
|
||||
github.com/eliukblau/pixterm v1.3.2 h1:kAF9qvbaDV3emb9LPHw1Bvd9D5o4y28U0e8Q9vfl24I=
|
||||
github.com/eliukblau/pixterm v1.3.2/go.mod h1:CgaInx2l92Xo3GTldly4UQeNghSFXmIQNk3zL77Xo/A=
|
||||
github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab h1:h1UgjJdAAhj+uPL68n7XASS6bU+07ZX1WJvVS2eyoeY=
|
||||
github.com/elliotwutingfeng/asciiset v0.0.0-20230602022725-51bbb787efab/go.mod h1:GLo/8fDswSAniFG+BFIaiSPcK610jyzgEhWYPQwuQdw=
|
||||
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=
|
||||
@@ -464,6 +466,8 @@ github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7
|
||||
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
|
||||
github.com/kairos-io/go-nodepair v0.2.0 h1:G47RZb/BF1bj/NMl3JZFelUifC4uCTnrFE9mK+z4x7U=
|
||||
github.com/kairos-io/go-nodepair v0.2.0/go.mod h1:9e1YCP7Wa8Un5ZVHcVrRfnnkiuiBgJGJ7EdtaPhBhAA=
|
||||
github.com/kairos-io/go-nodepair v0.3.0 h1:JIMBAtbNhIAsx89aP61mQDGMuGFoIQH/woK2tMDYD6k=
|
||||
github.com/kairos-io/go-nodepair v0.3.0/go.mod h1:7i905W/KmR9DAcMSVJr/Wdb84E5Yyu9YLgj7chwX1xs=
|
||||
github.com/kairos-io/kairos-agent/v2 v2.13.1 h1:HwNW30FP1gkdrlfADSI0myKsdmpnr/V/nEkUYX0YYfI=
|
||||
github.com/kairos-io/kairos-agent/v2 v2.13.1/go.mod h1:EB08k/0WwA/SLgbHM1k0FWZIQcJeqaRegzOhedUgJ9s=
|
||||
github.com/kairos-io/kairos-agent/v2 v2.13.2 h1:ts73eoJCICJ/GGfReboPrNerSoNn+OBk8RFcEecMeEU=
|
||||
@@ -1268,6 +1272,8 @@ golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8/go.mod h1:FeLwcggjj3mMvU+o
|
||||
golang.org/x/image v0.0.0-20191206065243-da761ea9ff43/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
|
||||
golang.org/x/image v0.18.0 h1:jGzIakQa/ZXI1I0Fxvaa9W7yP25TqT6cHIHn+6CqvSQ=
|
||||
golang.org/x/image v0.18.0/go.mod h1:4yyo5vMFQjVjUcVk4jEQcU9MGy/rulF5WvUILseCM2E=
|
||||
golang.org/x/image v0.20.0 h1:7cVCUjQwfL18gyBJOmYvptfSHS8Fb3YUDtfLIZ7Nbpw=
|
||||
golang.org/x/image v0.20.0/go.mod h1:0a88To4CYVBAHp5FXJm8o7QbUl37Vd85ply1vyD8auM=
|
||||
golang.org/x/lint v0.0.0-20180702182130-06c8688daad7/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
|
||||
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
|
||||
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
|
||||
|
Reference in New Issue
Block a user