chore(deps): bump golang.org/x/term from 0.30.0 to 0.31.0 (#2613)

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/term/compare/v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-version: 0.31.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-05-01 08:37:38 +02:00
committed by GitHub
parent 9a3be07887
commit 535370bca0
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -13,8 +13,8 @@ require (
github.com/leonelquinteros/gotext v1.7.1
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.38.0
golang.org/x/sys v0.31.0
golang.org/x/term v0.30.0
golang.org/x/sys v0.32.0
golang.org/x/term v0.31.0
gopkg.in/h2non/gock.v1 v1.1.2
)