diff options
author | Jakob Unterwurzacher | 2022-08-28 12:03:34 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2022-08-28 12:03:34 +0200 |
commit | 6677d8f1d50a2e51947dac137d126d37614a6255 (patch) | |
tree | 6a206fed1305784d3db4a706b8359e4b1b2ba65b /go.mod | |
parent | 003a7fa2e53ac15d2c94a34102ae12b69b23c586 (diff) |
Replace remaining golang.org/x/crypto/ssh/terminal ref with golang.org/x/term
Fixes https://github.com/rfjakob/gocryptfs/issues/681
Fixes 2a25c3a8fda1f0918fd76687561b1a9c615298b9
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,5 +16,5 @@ require ( golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2 - golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b + golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 ) |