aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: d0651d8ee6c34c50cd88f808606a98d38e93a5ba (plain)
1
2
3
4
5
6
7
8
9
module github.com/mcrute/ses-smtpd-proxy

require (
	github.com/aws/aws-sdk-go v1.17.9
	github.com/mcrute/go-smtpd v0.0.0-20190302041702-3bbdd47ced7e
	github.com/stretchr/testify v1.3.0 // indirect
	golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95 // indirect
	golang.org/x/text v0.3.0 // indirect
)