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
1 changed files with 2 additions and 0 deletions

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