1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Bump golang.org/x/term from 0.4.0 to 0.5.0

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/term/releases)
- [Commits](https://github.com/golang/term/compare/v0.4.0...v0.5.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>
This commit is contained in:
dependabot[bot] 2023-02-07 22:00:39 +00:00 committed by Frédéric Guillot
parent 34408b50a7
commit a7508b2746
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -16,7 +16,7 @@ require (
golang.org/x/crypto v0.5.0
golang.org/x/net v0.5.0
golang.org/x/oauth2 v0.4.0
golang.org/x/term v0.4.0
golang.org/x/term v0.5.0
mvdan.cc/xurls/v2 v2.4.0
)
@ -33,7 +33,7 @@ require (
github.com/stretchr/testify v1.7.0 // indirect
github.com/tdewolff/parse/v2 v2.6.4 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.6.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect