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

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/term/releases)
- [Commits](https://github.com/golang/term/compare/v0.5.0...v0.6.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-03-06 02:57:50 +00:00
committed by GitHub
parent e1168dcf93
commit 20d9e6b05a
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c
golang.org/x/crypto v0.6.0
golang.org/x/net v0.7.0
golang.org/x/term v0.5.0
golang.org/x/term v0.6.0
golift.io/cnfg v0.2.1
golift.io/cnfgfile v0.0.0-20220509075834-08755d9ef3f5
golift.io/version v0.0.2
@@ -39,7 +39,7 @@ require (
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/unpoller/unifi v0.3.2
golang.org/x/sys v0.5.0 // indirect
golang.org/x/sys v0.6.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)