aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 9cd983bec2926b16aba96f9f10daab45ca32bf65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module git.sr.ht/~emersion/koushin

go 1.13

require (
	github.com/emersion/go-imap v1.0.3-0.20191213134403-f1c945935a36
	github.com/emersion/go-message v0.10.8
	github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
	github.com/emersion/go-smtp v0.12.1
	github.com/labstack/echo/v4 v4.1.11
	github.com/labstack/gommon v0.3.0
	github.com/mattn/go-colorable v0.1.4 // indirect
	github.com/mattn/go-isatty v0.0.11 // indirect
	github.com/valyala/fasttemplate v1.1.0 // indirect
	github.com/yuin/gopher-lua v0.0.0-20191213034115-f46add6fdb5c
	golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
	golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
	golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
	layeh.com/gopher-luar v1.0.7
)