view go.mod @ 8:75a4ee940f36

Fix SRV record lookup Fill the preallocated array of host/port strings instead of incorrectly appending to a preallocated array already filled with empty strings.
author Guido Berhoerster <guido+managesieve@berhoerster.name>
date Wed, 03 Feb 2021 13:02:39 +0100
parents 6369453d47a3
children
line wrap: on
line source

module go.guido-berhoerster.org/managesieve

go 1.14

require (
	golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
	golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
)