Bump golang.org/x/term from 0.36.0 to 0.37.0 (#1909)

* `mlr sort -b` feature

* mlr regtest -p test/cases/cli-help && make dev

* Bump golang.org/x/term from 0.36.0 to 0.37.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: John Kerl <john.kerl@datadoghq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Kerl <kerl.john.r@gmail.com>
This commit is contained in:
dependabot[bot] 2025-12-09 10:21:08 -05:00 committed by GitHub
parent 9920e28b91
commit 34b1f0d4e9
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.39.0
golang.org/x/term v0.36.0
golang.org/x/term v0.37.0
golang.org/x/text v0.32.0
)