From cf5c091557567270204a20d9d030ae53ce47de21 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 3 Oct 2025 19:01:21 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/beevi?= =?UTF-8?q?k/ntp=20v1.4.3=20=E2=86=92=20v1.5.0=20(clustertool)=20(#40347)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/beevik/ntp](https://redirect.github.com/beevik/ntp) | `v1.4.3` -> `v1.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbeevik%2fntp/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbeevik%2fntp/v1.4.3/v1.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
beevik/ntp (github.com/beevik/ntp) ### [`v1.5.0`](https://redirect.github.com/beevik/ntp/blob/HEAD/RELEASE_NOTES.md#Release-v150) [Compare Source](https://redirect.github.com/beevik/ntp/compare/v1.4.3...v1.5.0) \============== **Changes** - Added the `GetSystemTime` field to `QueryOptions`. - Updated minimum required Go version to 1.24. **Fixes** - Upgraded package dependencies to retrieve security fixes.
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- clustertool/go.mod | 2 +- clustertool/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index 4f617995a67..797313ace07 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -5,7 +5,7 @@ go 1.25.0 require ( filippo.io/age v1.2.1 github.com/Masterminds/semver/v3 v3.4.0 - github.com/beevik/ntp v1.4.3 + github.com/beevik/ntp v1.5.0 github.com/budimanjojo/talhelper/v3 v3.0.36 github.com/getsops/sops/v3 v3.11.0 github.com/go-git/go-git/v5 v5.16.2 diff --git a/clustertool/go.sum b/clustertool/go.sum index 5ef556c7730..742b8889e11 100644 --- a/clustertool/go.sum +++ b/clustertool/go.sum @@ -140,6 +140,8 @@ github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPn github.com/bahlo/generic-list-go v0.2.0/go.mod h1:2KvAjgMlE5NNynlg/5iLrrCCZ2+5xWbdbCW3pNTGyYg= github.com/beevik/ntp v1.4.3 h1:PlbTvE5NNy4QHmA4Mg57n7mcFTmr1W1j3gcK7L1lqho= github.com/beevik/ntp v1.4.3/go.mod h1:Unr8Zg+2dRn7d8bHFuehIMSvvUYssHMxW3Q5Nx4RW5Q= +github.com/beevik/ntp v1.5.0 h1:y+uj/JjNwlY2JahivxYvtmv4ehfi3h74fAuABB9ZSM4= +github.com/beevik/ntp v1.5.0/go.mod h1:mJEhBrwT76w9D+IfOEGvuzyuudiW9E52U2BaTrMOYow= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=