-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 1.02 KB
/
Copy pathgo.mod
File metadata and controls
28 lines (25 loc) · 1.02 KB
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
module github.com/treelightsoftware/treemailer
go 1.22
require (
github.com/aws/aws-lambda-go v1.41.0
github.com/mailgun/mailgun-go v2.0.0+incompatible
github.com/microcosm-cc/bluemonday v1.0.25
github.com/stretchr/testify v1.7.2
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/gobuffalo/envy v1.7.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/onsi/ginkgo v1.14.1 // indirect
github.com/onsi/gomega v1.10.2 // indirect
github.com/pkg/errors v0.8.2-0.20190227000051-27936f6d90f9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.3.0 // indirect
golang.org/x/net v0.12.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)