Initial commit

This commit is contained in:
Bernhard Froehlich
2018-12-08 21:19:56 +00:00
parent c707438ae8
commit 7b4a51d62c
4 changed files with 68 additions and 0 deletions

6
go.mod Normal file
View File

@@ -0,0 +1,6 @@
module code.bluelife.at/decke/smtp-proxy
require (
github.com/chrj/smtpd v0.1.1
github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de
)