mirror of
https://github.com/wiggin77/mailrelay.git
synced 2025-02-16 07:39:15 +01:00
18 lines
623 B
Modula-2
18 lines
623 B
Modula-2
module github.com/wiggin77/mailrelay
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/asaskevich/EventBus v0.0.0-20180103000110-68a521d7cbbb // indirect
|
|
github.com/flashmob/go-guerrilla v1.6.1
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
|
github.com/onsi/ginkgo v1.12.0 // indirect
|
|
github.com/onsi/gomega v1.10.0 // indirect
|
|
github.com/pkg/errors v0.8.0
|
|
github.com/sirupsen/logrus v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20181126163421-e657309f52e7 // indirect
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
|
)
|