diff go.sum @ 19:854167f55839

Fix SRV record lookup Do not use a configuration file default value for port in order to detect when it is not set by the user so that SRV record lookup is triggered. Depend on version 0.8.1 of go.guido-berhoerster.org/managesieve which contains an additional necessary fix.
author Guido Berhoerster <guido+sievemgr@berhoerster.name>
date Wed, 03 Feb 2021 13:34:44 +0100
parents 46356977b11b
children
line wrap: on
line diff
--- a/go.sum	Tue Feb 02 23:57:37 2021 +0100
+++ b/go.sum	Wed Feb 03 13:34:44 2021 +0100
@@ -2,6 +2,8 @@
 go.guido-berhoerster.org/managesieve v0.0.0-20201027164714-f9bb517e9447/go.mod h1:uvqvWGFO2zONQiEQuDNH37Mg2pM7gTsDZSXtBOSmj98=
 go.guido-berhoerster.org/managesieve v0.8.0 h1:MsFGL8llc0BVJM26CsivQajhF92TT1dRORuL9nrRv4k=
 go.guido-berhoerster.org/managesieve v0.8.0/go.mod h1:uvqvWGFO2zONQiEQuDNH37Mg2pM7gTsDZSXtBOSmj98=
+go.guido-berhoerster.org/managesieve v0.8.1 h1:DV2rT9U55dv1vlTuw+OSDCK1fhk86nPU7Fs0SK6kugA=
+go.guido-berhoerster.org/managesieve v0.8.1/go.mod h1:uvqvWGFO2zONQiEQuDNH37Mg2pM7gTsDZSXtBOSmj98=
 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
 golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
 golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=