aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 669cb672a9bdd2c81beab4180bd78d24b5243f58 (plain) (blame)
1
2
3
4
5
6
7
8
9
module git.sr.ht/~emersion/koushin

go 1.13

require (
	github.com/emersion/go-imap v1.0.1
	github.com/emersion/go-message v0.10.4-0.20190609165112-592ace5bc1ca
	github.com/labstack/echo/v4 v4.1.11
)