view go.mod @ 22:fc5e6970a0d5 default tip

Add support for specifying an authorization identity on the command line
author Guido Berhoerster <guido+sievemgr@berhoerster.name>
date Wed, 17 Feb 2021 07:50:55 +0100
parents 854167f55839
children
line wrap: on
line source

module go.guido-berhoerster.org/sievemgr

go 1.14

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