diff go.mod @ 0:6369453d47a3

Initial revision
author Guido Berhoerster <guido+managesieve@berhoerster.name>
date Thu, 15 Oct 2020 09:11:05 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/go.mod	Thu Oct 15 09:11:05 2020 +0200
@@ -0,0 +1,8 @@
+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
+)