forked from tsawler/vigilate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.24 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/tsawler/vigilate
go 1.16
require (
github.com/CloudyKit/jet/v6 v6.0.2
github.com/PuerkitoBio/goquery v1.6.1 // indirect
github.com/alexedwards/scs/postgresstore v0.0.0-20210131110750-3ca38f9a41cc
github.com/alexedwards/scs/v2 v2.4.0
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/aymerick/douceur v0.2.0
github.com/go-chi/chi/v5 v5.0.0
github.com/gorilla/css v1.0.0 // indirect
github.com/jackc/pgconn v1.8.0
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jackc/pgx/v4 v4.10.1
github.com/justinas/nosurf v1.1.1
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/pusher/pusher-http-go v4.0.1+incompatible
github.com/rivo/uniseg v0.2.0 // indirect
github.com/robfig/cron/v3 v3.0.0
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/xhit/go-simple-mail/v2 v2.7.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
jaytaylor.com/html2text v0.0.0-20200412013138-3577fbdbcff7
)