chore(deps): bump github.com/avast/retry-go/v4 in /test

Bumps [github.com/avast/retry-go/v4](https://github.com/avast/retry-go) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/avast/retry-go/releases)
- [Commits](https://github.com/avast/retry-go/compare/4.6.0...4.6.1)

---
updated-dependencies:
- dependency-name: github.com/avast/retry-go/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-24 22:26:54 +00:00
committed by GitHub
parent 12a8f5578c
commit 628f021ffb
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ go 1.23.1
replace k8s.io/node-problem-detector => ../.
require (
github.com/avast/retry-go/v4 v4.6.0
github.com/avast/retry-go/v4 v4.6.1
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.31.1
github.com/pborman/uuid v1.2.1