first commit

This commit is contained in:
2026-08-09 18:03:09 +01:00
commit d7ca591b76
169 changed files with 51272 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module gomail
go 1.26.4
require (
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.49
golang.org/x/crypto v0.54.0
gopkg.in/yaml.v3 v3.0.1
)