This is the main dovel repository, it has the Go code to run dovel SMTP server.
Author: bryon (git@mail.blmayer.dev)
Date: Sat Jul 22 21:25:29 2023 -0300
Parent: 6ca528a
Updated vault module
commit fd06d68f9267c593a594c38abf30cb37c5c1c420
Author: bryon <git@mail.blmayer.dev>
Date: Sat Jul 22 21:25:29 2023 -0300
Updated vault module
diff --git a/go.mod b/go.mod
index d217aa2..872c6a9 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module git.derelict.garden/dovel/email
go 1.19
require (
- blmayer.dev/x/vault v0.2.0
+ git.derelict.garden/bryon/vault v0.3.0
github.com/OfimaticSRL/parsemail v0.0.0-20230215211201-e1c318cd177f
github.com/emersion/go-msgauth v0.6.6
github.com/emersion/go-smtp v0.16.0