File tree Expand file tree Collapse file tree
github.com/spf13/cobra/doc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ require (
1414)
1515
1616replace (
17- github.com/spf13/cobra v0.0.3 => github.com/lixiaojun629/cobra v0.0.9
17+ github.com/spf13/cobra v0.0.3 => github.com/lixiaojun629/cobra v0.0.10
1818 github.com/spf13/pflag v1.0.3 => github.com/lixiaojun629/pflag v1.0.5
1919)
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
2323github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
2424github.com/lixiaojun629/cobra v0.0.9 h1:wk3qMaSJ/wpQMfGiaj+m6tV+Qp5gxtIIlabF3wG7WHo =
2525github.com/lixiaojun629/cobra v0.0.9 /go.mod h1:6VKYqzoixuRlMBmzm3rHPS0sRYVhT3zXEfrt+Qf8eMs =
26+ github.com/lixiaojun629/cobra v0.0.10 h1:t/BZXAogMO3W4Y2OxcE/W8SOhfVcbSL0LwINfoYVFCI =
27+ github.com/lixiaojun629/cobra v0.0.10 /go.mod h1:6VKYqzoixuRlMBmzm3rHPS0sRYVhT3zXEfrt+Qf8eMs =
2628github.com/lixiaojun629/pflag v1.0.5 h1:plFJ2SBJd2S2Fc7ZwwFZ3682IvxBiUkhRuJS40OvEMs =
2729github.com/lixiaojun629/pflag v1.0.5 /go.mod h1:uchrjsiFxJj1XOBpO4YJCZwpqXHsCHovxY91tyFoUrg =
2830github.com/magiconair/properties v1.8.0 h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ github.com/russross/blackfriday
1212github.com/satori/go.uuid
1313# github.com/sirupsen/logrus v1.3.0
1414github.com/sirupsen/logrus
15- # github.com/spf13/cobra v0.0.3 => github.com/lixiaojun629/cobra v0.0.9
15+ # github.com/spf13/cobra v0.0.3 => github.com/lixiaojun629/cobra v0.0.10
1616github.com/spf13/cobra
1717github.com/spf13/cobra/doc
1818# github.com/spf13/pflag v1.0.3 => github.com/lixiaojun629/pflag v1.0.5
You can’t perform that action at this time.
0 commit comments