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

go 1.16

require (
	github.com/aws/aws-sdk-go v1.38.10
	github.com/mcrute/go-smtpd v0.0.0-20190302041702-3bbdd47ced7e
	github.com/stretchr/testify v1.3.0 // indirect
)