Adding support for go modules.

This commit is contained in:
Christian Joergensen 2018-09-26 21:16:44 +02:00
parent 99fb19190d
commit 8ff45117c6
2 changed files with 5 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module github.com/chrj/smtpd
require github.com/eaigner/dkim v0.0.0-20150301120808-6fe4a7ee9cfb

2
go.sum Normal file
View file

@ -0,0 +1,2 @@
github.com/eaigner/dkim v0.0.0-20150301120808-6fe4a7ee9cfb h1:17kQ+7S0aEyRhZd9KCAofvKlL1N1/w+zUZKaxpLFpM0=
github.com/eaigner/dkim v0.0.0-20150301120808-6fe4a7ee9cfb/go.mod h1:FSCIHbrqk7D01Mj8y/jW+NS1uoCerr+ad+IckTHTFf4=