summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-11 08:50:49 +0900
committerGitHub <noreply@github.com>2024-02-11 08:50:49 +0900
commitf3551c84226c1ed96638700e3e57d2ace92e075b (patch)
treecd7365c32ed97803060e67cb6f08fd7486680e80 /go.mod
parent90b818788249bb080f9eddcc4b36ad4080b55c5c (diff)
Bump golang.org/x/sys from 0.16.0 to 0.17.0 (#3621)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0. - [Commits](https://github.com/golang/sys/compare/v0.16.0...v0.17.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 07853914..1b846aa5 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/mattn/go-shellwords v1.0.12
github.com/rivo/uniseg v0.4.6
github.com/saracen/walker v0.1.3
- golang.org/x/sys v0.16.0
+ golang.org/x/sys v0.17.0
golang.org/x/term v0.16.0
)