diff options
author | Reto Brunner <reto@labrat.space> | 2019-08-05 09:16:08 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-08 10:10:33 +0900 |
commit | 2485d509838013351672db50b2cb57880b7c3e1c (patch) | |
tree | e0bb83a319bbc64d5bd2d1b483f63263c2112296 /go.mod | |
parent | 07a4b0fef0c159023a2608532e06b2a3685c0930 (diff) | |
download | aerc-2485d509838013351672db50b2cb57880b7c3e1c.tar.gz |
add github.com/zenhack/go.notmuch
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod index bc67a4d..3ae47e0 100644 --- a/go.mod +++ b/go.mod @@ -31,6 +31,7 @@ require ( github.com/smartystreets/assertions v1.0.1 // indirect github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect github.com/stretchr/testify v1.3.0 + github.com/zenhack/go.notmuch v0.0.0-20190726231123-3d59f87d986e golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e // indirect |