diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-28 23:20:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-28 23:20:28 +0900 |
| commit | ac4d22cd124171a316d0e1586c20cd4c731e6bd8 (patch) | |
| tree | 03c8467452be87cce4e2b3449eaa7cb989665d99 /go.mod | |
| parent | cf95e44cb4ce6f42a318abba0efa77c7311c87c9 (diff) | |
| download | fzf-ac4d22cd124171a316d0e1586c20cd4c731e6bd8.tar.gz | |
Bump golang.org/x/sys from 0.6.0 to 0.7.0 (#3248)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/sys
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/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.6.0 + golang.org/x/sys v0.7.0 golang.org/x/term v0.6.0 ) |
