Bump golang.org/x/term from 0.35.0 to 0.36.0 (#1895)

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/term/compare/v0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-10-09 13:22:41 +02:00 committed by GitHub
parent 1557e47ae1
commit e71b36d8c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -28,7 +28,7 @@ require (
github.com/pkg/profile v1.7.0
github.com/stretchr/testify v1.11.1
golang.org/x/sys v0.37.0
golang.org/x/term v0.35.0
golang.org/x/term v0.36.0
golang.org/x/text v0.30.0
)