summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
+)