-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
31 lines (28 loc) · 1.06 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
module github.com/joeirimpan/listmonk-messenger
go 1.21
require (
github.com/aws/aws-sdk-go v1.51.25
github.com/francoispqt/onelog v0.0.0-20190306043706-8c2bb31b10a4
github.com/go-chi/chi v4.1.2+incompatible
github.com/knadh/koanf v1.5.0
github.com/knadh/listmonk v1.1.0
github.com/knadh/smtppool v1.1.0
github.com/spf13/pflag v1.0.5
github.com/twilio/twilio-go v1.20.1
)
require (
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jmoiron/sqlx v1.2.0 // indirect
github.com/lib/pq v1.3.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/yuin/goldmark v1.4.13 // indirect
golang.org/x/sys v0.1.0 // indirect
gopkg.in/volatiletech/null.v6 v6.0.0-20170828023728-0bef4e07ae1b // indirect
)