mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 09:48:19 -07:00
2a5277810f
full diff: https://github.com/cpuguy83/go-md2man/compare/v2.0.0...v2.0.1 - Fix handling multiple definition descriptions - Fix inline markup causing table cells to split - Remove escaping tilde character (prevents tildes (`~`) from disappearing). - Do not escape dash, underscore, and ampersand (prevents ampersands (`&`) from disappearing). - Ignore unknown HTML tags to prevent noisy warnings Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
12 lines
225 B
Modula-2
12 lines
225 B
Modula-2
module github.com/spf13/cobra
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.8.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|