mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +00:00
bump go.mod to 1.15
This commit is contained in:
parent
604154e005
commit
9c1de95288
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module github.com/spf13/cobra
|
module github.com/spf13/cobra
|
||||||
|
|
||||||
go 1.14
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/cpuguy83/go-md2man/v2 v2.0.1
|
github.com/cpuguy83/go-md2man/v2 v2.0.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue