diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-11 13:17:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-11 13:17:47 +0900 |
| commit | a8f9432a3a10c33cfb0a375cc84bab3500dcc846 (patch) | |
| tree | 0b22c907bfe8e46d7fa52e39e2c2102ae8187a78 /go.mod | |
| parent | 561e0b04a8e23b9088010d4b08f55683decf05db (diff) | |
| download | fzf-a8f9432a3a10c33cfb0a375cc84bab3500dcc846.tar.gz | |
Bump golang.org/x/term from 0.12.0 to 0.13.0 (#3469)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/term/compare/v0.12.0...v0.13.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 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ require ( github.com/mattn/go-shellwords v1.0.12 github.com/rivo/uniseg v0.4.4 github.com/saracen/walker v0.1.3 - golang.org/x/sys v0.12.0 - golang.org/x/term v0.12.0 + golang.org/x/sys v0.13.0 + golang.org/x/term v0.13.0 ) require ( |
