diff options
author | Yves Fischer <yvesf+git@xapek.org> | 2021-02-17 22:58:31 +0100 |
---|---|---|
committer | Yves Fischer <yvesf+git@xapek.org> | 2021-02-18 23:01:44 +0100 |
commit | 7e420c5d5b2bb4c638fe2278ac69a69e4a6c06e6 (patch) | |
tree | 5d30d89d7dce89f75c8a1395696fd085cac395a2 /go.mod | |
download | smtp-forward-7e420c5d5b2bb4c638fe2278ac69a69e4a6c06e6.tar.gz smtp-forward-7e420c5d5b2bb4c638fe2278ac69a69e4a6c06e6.zip |
smtp-forward
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +module smtp-forward + +go 1.15 + +require ( + github.com/mhale/smtpd v0.0.0-20210209185612-36ee4150ae3b + github.com/pkg/errors v0.9.1 + gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect +) |