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:
parent
bf02ad30ca
commit
963d251289
2
go.mod
2
go.mod
|
@ -1,5 +1,7 @@
|
||||||
module git.sr.ht/~sircmpwn/aerc
|
module git.sr.ht/~sircmpwn/aerc
|
||||||
|
|
||||||
|
go 1.12
|
||||||
|
|
||||||
require (
|
require (
|
||||||
git.sr.ht/~sircmpwn/getopt v0.0.0-20190609193657-e7e23d1cd3a3
|
git.sr.ht/~sircmpwn/getopt v0.0.0-20190609193657-e7e23d1cd3a3
|
||||||
git.sr.ht/~sircmpwn/pty v0.0.0-20190330154901-3a43678975a9
|
git.sr.ht/~sircmpwn/pty v0.0.0-20190330154901-3a43678975a9
|
||||||
|
|
Loading…
Reference in New Issue