-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 611 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (19 loc) · 611 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/wneessen/js-mailer
go 1.25.1
require (
github.com/go-chi/chi/v5 v5.3.0
github.com/go-chi/httplog/v3 v3.4.0
github.com/go-chi/render v1.0.3
github.com/kkyr/fig v0.5.0
github.com/wneessen/go-mail v0.8.1
)
require (
github.com/ajg/form v1.5.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
golang.org/x/crypto v0.54.0 // indirect
golang.org/x/text v0.40.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)