diff --git a/bash_completions.go b/bash_completions.go index 63274d96f..e82ef54b1 100644 --- a/bash_completions.go +++ b/bash_completions.go @@ -8,7 +8,7 @@ import ( "sort" "strings" - "github.com/spf13/pflag" + "github.com/shomron/pflag" ) // Annotations for Bash completion. diff --git a/command.go b/command.go index 34d1bf367..f5341b708 100644 --- a/command.go +++ b/command.go @@ -24,7 +24,7 @@ import ( "sort" "strings" - flag "github.com/spf13/pflag" + flag "github.com/shomron/pflag" ) // FParseErrWhitelist configures Flag parse errors to be ignored diff --git a/command_test.go b/command_test.go index 6e483a3ec..700117353 100644 --- a/command_test.go +++ b/command_test.go @@ -8,7 +8,7 @@ import ( "strings" "testing" - "github.com/spf13/pflag" + "github.com/shomron/pflag" ) func emptyRun(*Command, []string) {} diff --git a/doc/man_docs.go b/doc/man_docs.go index e5dbda2da..27c6fbc7c 100644 --- a/doc/man_docs.go +++ b/doc/man_docs.go @@ -24,8 +24,8 @@ import ( "time" "github.com/cpuguy83/go-md2man/md2man" + "github.com/shomron/pflag" "github.com/spf13/cobra" - "github.com/spf13/pflag" ) // GenManTree will generate a man page for this command and all descendants diff --git a/doc/yaml_docs.go b/doc/yaml_docs.go index ea00af07e..bf8639c00 100644 --- a/doc/yaml_docs.go +++ b/doc/yaml_docs.go @@ -21,9 +21,8 @@ import ( "sort" "strings" + "github.com/shomron/pflag" "github.com/spf13/cobra" - "github.com/spf13/pflag" - "gopkg.in/yaml.v2" ) type cmdOption struct {