summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-28 23:20:28 +0900
committerGitHub <noreply@github.com>2023-04-28 23:20:28 +0900
commitac4d22cd124171a316d0e1586c20cd4c731e6bd8 (patch)
tree03c8467452be87cce4e2b3449eaa7cb989665d99 /go.mod
parentcf95e44cb4ce6f42a318abba0efa77c7311c87c9 (diff)
downloadfzf-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index acd380ed..7b022921 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)