summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-11 08:52:31 +0900
committerGitHub <noreply@github.com>2024-02-11 08:52:31 +0900
commit670c3298521e0489c5ff8f496512d0193430769d (patch)
treec90b8cf3b7498ba0e669fe24329a96a2d5c27b30 /go.mod
parentf3551c84226c1ed96638700e3e57d2ace92e075b (diff)
downloadfzf-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1b846aa5..1ab168e0 100644
--- a/go.mod
+++ b/go.mod
@@ -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 (