Bump golang.org/x/term from 0.24.0 to 0.25.0 (#1680)

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/term/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  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] 2024-10-07 08:30:19 -04:00 committed by GitHub
parent e18eac29db
commit bfa1fd4b28
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

@ -27,7 +27,7 @@ require (
github.com/pkg/profile v1.7.0
github.com/stretchr/testify v1.9.0
golang.org/x/sys v0.26.0
golang.org/x/term v0.24.0
golang.org/x/term v0.25.0
golang.org/x/text v0.19.0
)