mirror of
https://github.com/spf13/cobra
synced 2024-11-05 05:17:12 +00:00
dbf85f6104
API v3 was released in 2019 [1]. Update from the v2 API, no changes to the packages's use needed and no breaking changes expected. [1] https://ubuntu.com/blog/api-v3-of-the-yaml-package-for-go-is-available
10 lines
194 B
Modula-2
10 lines
194 B
Modula-2
module github.com/spf13/cobra
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2
|
|
github.com/inconshreveable/mousetrap v1.0.1
|
|
github.com/spf13/pflag v1.0.5
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|