provider-kairos/go.mod

219 lines
11 KiB
Modula-2
Raw Normal View History

module github.com/kairos-io/provider-kairos
2022-08-10 16:55:20 +00:00
go 1.18
2022-08-10 16:55:20 +00:00
replace github.com/elastic/gosigar => github.com/mudler/gosigar v0.14.3-0.20220502202347-34be910bdaaf
2022-08-10 16:55:20 +00:00
require (
Update module github.com/bramvdbogaerde/go-scp to v1.2.1 (#161) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/bramvdbogaerde/go-scp](https://togithub.com/bramvdbogaerde/go-scp) | require | patch | `v1.2.0` -> `v1.2.1` | --- ### Release Notes <details> <summary>bramvdbogaerde/go-scp</summary> ### [`v1.2.1`](https://togithub.com/bramvdbogaerde/go-scp/releases/tag/v1.2.1): Version 1.2.1 [Compare Source](https://togithub.com/bramvdbogaerde/go-scp/compare/v1.2.0...v1.2.1) #### What's Changed - Some code style fixes by [@&#8203;dshemin](https://togithub.com/dshemin) in [https://github.com/bramvdbogaerde/go-scp/pull/53](https://togithub.com/bramvdbogaerde/go-scp/pull/53) - fix: CopyRemotePassThru blocked on writing to error channel by [@&#8203;262nos](https://togithub.com/262nos) in [https://github.com/bramvdbogaerde/go-scp/pull/56](https://togithub.com/bramvdbogaerde/go-scp/pull/56) - fix: Data race in CopyPassThru by [@&#8203;mafredri](https://togithub.com/mafredri) in [https://github.com/bramvdbogaerde/go-scp/pull/66](https://togithub.com/bramvdbogaerde/go-scp/pull/66) #### New Contributors - [@&#8203;262nos](https://togithub.com/262nos) made their first contribution in [https://github.com/bramvdbogaerde/go-scp/pull/56](https://togithub.com/bramvdbogaerde/go-scp/pull/56) - [@&#8203;mafredri](https://togithub.com/mafredri) made their first contribution in [https://github.com/bramvdbogaerde/go-scp/pull/66](https://togithub.com/bramvdbogaerde/go-scp/pull/66) **Full Changelog**: https://github.com/bramvdbogaerde/go-scp/compare/v1.2.0...v1.2.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTA4LjEifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-07 14:03:34 +00:00
github.com/bramvdbogaerde/go-scp v1.2.1
2022-08-12 07:40:40 +00:00
github.com/creack/pty v1.1.19-0.20220421211855-0d412c9fbeb1
github.com/gliderlabs/ssh v0.2.2
github.com/google/go-containerregistry v0.11.0
2022-08-10 16:55:20 +00:00
github.com/ipfs/go-log v1.0.5
github.com/kairos-io/kairos-sdk v0.0.2-0.20230414094028-0c9d2bd9e6ae
github.com/kairos-io/kairos/v2 v2.0.1-0.20230419203700-2e1ff888c3a9
Update module github.com/luthermonson/go-proxmox to v0.0.0-alpha3 (#198) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/luthermonson/go-proxmox](https://togithub.com/luthermonson/go-proxmox) | require | patch | `v0.0.0-alpha2` -> `v0.0.0-alpha3` | --- ### Release Notes <details> <summary>luthermonson/go-proxmox</summary> ### [`v0.0.0-alpha3`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha3) [Compare Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3) #### What's Changed - updating mage to use aliases by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/47](https://togithub.com/luthermonson/go-proxmox/pull/47) - adding more tests and light refactor by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/48](https://togithub.com/luthermonson/go-proxmox/pull/48) - adding gock tests for proxmox main client funcs by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/49](https://togithub.com/luthermonson/go-proxmox/pull/49) - adding nocloud cloud-init functionality by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/50](https://togithub.com/luthermonson/go-proxmox/pull/50) **Full Changelog**: https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-25 21:03:27 +00:00
github.com/luthermonson/go-proxmox v0.0.0-alpha3
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/mudler/edgevpn v0.20.0
github.com/mudler/go-nodepair v0.0.0-20221223092639-ba399a66fdfb
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
2022-08-21 21:54:01 +00:00
github.com/mudler/go-processmanager v0.0.0-20220724164624-c45b5c61312d
Update module github.com/mudler/yip to v1 (#218) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/yip](https://togithub.com/mudler/yip) | require | major | `v0.11.4` -> `v1.0.0` | --- ### Release Notes <details> <summary>mudler/yip</summary> ### [`v1.0.0`](https://togithub.com/mudler/yip/releases/tag/v1.0.0) [Compare Source](https://togithub.com/mudler/yip/compare/v0.11.4...v1.0.0) #### Changelog - [`18cb23d`](https://togithub.com/mudler/yip/commit/18cb23d) Bump entities dependency for license change ([#&#8203;48](https://togithub.com/mudler/yip/issues/48)) - [`91e88df`](https://togithub.com/mudler/yip/commit/91e88df) Bump linuxkit+diskfs ([#&#8203;49](https://togithub.com/mudler/yip/issues/49)) - [`297dedc`](https://togithub.com/mudler/yip/commit/297dedc) Execute stages in a dag ([#&#8203;50](https://togithub.com/mudler/yip/issues/50)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 21:32:24 +00:00
github.com/mudler/yip v1.0.0
Update module github.com/onsi/gomega to v1.27.6 (#253) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/gomega](https://togithub.com/onsi/gomega) | require | patch | `v1.27.1` -> `v1.27.6` | --- ### Release Notes <details> <summary>onsi/gomega</summary> ### [`v1.27.6`](https://togithub.com/onsi/gomega/releases/tag/v1.27.6) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.5...v1.27.6) #### 1.27.6 ##### Fixes - Allow collections matchers to work correctly when expected has nil elements \[[`60e7cf3`](https://togithub.com/onsi/gomega/commit/60e7cf3)] ##### Maintenance - updates MatchError godoc comment to also accept a Gomega matcher ([#&#8203;654](https://togithub.com/onsi/gomega/issues/654)) \[[`67b869d`](https://togithub.com/onsi/gomega/commit/67b869d)] ### [`v1.27.5`](https://togithub.com/onsi/gomega/releases/tag/v1.27.5) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.4...v1.27.5) #### 1.27.5 ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2 ([#&#8203;653](https://togithub.com/onsi/gomega/issues/653)) \[[`a215021`](https://togithub.com/onsi/gomega/commit/a215021)] - Bump github.com/go-task/slim-sprig ([#&#8203;652](https://togithub.com/onsi/gomega/issues/652)) \[[`a26fed8`](https://togithub.com/onsi/gomega/commit/a26fed8)] ### [`v1.27.4`](https://togithub.com/onsi/gomega/releases/tag/v1.27.4) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.3...v1.27.4) #### 1.27.4 ##### Fixes - improve error formatting and remove duplication of error message in Eventually/Consistently \[[`854f075`](https://togithub.com/onsi/gomega/commit/854f075)] ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 ([#&#8203;650](https://togithub.com/onsi/gomega/issues/650)) \[[`ccebd9b`](https://togithub.com/onsi/gomega/commit/ccebd9b)] ### [`v1.27.3`](https://togithub.com/onsi/gomega/releases/tag/v1.27.3) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.2...v1.27.3) #### 1.27.3 ##### Fixes - format.Object now always includes err.Error() when passed an error \[[`86d97ef`](https://togithub.com/onsi/gomega/commit/86d97ef)] - Fix HaveExactElements to work inside ContainElement or other collection matchers ([#&#8203;648](https://togithub.com/onsi/gomega/issues/648)) \[[`636757e`](https://togithub.com/onsi/gomega/commit/636757e)] ##### Maintenance - Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 ([#&#8203;649](https://togithub.com/onsi/gomega/issues/649)) \[[`cc16689`](https://togithub.com/onsi/gomega/commit/cc16689)] - Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 ([#&#8203;646](https://togithub.com/onsi/gomega/issues/646)) \[[`e783366`](https://togithub.com/onsi/gomega/commit/e783366)] ### [`v1.27.2`](https://togithub.com/onsi/gomega/releases/tag/v1.27.2) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.1...v1.27.2) #### 1.27.2 ##### Fixes - improve poll progress message when polling a consistently that has been passing \[[`28a319b`](https://togithub.com/onsi/gomega/commit/28a319b)] ##### Maintenance - bump ginkgo - remove tools.go hack as Ginkgo 2.8.2 automatically pulls in the cli dependencies \[[`81443b3`](https://togithub.com/onsi/gomega/commit/81443b3)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM1LjIzLjMifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-31 09:57:57 +00:00
github.com/onsi/ginkgo/v2 v2.9.2
github.com/onsi/gomega v1.27.6
Update module github.com/pterm/pterm to v0.12.59 (#341) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require | patch | `v0.12.58` -> `v0.12.59` | --- ### Release Notes <details> <summary>pterm/pterm</summary> ### [`v0.12.59`](https://togithub.com/pterm/pterm/releases/tag/v0.12.59) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.58...v0.12.59) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Exciting New Features 🎉 - feat(textinput): added optional mask for prompting for secrets/passwords/tokens by [@&#8203;MarkusZoppelt](https://togithub.com/MarkusZoppelt) in [https://github.com/pterm/pterm/pull/458](https://togithub.com/pterm/pterm/pull/458) ##### Other Changes - example(table): fixed text that was too long to be displayed in the animation by [@&#8203;floaust](https://togithub.com/floaust) in [https://github.com/pterm/pterm/pull/484](https://togithub.com/pterm/pterm/pull/484) - ci(workflows): Bump actions version, fix Node 12 deprecation warnings by [@&#8203;kbdharun](https://togithub.com/kbdharun) in [https://github.com/pterm/pterm/pull/488](https://togithub.com/pterm/pterm/pull/488) - docs(security): added security policy by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/490](https://togithub.com/pterm/pterm/pull/490) #### New Contributors - [@&#8203;kbdharun](https://togithub.com/kbdharun) made their first contribution in [https://github.com/pterm/pterm/pull/488](https://togithub.com/pterm/pterm/pull/488) - [@&#8203;MarkusZoppelt](https://togithub.com/MarkusZoppelt) made their first contribution in [https://github.com/pterm/pterm/pull/458](https://togithub.com/pterm/pterm/pull/458) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.58...v0.12.59 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-18 21:44:40 +00:00
github.com/pterm/pterm v0.12.59
Update module github.com/samber/lo to v1.37.0 (#133) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/samber/lo](https://togithub.com/samber/lo) | require | minor | `v1.36.0` -> `v1.37.0` | --- ### Release Notes <details> <summary>samber/lo</summary> ### [`v1.37.0`](https://togithub.com/samber/lo/releases/tag/v1.37.0) [Compare Source](https://togithub.com/samber/lo/compare/v1.36.0...v1.37.0) Adding: - lo.PartialX - lo.Transaction Improvement: - lo.Associate / lo.SliceToMap: faster memory allocation Chore: - Remove \*\_test.go files from releases, in order to cleanup dev dependencies </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-16 14:33:28 +00:00
github.com/samber/lo v1.37.0
github.com/spectrocloud/peg v0.0.0-20230407121159-2e15270c4a46
github.com/urfave/cli/v2 v2.25.1
Update module go.uber.org/zap to v1.24.0 (#105) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.uber.org/zap](https://togithub.com/uber-go/zap) | require | minor | `v1.23.0` -> `v1.24.0` | --- ### Release Notes <details> <summary>uber-go/zap</summary> ### [`v1.24.0`](https://togithub.com/uber-go/zap/releases/tag/v1.24.0) [Compare Source](https://togithub.com/uber-go/zap/compare/v1.23.0...v1.24.0) Enhancements: - [#&#8203;1148][]: Add `Level` to both `Logger` and `SugaredLogger` that reports the current minimum enabled log level. - [#&#8203;1185][]: `SugaredLogger` turns errors to zap.Error automatically. Thanks to [@&#8203;Abirdcfly](https://togithub.com/Abirdcfly), [@&#8203;craigpastro](https://togithub.com/craigpastro), [@&#8203;nnnkkk7](https://togithub.com/nnnkkk7), and [@&#8203;sashamelentyev](https://togithub.com/sashamelentyev) for their contributions to this release. [#&#8203;1148]: https://togithub.com/uber-go/zap/pull/1148 [#&#8203;1185]: https://togithub.com/uber-go/zap/pull/1185 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-16 14:34:44 +00:00
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.8.0
golang.org/x/mod v0.9.0
2022-08-11 11:30:51 +00:00
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
2022-08-10 16:55:20 +00:00
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require github.com/google/uuid v1.3.0
2022-08-10 16:55:20 +00:00
require (
atomicgo.dev/cursor v0.1.1 // indirect
atomicgo.dev/keyboard v0.2.9 // indirect
2022-08-12 07:40:40 +00:00
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
2022-08-10 16:55:20 +00:00
github.com/avast/retry-go v3.0.0+incompatible // indirect
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/buger/goterm v1.0.4 // indirect
2022-08-10 16:55:20 +00:00
github.com/c-robinson/iplib v1.0.3 // indirect
github.com/cavaliergopher/grab/v3 v3.0.1 // indirect
2022-08-10 16:55:20 +00:00
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9 // indirect
github.com/codingsince1985/checksum v1.2.6 // indirect
2022-08-10 16:55:20 +00:00
github.com/containerd/cgroups v1.0.4 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.12.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
2022-08-11 11:30:51 +00:00
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/creachadair/otp v0.4.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/denisbrodbeck/machineid v1.0.1 // indirect
2022-08-11 11:30:51 +00:00
github.com/disintegration/imaging v1.6.2 // indirect
Update module github.com/mudler/yip to v1 (#218) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/yip](https://togithub.com/mudler/yip) | require | major | `v0.11.4` -> `v1.0.0` | --- ### Release Notes <details> <summary>mudler/yip</summary> ### [`v1.0.0`](https://togithub.com/mudler/yip/releases/tag/v1.0.0) [Compare Source](https://togithub.com/mudler/yip/compare/v0.11.4...v1.0.0) #### Changelog - [`18cb23d`](https://togithub.com/mudler/yip/commit/18cb23d) Bump entities dependency for license change ([#&#8203;48](https://togithub.com/mudler/yip/issues/48)) - [`91e88df`](https://togithub.com/mudler/yip/commit/91e88df) Bump linuxkit+diskfs ([#&#8203;49](https://togithub.com/mudler/yip/issues/49)) - [`297dedc`](https://togithub.com/mudler/yip/commit/297dedc) Execute stages in a dag ([#&#8203;50](https://togithub.com/mudler/yip/issues/50)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 21:32:24 +00:00
github.com/diskfs/go-diskfs v1.2.1-0.20230123115902-fce1828bbbfa // indirect
github.com/docker/cli v20.10.17+incompatible // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/docker v20.10.17+incompatible // indirect
github.com/docker/docker-credential-helpers v0.6.4 // indirect
github.com/docker/go-units v0.5.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/elastic/gosigar v0.14.2 // indirect
2022-08-11 11:30:51 +00:00
github.com/eliukblau/pixterm v1.3.1 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/emirpasic/gods v1.18.1 // indirect
2022-08-10 16:55:20 +00:00
github.com/flynn/noise v1.0.0 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
2022-08-11 11:30:51 +00:00
github.com/gen2brain/shm v0.0.0-20200228170931-49f9650110c5 // indirect
github.com/go-logr/logr v1.2.3 // indirect
Update module github.com/onsi/gomega to v1.27.6 (#253) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/gomega](https://togithub.com/onsi/gomega) | require | patch | `v1.27.1` -> `v1.27.6` | --- ### Release Notes <details> <summary>onsi/gomega</summary> ### [`v1.27.6`](https://togithub.com/onsi/gomega/releases/tag/v1.27.6) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.5...v1.27.6) #### 1.27.6 ##### Fixes - Allow collections matchers to work correctly when expected has nil elements \[[`60e7cf3`](https://togithub.com/onsi/gomega/commit/60e7cf3)] ##### Maintenance - updates MatchError godoc comment to also accept a Gomega matcher ([#&#8203;654](https://togithub.com/onsi/gomega/issues/654)) \[[`67b869d`](https://togithub.com/onsi/gomega/commit/67b869d)] ### [`v1.27.5`](https://togithub.com/onsi/gomega/releases/tag/v1.27.5) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.4...v1.27.5) #### 1.27.5 ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2 ([#&#8203;653](https://togithub.com/onsi/gomega/issues/653)) \[[`a215021`](https://togithub.com/onsi/gomega/commit/a215021)] - Bump github.com/go-task/slim-sprig ([#&#8203;652](https://togithub.com/onsi/gomega/issues/652)) \[[`a26fed8`](https://togithub.com/onsi/gomega/commit/a26fed8)] ### [`v1.27.4`](https://togithub.com/onsi/gomega/releases/tag/v1.27.4) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.3...v1.27.4) #### 1.27.4 ##### Fixes - improve error formatting and remove duplication of error message in Eventually/Consistently \[[`854f075`](https://togithub.com/onsi/gomega/commit/854f075)] ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 ([#&#8203;650](https://togithub.com/onsi/gomega/issues/650)) \[[`ccebd9b`](https://togithub.com/onsi/gomega/commit/ccebd9b)] ### [`v1.27.3`](https://togithub.com/onsi/gomega/releases/tag/v1.27.3) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.2...v1.27.3) #### 1.27.3 ##### Fixes - format.Object now always includes err.Error() when passed an error \[[`86d97ef`](https://togithub.com/onsi/gomega/commit/86d97ef)] - Fix HaveExactElements to work inside ContainElement or other collection matchers ([#&#8203;648](https://togithub.com/onsi/gomega/issues/648)) \[[`636757e`](https://togithub.com/onsi/gomega/commit/636757e)] ##### Maintenance - Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 ([#&#8203;649](https://togithub.com/onsi/gomega/issues/649)) \[[`cc16689`](https://togithub.com/onsi/gomega/commit/cc16689)] - Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 ([#&#8203;646](https://togithub.com/onsi/gomega/issues/646)) \[[`e783366`](https://togithub.com/onsi/gomega/commit/e783366)] ### [`v1.27.2`](https://togithub.com/onsi/gomega/releases/tag/v1.27.2) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.1...v1.27.2) #### 1.27.2 ##### Fixes - improve poll progress message when polling a consistently that has been passing \[[`28a319b`](https://togithub.com/onsi/gomega/commit/28a319b)] ##### Maintenance - bump ginkgo - remove tools.go hack as Ginkgo 2.8.2 automatically pulls in the cli dependencies \[[`81443b3`](https://togithub.com/onsi/gomega/commit/81443b3)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM1LjIzLjMifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-31 09:57:57 +00:00
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
2022-08-10 16:55:20 +00:00
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/mock v1.6.0 // indirect
Update module github.com/onsi/gomega to v1.27.6 (#253) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/gomega](https://togithub.com/onsi/gomega) | require | patch | `v1.27.1` -> `v1.27.6` | --- ### Release Notes <details> <summary>onsi/gomega</summary> ### [`v1.27.6`](https://togithub.com/onsi/gomega/releases/tag/v1.27.6) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.5...v1.27.6) #### 1.27.6 ##### Fixes - Allow collections matchers to work correctly when expected has nil elements \[[`60e7cf3`](https://togithub.com/onsi/gomega/commit/60e7cf3)] ##### Maintenance - updates MatchError godoc comment to also accept a Gomega matcher ([#&#8203;654](https://togithub.com/onsi/gomega/issues/654)) \[[`67b869d`](https://togithub.com/onsi/gomega/commit/67b869d)] ### [`v1.27.5`](https://togithub.com/onsi/gomega/releases/tag/v1.27.5) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.4...v1.27.5) #### 1.27.5 ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2 ([#&#8203;653](https://togithub.com/onsi/gomega/issues/653)) \[[`a215021`](https://togithub.com/onsi/gomega/commit/a215021)] - Bump github.com/go-task/slim-sprig ([#&#8203;652](https://togithub.com/onsi/gomega/issues/652)) \[[`a26fed8`](https://togithub.com/onsi/gomega/commit/a26fed8)] ### [`v1.27.4`](https://togithub.com/onsi/gomega/releases/tag/v1.27.4) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.3...v1.27.4) #### 1.27.4 ##### Fixes - improve error formatting and remove duplication of error message in Eventually/Consistently \[[`854f075`](https://togithub.com/onsi/gomega/commit/854f075)] ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 ([#&#8203;650](https://togithub.com/onsi/gomega/issues/650)) \[[`ccebd9b`](https://togithub.com/onsi/gomega/commit/ccebd9b)] ### [`v1.27.3`](https://togithub.com/onsi/gomega/releases/tag/v1.27.3) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.2...v1.27.3) #### 1.27.3 ##### Fixes - format.Object now always includes err.Error() when passed an error \[[`86d97ef`](https://togithub.com/onsi/gomega/commit/86d97ef)] - Fix HaveExactElements to work inside ContainElement or other collection matchers ([#&#8203;648](https://togithub.com/onsi/gomega/issues/648)) \[[`636757e`](https://togithub.com/onsi/gomega/commit/636757e)] ##### Maintenance - Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 ([#&#8203;649](https://togithub.com/onsi/gomega/issues/649)) \[[`cc16689`](https://togithub.com/onsi/gomega/commit/cc16689)] - Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 ([#&#8203;646](https://togithub.com/onsi/gomega/issues/646)) \[[`e783366`](https://togithub.com/onsi/gomega/commit/e783366)] ### [`v1.27.2`](https://togithub.com/onsi/gomega/releases/tag/v1.27.2) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.1...v1.27.2) #### 1.27.2 ##### Fixes - improve poll progress message when polling a consistently that has been passing \[[`28a319b`](https://togithub.com/onsi/gomega/commit/28a319b)] ##### Maintenance - bump ginkgo - remove tools.go hack as Ginkgo 2.8.2 automatically pulls in the cli dependencies \[[`81443b3`](https://togithub.com/onsi/gomega/commit/81443b3)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM1LjIzLjMifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-31 09:57:57 +00:00
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
2022-08-10 16:55:20 +00:00
github.com/google/gopacket v1.1.19 // indirect
github.com/google/pprof v0.0.0-20230228050547-1710fef4ab10 // indirect
2022-08-10 16:55:20 +00:00
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
Update module github.com/pterm/pterm to v0.12.58 (#281) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require | patch | `v0.12.57` -> `v0.12.58` | --- ### Release Notes <details> <summary>pterm/pterm</summary> ### [`v0.12.58`](https://togithub.com/pterm/pterm/releases/tag/v0.12.58): | Structured Logging [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.57...v0.12.58) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Exciting New Features 🎉 ##### New Printer: Structured Logging! <img width="500" src="https://raw.githubusercontent.com/pterm/pterm/master/_examples/logger/default/animation.svg" /> - feat(logger): added pretty structured logger by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/480](https://togithub.com/pterm/pterm/pull/480) - feat(rgb): made it possible to use RGB colors as background by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/474](https://togithub.com/pterm/pterm/pull/474) ##### Fixes 🔧 - fix(rgb): fixed a bug in RGB fading, where the `maxValue` would print with the `minValue` color. by [@&#8203;floaust](https://togithub.com/floaust) in [https://github.com/pterm/pterm/pull/479](https://togithub.com/pterm/pterm/pull/479) ##### Other Changes - examples: combine header examples by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/467](https://togithub.com/pterm/pterm/pull/467) - ci: added svgo workflow to optimize SVGs by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/468](https://togithub.com/pterm/pterm/pull/468) - docs(examples): added more examples by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/469](https://togithub.com/pterm/pterm/pull/469) - docs(README): improved readme by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/476](https://togithub.com/pterm/pterm/pull/476) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.57...v0.12.58 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjMxLjQifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-04 10:21:43 +00:00
github.com/gookit/color v1.5.3 // indirect
2022-08-10 16:55:20 +00:00
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/hashicorp/golang-lru/v2 v2.0.1 // indirect
2022-08-10 16:55:20 +00:00
github.com/huin/goupnp v1.0.3 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/ipfs/go-cid v0.3.2 // indirect
github.com/ipfs/go-datastore v0.6.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
github.com/ipfs/go-ipns v0.2.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/ipfs/go-log/v2 v2.5.1 // indirect
github.com/ipld/go-ipld-prime v0.18.0 // indirect
github.com/itchyny/gojq v0.12.12 // indirect
github.com/itchyny/timefmt-go v0.1.5 // indirect
2022-08-10 16:55:20 +00:00
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
github.com/jbenet/goprocess v0.1.4 // indirect
2022-08-11 11:30:51 +00:00
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240 // indirect
github.com/jinzhu/copier v0.3.4 // indirect
github.com/joho/godotenv v1.5.1 // indirect
2022-08-11 11:30:51 +00:00
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/klauspost/compress v1.15.12 // indirect
Update module github.com/pterm/pterm to v0.12.55 (#268) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require | patch | `v0.12.54` -> `v0.12.55` | --- ### Release Notes <details> <summary>pterm/pterm</summary> ### [`v0.12.55`](https://togithub.com/pterm/pterm/releases/tag/v0.12.55) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.54...v0.12.55) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Exciting New Features 🎉 - feat(table): multiline support for table printer by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/452](https://togithub.com/pterm/pterm/pull/452) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.54...v0.12.55 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Ny4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-07 08:58:05 +00:00
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
2022-08-10 16:55:20 +00:00
github.com/koron/go-ssdp v0.0.3 // indirect
github.com/labstack/echo/v4 v4.10.2 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/libp2p/go-cidranger v1.1.0 // indirect
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/libp2p/go-libp2p v0.25.1 // indirect
2022-08-10 16:55:20 +00:00
github.com/libp2p/go-libp2p-asn-util v0.2.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/libp2p/go-libp2p-kad-dht v0.21.0 // indirect
github.com/libp2p/go-libp2p-kbucket v0.5.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/libp2p/go-libp2p-pubsub v0.9.0 // indirect
github.com/libp2p/go-libp2p-record v0.2.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/libp2p/go-mplex v0.7.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/libp2p/go-msgio v0.3.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/libp2p/go-nat v0.1.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/libp2p/go-netroute v0.2.1 // indirect
2022-08-10 16:55:20 +00:00
github.com/libp2p/go-reuseport v0.2.0 // indirect
github.com/libp2p/go-yamux/v4 v4.0.0 // indirect
github.com/libp2p/zeroconf/v2 v2.2.0 // indirect
github.com/lithammer/fuzzysearch v1.1.5 // indirect
2022-08-11 11:30:51 +00:00
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
Update module github.com/luthermonson/go-proxmox to v0.0.0-alpha3 (#198) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/luthermonson/go-proxmox](https://togithub.com/luthermonson/go-proxmox) | require | patch | `v0.0.0-alpha2` -> `v0.0.0-alpha3` | --- ### Release Notes <details> <summary>luthermonson/go-proxmox</summary> ### [`v0.0.0-alpha3`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha3) [Compare Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3) #### What's Changed - updating mage to use aliases by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/47](https://togithub.com/luthermonson/go-proxmox/pull/47) - adding more tests and light refactor by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/48](https://togithub.com/luthermonson/go-proxmox/pull/48) - adding gock tests for proxmox main client funcs by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/49](https://togithub.com/luthermonson/go-proxmox/pull/49) - adding nocloud cloud-init functionality by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/50](https://togithub.com/luthermonson/go-proxmox/pull/50) **Full Changelog**: https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-25 21:03:27 +00:00
github.com/magefile/mage v1.14.0 // indirect
2022-08-11 11:30:51 +00:00
github.com/makiuchi-d/gozxing v0.1.1 // indirect
2022-08-10 16:55:20 +00:00
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/miekg/dns v1.1.50 // indirect
2022-08-10 16:55:20 +00:00
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/mudler/water v0.0.0-20221010214108-8c7313014ce0 // indirect
github.com/multiformats/go-base32 v0.1.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/multiformats/go-multiaddr v0.8.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/multiformats/go-multiaddr-dns v0.3.1 // indirect
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
github.com/multiformats/go-multibase v0.1.1 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/multiformats/go-multicodec v0.7.0 // indirect
github.com/multiformats/go-multihash v0.2.1 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/multiformats/go-multistream v0.4.1 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
2022-08-10 16:55:20 +00:00
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
2022-08-10 16:55:20 +00:00
github.com/opencontainers/runtime-spec v1.0.2 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
2022-08-10 16:55:20 +00:00
github.com/pkg/errors v0.9.1 // indirect
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/prometheus/client_golang v1.14.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/qeesung/image2ascii v1.0.1 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qtls-go1-18 v0.2.0 // indirect
github.com/quic-go/qtls-go1-19 v0.2.0 // indirect
github.com/quic-go/qtls-go1-20 v0.1.0 // indirect
github.com/quic-go/quic-go v0.32.0 // indirect
github.com/quic-go/webtransport-go v0.5.1 // indirect
github.com/raulk/go-watchdog v1.3.0 // indirect
Update module github.com/pterm/pterm to v0.12.55 (#268) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require | patch | `v0.12.54` -> `v0.12.55` | --- ### Release Notes <details> <summary>pterm/pterm</summary> ### [`v0.12.55`](https://togithub.com/pterm/pterm/releases/tag/v0.12.55) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.54...v0.12.55) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Exciting New Features 🎉 - feat(table): multiline support for table printer by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/452](https://togithub.com/pterm/pterm/pull/452) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.54...v0.12.55 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Ny4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-07 08:58:05 +00:00
github.com/rivo/uniseg v0.4.4 // indirect
2022-08-11 11:30:51 +00:00
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
2022-08-11 11:30:51 +00:00
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
2022-08-10 16:55:20 +00:00
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/swaggest/jsonschema-go v0.3.49 // indirect
github.com/swaggest/refl v1.1.0 // indirect
2022-08-10 16:55:20 +00:00
github.com/twpayne/go-vfs v1.7.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/vbatts/tar-split v0.11.2 // indirect
2022-08-10 16:55:20 +00:00
github.com/vishvananda/netlink v1.1.0 // indirect
Update module github.com/mudler/yip to v1 (#218) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/yip](https://togithub.com/mudler/yip) | require | major | `v0.11.4` -> `v1.0.0` | --- ### Release Notes <details> <summary>mudler/yip</summary> ### [`v1.0.0`](https://togithub.com/mudler/yip/releases/tag/v1.0.0) [Compare Source](https://togithub.com/mudler/yip/compare/v0.11.4...v1.0.0) #### Changelog - [`18cb23d`](https://togithub.com/mudler/yip/commit/18cb23d) Bump entities dependency for license change ([#&#8203;48](https://togithub.com/mudler/yip/issues/48)) - [`91e88df`](https://togithub.com/mudler/yip/commit/91e88df) Bump linuxkit+diskfs ([#&#8203;49](https://togithub.com/mudler/yip/issues/49)) - [`297dedc`](https://togithub.com/mudler/yip/commit/297dedc) Execute stages in a dag ([#&#8203;50](https://togithub.com/mudler/yip/issues/50)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-06 21:32:24 +00:00
github.com/vishvananda/netns v0.0.4 // indirect
2022-08-10 16:55:20 +00:00
github.com/wayneashleyberry/terminal-dimensions v1.1.0 // indirect
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
go.uber.org/dig v1.15.0 // indirect
go.uber.org/fx v1.18.2 // indirect
go.uber.org/multierr v1.9.0 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
2022-08-11 11:30:51 +00:00
golang.org/x/image v0.0.0-20191206065243-da761ea9ff43 // indirect
Update module github.com/kairos-io/kairos/v2 to v2.0.0-rc5 (#329) [![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/kairos/v2](https://togithub.com/kairos-io/kairos) | require | patch | `v2.0.0-rc4` -> `v2.0.0-rc5` | --- ### Release Notes <details> <summary>kairos-io/kairos</summary> ### [`v2.0.0-rc5`](https://togithub.com/kairos-io/kairos/releases/tag/v2.0.0-rc5) [Compare Source](https://togithub.com/kairos-io/kairos/compare/v2.0.0-rc4...v2.0.0-rc5) #### What's Changed - Update module golang.org/x/net to v0.9.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/kairos-io/kairos/pull/1266](https://togithub.com/kairos-io/kairos/pull/1266) - Update aquasec/trivy Docker tag to v0.39.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/kairos-io/kairos/pull/1268](https://togithub.com/kairos-io/kairos/pull/1268) - :arrow_up: Bump repositories by [@&#8203;Itxaka](https://togithub.com/Itxaka) in [https://github.com/kairos-io/kairos/pull/1272](https://togithub.com/kairos-io/kairos/pull/1272) **Full Changelog**: https://github.com/kairos-io/kairos/compare/v2.0.0-rc4...v2.0.0-rc5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-11 15:18:48 +00:00
golang.org/x/net v0.9.0 // indirect
golang.org/x/sync v0.1.0 // indirect
Update module github.com/kairos-io/kairos/v2 to v2.0.0-rc5 (#329) [![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/kairos/v2](https://togithub.com/kairos-io/kairos) | require | patch | `v2.0.0-rc4` -> `v2.0.0-rc5` | --- ### Release Notes <details> <summary>kairos-io/kairos</summary> ### [`v2.0.0-rc5`](https://togithub.com/kairos-io/kairos/releases/tag/v2.0.0-rc5) [Compare Source](https://togithub.com/kairos-io/kairos/compare/v2.0.0-rc4...v2.0.0-rc5) #### What's Changed - Update module golang.org/x/net to v0.9.0 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/kairos-io/kairos/pull/1266](https://togithub.com/kairos-io/kairos/pull/1266) - Update aquasec/trivy Docker tag to v0.39.1 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/kairos-io/kairos/pull/1268](https://togithub.com/kairos-io/kairos/pull/1268) - :arrow_up: Bump repositories by [@&#8203;Itxaka](https://togithub.com/Itxaka) in [https://github.com/kairos-io/kairos/pull/1272](https://togithub.com/kairos-io/kairos/pull/1272) **Full Changelog**: https://github.com/kairos-io/kairos/compare/v2.0.0-rc4...v2.0.0-rc5 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-11 15:18:48 +00:00
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
Update module github.com/onsi/gomega to v1.27.6 (#253) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/onsi/gomega](https://togithub.com/onsi/gomega) | require | patch | `v1.27.1` -> `v1.27.6` | --- ### Release Notes <details> <summary>onsi/gomega</summary> ### [`v1.27.6`](https://togithub.com/onsi/gomega/releases/tag/v1.27.6) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.5...v1.27.6) #### 1.27.6 ##### Fixes - Allow collections matchers to work correctly when expected has nil elements \[[`60e7cf3`](https://togithub.com/onsi/gomega/commit/60e7cf3)] ##### Maintenance - updates MatchError godoc comment to also accept a Gomega matcher ([#&#8203;654](https://togithub.com/onsi/gomega/issues/654)) \[[`67b869d`](https://togithub.com/onsi/gomega/commit/67b869d)] ### [`v1.27.5`](https://togithub.com/onsi/gomega/releases/tag/v1.27.5) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.4...v1.27.5) #### 1.27.5 ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.9.1 to 2.9.2 ([#&#8203;653](https://togithub.com/onsi/gomega/issues/653)) \[[`a215021`](https://togithub.com/onsi/gomega/commit/a215021)] - Bump github.com/go-task/slim-sprig ([#&#8203;652](https://togithub.com/onsi/gomega/issues/652)) \[[`a26fed8`](https://togithub.com/onsi/gomega/commit/a26fed8)] ### [`v1.27.4`](https://togithub.com/onsi/gomega/releases/tag/v1.27.4) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.3...v1.27.4) #### 1.27.4 ##### Fixes - improve error formatting and remove duplication of error message in Eventually/Consistently \[[`854f075`](https://togithub.com/onsi/gomega/commit/854f075)] ##### Maintenance - Bump github.com/onsi/ginkgo/v2 from 2.9.0 to 2.9.1 ([#&#8203;650](https://togithub.com/onsi/gomega/issues/650)) \[[`ccebd9b`](https://togithub.com/onsi/gomega/commit/ccebd9b)] ### [`v1.27.3`](https://togithub.com/onsi/gomega/releases/tag/v1.27.3) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.2...v1.27.3) #### 1.27.3 ##### Fixes - format.Object now always includes err.Error() when passed an error \[[`86d97ef`](https://togithub.com/onsi/gomega/commit/86d97ef)] - Fix HaveExactElements to work inside ContainElement or other collection matchers ([#&#8203;648](https://togithub.com/onsi/gomega/issues/648)) \[[`636757e`](https://togithub.com/onsi/gomega/commit/636757e)] ##### Maintenance - Bump github.com/golang/protobuf from 1.5.2 to 1.5.3 ([#&#8203;649](https://togithub.com/onsi/gomega/issues/649)) \[[`cc16689`](https://togithub.com/onsi/gomega/commit/cc16689)] - Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0 ([#&#8203;646](https://togithub.com/onsi/gomega/issues/646)) \[[`e783366`](https://togithub.com/onsi/gomega/commit/e783366)] ### [`v1.27.2`](https://togithub.com/onsi/gomega/releases/tag/v1.27.2) [Compare Source](https://togithub.com/onsi/gomega/compare/v1.27.1...v1.27.2) #### 1.27.2 ##### Fixes - improve poll progress message when polling a consistently that has been passing \[[`28a319b`](https://togithub.com/onsi/gomega/commit/28a319b)] ##### Maintenance - bump ginkgo - remove tools.go hack as Ginkgo 2.8.2 automatically pulls in the cli dependencies \[[`81443b3`](https://togithub.com/onsi/gomega/commit/81443b3)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM1LjIzLjMifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-31 09:57:57 +00:00
golang.org/x/tools v0.7.0 // indirect
2022-08-10 16:55:20 +00:00
golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478 // indirect
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
google.golang.org/protobuf v1.28.1 // indirect
Update module github.com/luthermonson/go-proxmox to v0.0.0-alpha3 (#198) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/luthermonson/go-proxmox](https://togithub.com/luthermonson/go-proxmox) | require | patch | `v0.0.0-alpha2` -> `v0.0.0-alpha3` | --- ### Release Notes <details> <summary>luthermonson/go-proxmox</summary> ### [`v0.0.0-alpha3`](https://togithub.com/luthermonson/go-proxmox/releases/tag/v0.0.0-alpha3) [Compare Source](https://togithub.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3) #### What's Changed - updating mage to use aliases by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/47](https://togithub.com/luthermonson/go-proxmox/pull/47) - adding more tests and light refactor by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/48](https://togithub.com/luthermonson/go-proxmox/pull/48) - adding gock tests for proxmox main client funcs by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/49](https://togithub.com/luthermonson/go-proxmox/pull/49) - adding nocloud cloud-init functionality by [@&#8203;luthermonson](https://togithub.com/luthermonson) in [https://github.com/luthermonson/go-proxmox/pull/50](https://togithub.com/luthermonson/go-proxmox/pull/50) **Full Changelog**: https://github.com/luthermonson/go-proxmox/compare/v0.0.0-alpha2...v0.0.0-alpha3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-25 21:03:27 +00:00
gopkg.in/djherbis/times.v1 v1.3.0 // indirect
2022-08-10 16:55:20 +00:00
lukechampine.com/blake3 v1.1.7 // indirect
Update module github.com/mudler/edgevpn to v0.20.0 (#225) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) | require | minor | `v0.19.2-0.20221227163902-964d2f17c1e7` -> `v0.20.0` | --- ### Release Notes <details> <summary>mudler/edgevpn</summary> ### [`v0.20.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.20.0) [Compare Source](https://togithub.com/mudler/edgevpn/compare/v0.19.2...v0.20.0) #### Changelog - [`809687b`](https://togithub.com/mudler/edgevpn/commit/809687b) :arrow_up: Bump go-libp2p - [`40c0ea0`](https://togithub.com/mudler/edgevpn/commit/40c0ea0) :seedling: Adapt to update - [`5b2c81d`](https://togithub.com/mudler/edgevpn/commit/5b2c81d) :seedling: Cleanup - [`f746fdb`](https://togithub.com/mudler/edgevpn/commit/f746fdb) Fix: typo - [`3ce438a`](https://togithub.com/mudler/edgevpn/commit/3ce438a) Fix: typo - [`9d2fd09`](https://togithub.com/mudler/edgevpn/commit/9d2fd09) Fix: typos </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEzMC4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-13 14:55:03 +00:00
nhooyr.io/websocket v1.8.7 // indirect
2022-08-10 16:55:20 +00:00
)