Mercurial > projects > sievemgr
diff go.mod @ 3:3cd182bff992
Show warning messages in put output
author | Guido Berhoerster <guido+sievemgr@berhoerster.name> |
---|---|
date | Tue, 27 Oct 2020 17:54:58 +0100 |
parents | 6db34a5344b8 |
children | 29769b9e2f09 |
line wrap: on
line diff
--- a/go.mod Mon Oct 26 15:32:20 2020 +0100 +++ b/go.mod Tue Oct 27 17:54:58 2020 +0100 @@ -3,6 +3,6 @@ go 1.14 require ( - go.guido-berhoerster.org/managesieve v0.0.0-20201026142443-8413916df2be + go.guido-berhoerster.org/managesieve v0.0.0-20201027164714-f9bb517e9447 golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 )