summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorYves Fischer <yvesf+git@xapek.org>2021-02-17 22:58:31 +0100
committerYves Fischer <yvesf+git@xapek.org>2021-02-18 23:01:44 +0100
commit7e420c5d5b2bb4c638fe2278ac69a69e4a6c06e6 (patch)
tree5d30d89d7dce89f75c8a1395696fd085cac395a2 /go.mod
downloadsmtp-forward-7e420c5d5b2bb4c638fe2278ac69a69e4a6c06e6.tar.gz
smtp-forward-7e420c5d5b2bb4c638fe2278ac69a69e4a6c06e6.zip
smtp-forward
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..37e4c60
--- /dev/null
+++ b/go.mod
@@ -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
+)