2
0
forked from drew/smtprelay

Switch dependency back to chrj/smtpd since my fixes were merged

This commit is contained in:
Bernhard Froehlich
2018-12-20 08:45:12 +00:00
parent 646103d157
commit 58d124b20d
3 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import (
"strings"
"time"
"github.com/decke/smtpd"
"github.com/chrj/smtpd"
"github.com/vharitonsky/iniflags"
)