Skip to content

Commit

Permalink
chore(deps): bump golang.org/x/term from 0.6.0 to 0.9.0 (#254)
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.6.0 to 0.9.0.
- [Commits](golang/term@v0.6.0...v0.9.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent a77e1ff commit 384a06e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/urfave/cli/v2 v2.16.3
github.com/whilp/git-urls v1.0.0
golang.org/x/term v0.6.0
golang.org/x/term v0.9.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.4.0
sigs.k8s.io/yaml v1.3.0
Expand Down Expand Up @@ -121,7 +121,7 @@ require (
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
Expand Down
6 changes: 4 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 384a06e

Please sign in to comment.