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

go 1.13

require (
	github.com/emersion/go-imap v1.0.3
	github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342
	github.com/emersion/go-message v0.11.1
	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.13
	github.com/labstack/gommon v0.3.0
	github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb
	golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
	golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
	golang.org/x/sys v0.0.0-20200117145432-59e60aa80a0c // indirect
	layeh.com/gopher-luar v1.0.7
)