-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.39 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
33
module go-subscription-service
go 1.21
require (
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/alexedwards/scs/redisstore v0.0.0-20231022164606-84bd122bd881 // indirect
github.com/alexedwards/scs/v2 v2.6.0 // indirect
github.com/andybalholm/cascadia v1.1.0 // indirect
github.com/bwmarrin/go-alone v0.0.0-20190806015146-742bb55d1631 // indirect
github.com/go-chi/chi/v5 v5.0.10 // indirect
github.com/gomodule/redigo v1.8.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgtype v1.14.0 // indirect
github.com/jackc/pgx/v4 v4.18.1 // indirect
github.com/phpdave11/gofpdf v1.4.2 // indirect
github.com/phpdave11/gofpdi v1.0.12 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208 // indirect
github.com/vanng822/css v1.0.1 // indirect
github.com/vanng822/go-premailer v1.20.2 // indirect
github.com/xhit/go-simple-mail/v2 v2.16.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
)