Adding support for go modules.
This commit is contained in:
parent
99fb19190d
commit
8ff45117c6
2 changed files with 5 additions and 0 deletions
3
go.mod
Normal file
3
go.mod
Normal 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
2
go.sum
Normal 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=
|
Loading…
Add table
Reference in a new issue