aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 7e8ba30..07d3dac 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module git.sr.ht/~emersion/koushin
go 1.13
-require github.com/labstack/echo/v4 v4.1.11
+require (
+ github.com/emersion/go-imap v1.0.1
+ github.com/labstack/echo/v4 v4.1.11
+)