diff go.mod @ 2:6db34a5344b8

Show server implementation in info output
author Guido Berhoerster <guido+sievemgr@berhoerster.name>
date Mon, 26 Oct 2020 15:32:20 +0100
parents b00673734e58
children 3cd182bff992
line wrap: on
line diff
--- a/go.mod	Mon Oct 26 14:46:39 2020 +0100
+++ b/go.mod	Mon Oct 26 15:32:20 2020 +0100
@@ -3,6 +3,6 @@
 go 1.14
 
 require (
-	go.guido-berhoerster.org/managesieve v0.0.0-20201026131555-3fe1614de42c
+	go.guido-berhoerster.org/managesieve v0.0.0-20201026142443-8413916df2be
 	golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
 )