build(deps): bump github.com/go-errors/errors from 1.4.2 to 1.5.1

Bumps [github.com/go-errors/errors](https://github.com/go-errors/errors) from 1.4.2 to 1.5.1.
- [Release notes](https://github.com/go-errors/errors/releases)
- [Commits](https://github.com/go-errors/errors/compare/v1.4.2...v1.5.1)

---
updated-dependencies:
- dependency-name: github.com/go-errors/errors
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-09-04 01:57:37 +00:00
committed by GitHub
parent 8c9719bb22
commit cba85e8c30
86 changed files with 129 additions and 129 deletions

View File

@@ -3,7 +3,7 @@ module sigs.k8s.io/kustomize/cmd/config
go 1.26.0
require (
github.com/go-errors/errors v1.4.2
github.com/go-errors/errors v1.5.1
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.12.1
gopkg.in/inf.v0 v0.9.1