Set the required go version for this module, aerc

This is the way to declare which compiler version a module requires to build.

I read up on https://golang.org/doc/go1.12#modules
This commit is contained in:
Daniel Lublin 2019-06-27 13:06:41 +02:00 committed by Drew DeVault
parent bf02ad30ca
commit 963d251289
1 changed files with 2 additions and 0 deletions

2
go.mod
View File

@ -1,5 +1,7 @@
module git.sr.ht/~sircmpwn/aerc
go 1.12
require (
git.sr.ht/~sircmpwn/getopt v0.0.0-20190609193657-e7e23d1cd3a3
git.sr.ht/~sircmpwn/pty v0.0.0-20190330154901-3a43678975a9