summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-10 15:16:47 +0900
committerGitHub <noreply@github.com>2023-12-10 15:16:47 +0900
commita343b20775ea4f0d8882ef4ea8157d6bf70f8022 (patch)
tree8f79b3e07dc94e67f08de3d7c1f83b223c038d96 /go.mod
parenta714e76ae17985708dde9e87ad59002c1616906f (diff)
Bump golang.org/x/term from 0.13.0 to 0.15.0 (#3525)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.13.0 to 0.15.0. - [Commits](https://github.com/golang/term/compare/v0.13.0...v0.15.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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index e3f1ad9d..31f9b0b0 100644
--- a/go.mod
+++ b/go.mod
@@ -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.14.0
- golang.org/x/term v0.13.0
+ golang.org/x/sys v0.15.0
+ golang.org/x/term v0.15.0
)
require (