mirror of
https://github.com/spf13/cobra
synced 2024-11-25 07:07:15 +00:00
5d83e1d412
The go-md2man package imports an incompatible version of github.com/russross/blackfriday.
26 lines
1.1 KiB
Modula-2
26 lines
1.1 KiB
Modula-2
module github.com/heindl/cobra
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.0 // indirect
|
|
github.com/cpuguy83/go-md2man v1.0.9-0.20180619205630-691ee98543af
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0
|
|
github.com/magiconair/properties v1.8.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.0.0
|
|
github.com/mitchellh/mapstructure v1.0.0 // indirect
|
|
github.com/pelletier/go-toml v1.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday v2.0.0+incompatible // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
|
|
github.com/spf13/afero v1.1.1 // indirect
|
|
github.com/spf13/cast v1.2.0 // indirect
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/jwalterweatherman v0.0.0-20180814060501-14d3d4c51834 // indirect
|
|
github.com/spf13/pflag v1.0.2
|
|
github.com/spf13/viper v1.1.0
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
|
golang.org/x/sys v0.0.0-20180824143301-4910a1d54f87 // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.1
|
|
)
|