diff go.mod @ 11:29769b9e2f09

Switch to golang.org/x/term module Switch from golang.org/x/crypto/ssh/terminal to the new golang.org/x/term module.
author Guido Berhoerster <guido+sievemgr@berhoerster.name>
date Sat, 12 Dec 2020 20:44:35 +0100
parents 3cd182bff992
children 46356977b11b
line wrap: on
line diff
--- a/go.mod	Thu Dec 03 13:52:28 2020 +0100
+++ b/go.mod	Sat Dec 12 20:44:35 2020 +0100
@@ -4,5 +4,5 @@
 
 require (
 	go.guido-berhoerster.org/managesieve v0.0.0-20201027164714-f9bb517e9447
-	golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
+	golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
 )