Do not use deprecated golang.org/x/crypto/ssh/terminal

This commit is contained in:
2024-08-05 22:29:43 -04:00
parent 72da94d682
commit e59cdaa88e
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -8,6 +8,7 @@ require (
github.com/pkg/sftp v1.13.6
github.com/pquerna/otp v1.4.1-0.20231130234153-3357de7c0481
golang.org/x/crypto v0.25.0
golang.org/x/term v0.22.0
gopkg.in/ini.v1 v1.67.0
)
@@ -32,5 +33,4 @@ require (
github.com/yuin/goldmark-emoji v1.0.3 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/term v0.22.0 // indirect
)