diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-11 08:52:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-11 08:52:31 +0900 |
| commit | 670c3298521e0489c5ff8f496512d0193430769d (patch) | |
| tree | c90b8cf3b7498ba0e669fe24329a96a2d5c27b30 /go.mod | |
| parent | f3551c84226c1ed96638700e3e57d2ace92e075b (diff) | |
| download | fzf-670c3298521e0489c5ff8f496512d0193430769d.tar.gz | |
Bump golang.org/x/term from 0.16.0 to 0.17.0 (#3622)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/term/compare/v0.16.0...v0.17.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>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require ( github.com/rivo/uniseg v0.4.6 github.com/saracen/walker v0.1.3 golang.org/x/sys v0.17.0 - golang.org/x/term v0.16.0 + golang.org/x/term v0.17.0 ) require ( |
