forked from digisan/go-mail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (29 loc) · 1.11 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
30
31
32
module github.com/digisan/go-mail
go 1.22.3
require (
github.com/digisan/go-config v0.3.5
github.com/digisan/go-generics v0.5.4
github.com/digisan/gotk v0.5.9
github.com/digisan/logkit v0.3.8
github.com/mailgun/mailgun-go/v4 v4.12.0
github.com/sendgrid/sendgrid-go v3.14.0+incompatible
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/go-chi/chi/v5 v5.0.12 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sendgrid/rest v2.6.9+incompatible // indirect
github.com/tidwall/gjson v1.17.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)