Bump github.com/cpuguy83/go-md2man dependency

Signed-off-by: James Munnelly <james.munnelly@jetstack.io>
This commit is contained in:
James Munnelly
2020-07-01 20:26:59 +01:00
parent c53ce48d48
commit 6b75e9efe4
12 changed files with 5 additions and 390 deletions

View File

@@ -23,7 +23,7 @@ import (
"os"
"strings"
mangen "github.com/cpuguy83/go-md2man/md2man"
mangen "github.com/cpuguy83/go-md2man/v2/md2man"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"k8s.io/kubernetes/cmd/genutils"