summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMitsuo Heijo <25817501+johejo@users.noreply.github.com>2021-03-20 14:38:34 +0900
committerGitHub <noreply@github.com>2021-03-20 14:38:34 +0900
commit2e353aee96502556c503b0a47834aa76edf7b588 (patch)
tree76dd9ca0ef5cb27b5daf22f98bd45a8042a9584e /go.mod
parent8edfd14a3700035d362460284fc7127b44157229 (diff)
Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term (#2395)
See https://github.com/golang/go/issues/31044
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 03e77826..c80687fe 100644
--- a/go.mod
+++ b/go.mod
@@ -6,9 +6,9 @@ require (
github.com/mattn/go-runewidth v0.0.9
github.com/mattn/go-shellwords v1.0.10
github.com/saracen/walker v0.1.1
- golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
- golang.org/x/sys v0.0.0-20201026173827-119d4633e4d1
+ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
+ golang.org/x/term v0.0.0-20210317153231-de623e64d2a6
golang.org/x/text v0.3.3 // indirect
)