summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-11 00:35:44 +0900
committerGitHub <noreply@github.com>2023-07-11 00:35:44 +0900
commit0130f64934d2a3ac4f5639ed16cf3dbcfb38240b (patch)
tree4840f51f6793f2b48e605fb4f8cec2105c76d782 /go.mod
parent361e0543eec292bc801f570b03d05457c1593c99 (diff)
Bump golang.org/x/term from 0.9.0 to 0.10.0 (#3360)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.9.0 to 0.10.0. - [Commits](https://github.com/golang/term/compare/v0.9.0...v0.10.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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index adfdcd48..c4acef78 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/rivo/uniseg v0.4.4
github.com/saracen/walker v0.1.3
golang.org/x/sys v0.10.0
- golang.org/x/term v0.9.0
+ golang.org/x/term v0.10.0
)
require (