initial commit
This commit is contained in:
commit
3530843c4c
350 changed files with 197839 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module mailgo
|
||||
|
||||
go 1.26.1
|
||||
|
||||
require (
|
||||
git.giftfish.de/ston1th/godrop/v2 v2.2.0
|
||||
github.com/go-logr/logr v1.4.3
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.24.0 // indirect
|
||||
Loading…
Add table
Add a link
Reference in a new issue