diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-18 09:20:46 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-18 09:20:46 +0900 |
| commit | d2b852f7cbd2da53804de00cf22ca0b7e6c9f472 (patch) | |
| tree | 389379cf6595a59fec2f6bcfd95ebf84c7c2197e /go.mod | |
| parent | 901939bd96b38bcc6f4023d2c7075356153a6c8f (diff) | |
| download | fzf-d2b852f7cbd2da53804de00cf22ca0b7e6c9f472.tar.gz | |
Bump golang.org/x/term from 0.11.0 to 0.12.0 (#3426)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/term/compare/v0.11.0...v0.12.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.11.0 - golang.org/x/term v0.11.0 + golang.org/x/sys v0.12.0 + golang.org/x/term v0.12.0 ) require ( |
