From 041620676ba6a02e4644deb2e93715d659a86629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:07:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20github.com/spf13/af?= =?UTF-8?q?ero=20from=201.11.0=20to=201.12.0=20in=20/utils=20(#544)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.11.0 to 1.12.0.
Release notes

Sourced from github.com/spf13/afero's releases.

v1.12.0

What's Changed

New Contributors

Full Changelog: https://github.com/spf13/afero/compare/v1.11.0...v1.12.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/spf13/afero&package-manager=go_modules&previous-version=1.11.0&new-version=1.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot --- changes/20250110110725.bugfix | 1 + changes/20250110110731.bugfix | 1 + changes/20250110110757.bugfix | 1 + changes/20250110110805.bugfix | 1 + utils/go.mod | 2 +- utils/go.sum | 4 ++-- 6 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 changes/20250110110725.bugfix create mode 100644 changes/20250110110731.bugfix create mode 100644 changes/20250110110757.bugfix create mode 100644 changes/20250110110805.bugfix diff --git a/changes/20250110110725.bugfix b/changes/20250110110725.bugfix new file mode 100644 index 0000000000..15481cf840 --- /dev/null +++ b/changes/20250110110725.bugfix @@ -0,0 +1 @@ +Dependency upgrade: afero-1.12.0 diff --git a/changes/20250110110731.bugfix b/changes/20250110110731.bugfix new file mode 100644 index 0000000000..15481cf840 --- /dev/null +++ b/changes/20250110110731.bugfix @@ -0,0 +1 @@ +Dependency upgrade: afero-1.12.0 diff --git a/changes/20250110110757.bugfix b/changes/20250110110757.bugfix new file mode 100644 index 0000000000..15481cf840 --- /dev/null +++ b/changes/20250110110757.bugfix @@ -0,0 +1 @@ +Dependency upgrade: afero-1.12.0 diff --git a/changes/20250110110805.bugfix b/changes/20250110110805.bugfix new file mode 100644 index 0000000000..15481cf840 --- /dev/null +++ b/changes/20250110110805.bugfix @@ -0,0 +1 @@ +Dependency upgrade: afero-1.12.0 diff --git a/utils/go.mod b/utils/go.mod index b7f14a337b..156101ea9c 100644 --- a/utils/go.mod +++ b/utils/go.mod @@ -34,7 +34,7 @@ require ( github.com/shirou/gopsutil/v4 v4.24.12 github.com/sirupsen/logrus v1.9.3 github.com/spaolacci/murmur3 v1.1.0 - github.com/spf13/afero v1.11.0 + github.com/spf13/afero v1.12.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.10.0 diff --git a/utils/go.sum b/utils/go.sum index da6ea65551..e32467adf8 100644 --- a/utils/go.sum +++ b/utils/go.sum @@ -205,8 +205,8 @@ github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9yS github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0= github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= -github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8= -github.com/spf13/afero v1.11.0/go.mod h1:GH9Y3pIexgf1MTIWtNGyogA5MwRIDXGUr+hbWNoBjkY= +github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs= +github.com/spf13/afero v1.12.0/go.mod h1:ZTlWwG4/ahT8W7T0WQ5uYmjI9duaLQGy3Q2OAl4sk/4= github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0= github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=