summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-18 09:20:46 +0900
committerGitHub <noreply@github.com>2023-09-18 09:20:46 +0900
commitd2b852f7cbd2da53804de00cf22ca0b7e6c9f472 (patch)
tree389379cf6595a59fec2f6bcfd95ebf84c7c2197e /go.mod
parent901939bd96b38bcc6f4023d2c7075356153a6c8f (diff)
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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 192c9bab..f6d19ddc 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.11.0
- golang.org/x/term v0.11.0
+ golang.org/x/sys v0.12.0
+ golang.org/x/term v0.12.0
)
require (