Requires Go 1.13
We use errors.Is, which has been introduced in Go 1.13.
This commit is contained in:
parent
696f4ff084
commit
294fead7ab
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module git.sr.ht/~sircmpwn/aerc
|
module git.sr.ht/~sircmpwn/aerc
|
||||||
|
|
||||||
go 1.12
|
go 1.13
|
||||||
|
|
||||||
require (
|
require (
|
||||||
git.sr.ht/~sircmpwn/getopt v0.0.0-20190808004552-daaf1274538b
|
git.sr.ht/~sircmpwn/getopt v0.0.0-20190808004552-daaf1274538b
|
||||||
|
|
Loading…
Reference in a new issue