Add go version in go.mod
This commit is contained in:
parent
e668e19ba0
commit
8ae5a415f6
1 changed files with 2 additions and 0 deletions
2
go.mod
2
go.mod
|
@ -1,3 +1,5 @@
|
||||||
module github.com/glenux/randomedit
|
module github.com/glenux/randomedit
|
||||||
|
|
||||||
|
go 1.15
|
||||||
|
|
||||||
require github.com/spf13/pflag v1.0.2
|
require github.com/spf13/pflag v1.0.2
|
||||||
|
|
Loading…
Reference in a new issue