summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-03-20 14:44:27 +0000
committerDrew DeVault <sir@cmpwn.com>2020-03-20 10:44:50 -0400
commit294fead7abae9de9c0bc6afde30b1d29d98a10e6 (patch)
treed97230534c14d7761f799fc9d0413cd1c2e76e22 /go.mod
parent696f4ff084c2c7599f36f7e2d6fbdc6c242c9de8 (diff)
downloadaerc-294fead7abae9de9c0bc6afde30b1d29d98a10e6.zip
Requires Go 1.13
We use errors.Is, which has been introduced in Go 1.13.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 342c020..29a7e85 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module git.sr.ht/~sircmpwn/aerc
-go 1.12
+go 1.13
require (
git.sr.ht/~sircmpwn/getopt v0.0.0-20190808004552-daaf1274538b