mirror of
https://github.com/wiggin77/mailrelay.git
synced 2024-11-26 00:53:09 +01:00
11 lines
360 B
Modula-2
11 lines
360 B
Modula-2
|
module github.com/wiggin77/mailrelay
|
||
|
|
||
|
require (
|
||
|
github.com/asaskevich/EventBus v0.0.0-20180103000110-68a521d7cbbb
|
||
|
github.com/flashmob/go-guerrilla v0.0.0-20180822023650-1c628e503aed
|
||
|
github.com/pkg/errors v0.8.0
|
||
|
github.com/sirupsen/logrus v1.0.5
|
||
|
golang.org/x/crypto v0.0.0-20181126163421-e657309f52e7
|
||
|
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b
|
||
|
)
|