Update md2man to v2.0.0 (#977)

Fixes #805
This commit is contained in:
Peter Fern
2019-10-20 09:17:41 +11:00
committed by Joshua Harshman
parent 8a4b46fadf
commit 77e4d5aecc
3 changed files with 8 additions and 6 deletions

View File

@ -24,7 +24,7 @@ import (
"strings"
"time"
"github.com/cpuguy83/go-md2man/md2man"
"github.com/cpuguy83/go-md2man/v2/md2man"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
)