aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: ff7b24200bf70369f60a4ec82af27f3d4288a9f8 (plain) (blame)
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
34
module git.sr.ht/~migadu/alps

go 1.13

require (
	github.com/aymerick/douceur v0.2.0
	github.com/chris-ramon/douceur v0.2.0
	github.com/dustin/go-humanize v1.0.1
	github.com/emersion/go-ical v0.0.0-20220601085725-0864dccc089f
	github.com/emersion/go-imap/v2 v2.0.0-alpha.4
	github.com/emersion/go-message v0.16.0
	github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead
	github.com/emersion/go-smtp v0.16.0
	github.com/emersion/go-vcard v0.0.0-20220507122617-d4056df0ec4a
	github.com/emersion/go-webdav v0.4.0
	github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee
	github.com/google/uuid v1.3.0
	github.com/kr/pretty v0.1.0 // indirect
	github.com/labstack/echo/v4 v4.10.2
	github.com/labstack/gommon v0.4.0
	github.com/mattn/go-runewidth v0.0.14 // indirect
	github.com/microcosm-cc/bluemonday v1.0.23
	github.com/olekukonko/tablewriter v0.0.5 // indirect
	github.com/rivo/uniseg v0.4.4 // indirect
	github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
	github.com/teambition/rrule-go v1.8.2 // indirect
	github.com/yuin/gopher-lua v1.1.0
	gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3
	golang.org/x/crypto v0.7.0 // indirect
	golang.org/x/net v0.8.0
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
	jaytaylor.com/html2text v0.0.0-20211105163654-bc68cce691ba
	layeh.com/gopher-luar v1.0.10
)