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

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/golang/term/releases)
- [Commits](https://github.com/golang/term/compare/v0.2.0...v0.3.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-12-12 11:02:48 +00:00
committed by GitHub
parent 53affb3670
commit 1530d104a7
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

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