mirror of
https://github.com/wiggin77/mailrelay.git
synced 2024-11-22 07:13:08 +01:00
9b3e784a13
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200515095857-1151b9dac4a9 to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
609 B
Modula-2
18 lines
609 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/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
|
|
)
|