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

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/golang/term/releases)
- [Commits](https://github.com/golang/term/compare/v0.3.0...v0.4.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-01-05 01:02:27 +00:00 committed by GitHub
parent f691baec74
commit 806a53f872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1895 additions and 4 deletions

4
go.mod
View File

@ -55,7 +55,7 @@ require (
golang.org/x/net v0.4.0
golang.org/x/oauth2 v0.3.0
golang.org/x/sync v0.1.0
golang.org/x/term v0.3.0
golang.org/x/term v0.4.0
golang.org/x/text v0.5.0
gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.25.2
@ -163,7 +163,7 @@ require (
go.opentelemetry.io/proto/otlp v0.15.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
golang.org/x/tools v0.1.12 // indirect
google.golang.org/appengine v1.6.7 // indirect

1895
go.sum

File diff suppressed because it is too large Load Diff