File tree Expand file tree Collapse file tree 12 files changed +5
-390
lines changed
LICENSES/vendor/github.com/cpuguy83/go-md2man
github.com/cpuguy83/go-md2man Expand file tree Collapse file tree 12 files changed +5
-390
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ go_library(
24
24
"//cmd/kubeadm/app/cmd:go_default_library" ,
25
25
"//cmd/kubelet/app:go_default_library" ,
26
26
"//pkg/kubectl/cmd:go_default_library" ,
27
- "//vendor/github.com/cpuguy83/go-md2man/md2man:go_default_library" ,
27
+ "//vendor/github.com/cpuguy83/go-md2man/v2/ md2man:go_default_library" ,
28
28
"//vendor/github.com/spf13/cobra:go_default_library" ,
29
29
"//vendor/github.com/spf13/pflag:go_default_library" ,
30
30
],
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
"os"
24
24
"strings"
25
25
26
- mangen "github.com/cpuguy83/go-md2man/md2man"
26
+ mangen "github.com/cpuguy83/go-md2man/v2/ md2man"
27
27
"github.com/spf13/cobra"
28
28
"github.com/spf13/pflag"
29
29
"k8s.io/kubernetes/cmd/genutils"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ require (
33
33
github.com/coreos/go-oidc v2.1.0+incompatible
34
34
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
35
35
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
36
- github.com/cpuguy83/go-md2man v1 .0.10
36
+ github.com/cpuguy83/go-md2man/v2 v2 .0.0
37
37
github.com/davecgh/go-spew v1.1.1
38
38
github.com/docker/distribution v2.7.1+incompatible
39
39
github.com/docker/docker v1.4.2-0.20200309214505-aa6a9891b09c
@@ -217,7 +217,6 @@ replace (
217
217
github.com/coreos/go-systemd => github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
218
218
github.com/coreos/go-systemd/v22 => github.com/coreos/go-systemd/v22 v22.1.0
219
219
github.com/coreos/pkg => github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
220
- github.com/cpuguy83/go-md2man => github.com/cpuguy83/go-md2man v1.0.10
221
220
github.com/cpuguy83/go-md2man/v2 => github.com/cpuguy83/go-md2man/v2 v2.0.0
222
221
github.com/creack/pty => github.com/creack/pty v1.1.7
223
222
github.com/cyphar/filepath-securejoin => github.com/cyphar/filepath-securejoin v0.2.2
Original file line number Diff line number Diff line change @@ -123,8 +123,6 @@ github.com/coreos/go-systemd/v22 v22.1.0 h1:kq/SbG2BCKLkDKkjQf5OWwKWUKj1lgs3lFI4
123
123
github.com/coreos/go-systemd/v22 v22.1.0 /go.mod h1:xO0FLkIi5MaZafQlIrOotqXZ90ih+1atmu1JpKERPPk =
124
124
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg =
125
125
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f /go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA =
126
- github.com/cpuguy83/go-md2man v1.0.10 h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk =
127
- github.com/cpuguy83/go-md2man v1.0.10 /go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE =
128
126
github.com/cpuguy83/go-md2man/v2 v2.0.0 h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM =
129
127
github.com/cpuguy83/go-md2man/v2 v2.0.0 /go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU =
130
128
github.com/creack/pty v1.1.7 /go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY =
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ filegroup(
82
82
"//vendor/github.com/coreos/go-systemd/v22/dbus:all-srcs" ,
83
83
"//vendor/github.com/coreos/pkg/capnslog:all-srcs" ,
84
84
"//vendor/github.com/coreos/pkg/dlopen:all-srcs" ,
85
- "//vendor/github.com/cpuguy83/go-md2man/md2man:all-srcs" ,
86
85
"//vendor/github.com/cpuguy83/go-md2man/v2/md2man:all-srcs" ,
87
86
"//vendor/github.com/cyphar/filepath-securejoin:all-srcs" ,
88
87
"//vendor/github.com/davecgh/go-spew/spew:all-srcs" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments