Add go version in go.mod

This commit is contained in:
Glenn Y. Rolland 2021-07-14 00:29:43 +02:00
parent e668e19ba0
commit 8ae5a415f6

2
go.mod
View file

@ -1,3 +1,5 @@
module github.com/glenux/randomedit
go 1.15
require github.com/spf13/pflag v1.0.2