mirror of
https://github.com/wiggin77/mailrelay.git
synced 2025-08-16 01:57:52 +02:00
18
go.mod
Normal file
18
go.mod
Normal file
@ -0,0 +1,18 @@
|
||||
// module github.com/wiggin77/mailrelay@v1.04
|
||||
module github.com/niclan/mailrelay@master
|
||||
|
||||
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/kr/text v0.2.0 // indirect
|
||||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/sirupsen/logrus v1.6.0 // indirect
|
||||
github.com/stretchr/testify v1.5.1 // indirect
|
||||
golang.org/x/sys v0.1.0 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
||||
gopkg.in/yaml.v2 v2.3.0 // indirect
|
||||
)
|
Reference in New Issue
Block a user