1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Bump golang.org/x/term from 0.1.0 to 0.2.0

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/golang/term/releases)
- [Commits](https://github.com/golang/term/compare/v0.1.0...v0.2.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] 2022-11-08 03:50:32 +00:00 committed by Frédéric Guillot
parent 962a0460cc
commit 1351761f81
2 changed files with 5 additions and 3 deletions

2
go.mod
View file

@ -18,7 +18,7 @@ require (
golang.org/x/crypto v0.1.0
golang.org/x/net v0.1.0
golang.org/x/oauth2 v0.1.0
golang.org/x/term v0.1.0
golang.org/x/term v0.2.0
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
mvdan.cc/xurls/v2 v2.4.0
)