-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (26 loc) · 1.16 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/spacetab-io/mails-go
go 1.17
require (
github.com/gabriel-vasile/mimetype v1.4.0
github.com/mailgun/mailgun-go/v4 v4.6.2
github.com/mattbaird/gochimp v0.0.0-20200820164431-f1082bcdf63f
github.com/sendgrid/sendgrid-go v3.11.1+incompatible
github.com/spacetab-io/configuration-structs-go/v2 v2.0.0-alpha3
github.com/stretchr/testify v1.7.1
github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208
github.com/xhit/go-simple-mail/v2 v2.11.0
)
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-test/deep v1.0.8 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sendgrid/rest v2.6.9+incompatible // indirect
golang.org/x/net v0.0.0-20210505024714-0287a6fb4125 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)