mirror of
https://github.com/chylex/SMTP-Relay.git
synced 2025-04-17 23:15:44 +02:00
17 lines
329 B
Modula-2
17 lines
329 B
Modula-2
module smtprelay
|
|
|
|
require (
|
|
github.com/chrj/smtpd v0.3.2-0.20220930165137-006a4f9d6d5b
|
|
github.com/google/uuid v1.3.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golang.org/x/crypto v0.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
golang.org/x/sys v0.9.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
go 1.20
|