Mercurial > projects > sievemgr
diff go.mod @ 0:b00673734e58
Initial revision
Split off sievemgr command from the managesieve repository.
author | Guido Berhoerster <guido+sievemgr@berhoerster.name> |
---|---|
date | Mon, 26 Oct 2020 14:19:24 +0100 |
parents | |
children | 6db34a5344b8 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/go.mod Mon Oct 26 14:19:24 2020 +0100 @@ -0,0 +1,8 @@ +module go.guido-berhoerster.org/sievemgr + +go 1.14 + +require ( + go.guido-berhoerster.org/managesieve v0.0.0-20201026131555-3fe1614de42c + golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 +)