mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-25 07:43:06 -07:00
10 lines
210 B
Modula-2
10 lines
210 B
Modula-2
module github.com/decke/smtprelay
|
|
|
|
require (
|
|
github.com/chrj/smtpd v0.2.0
|
|
github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
|
)
|
|
|
|
go 1.13
|