view 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 source

module go.guido-berhoerster.org/sievemgr

go 1.14

require (
	go.guido-berhoerster.org/managesieve v0.0.0-20201027164714-f9bb517e9447
	golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
)