diff options
author | Reto Brunner <reto@labrat.space> | 2020-03-05 08:05:12 +0100 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-03-05 08:05:12 +0100 |
commit | 4711933b41246629af3946ffc9fe0eeaa94e6639 (patch) | |
tree | d23fb4b0aee6062fb2e083e36626babb50411bf8 /go.sum | |
parent | 15028df1f98a018a1913202a842d5a2850c43eb0 (diff) | |
download | aerc-4711933b41246629af3946ffc9fe0eeaa94e6639.tar.gz |
go.sum: re-add notmuch
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/go.sum b/go.sum index 93773ca..9b301de 100644 --- a/go.sum +++ b/go.sum @@ -76,6 +76,7 @@ github.com/smartystreets/assertions v1.0.1/go.mod h1:kHHU4qYBaI3q23Pp3VPrmWhuIUr github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= +github.com/zenhack/go.notmuch v0.0.0-20190821052706-5a1961965cfb h1:eZBIw4TilXSAEYcWKf51bERhwH431YwntDYus0Bgxh0= github.com/zenhack/go.notmuch v0.0.0-20190821052706-5a1961965cfb/go.mod h1:zJtFvR3NinVdmBiLyB4MyXKmqyVfZEb2cK97ISfTgV8= golang.org/x/image v0.0.0-20190523035834-f03afa92d3ff/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= |