We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3796f64 commit 2b9d9dfCopy full SHA for 2b9d9df
cmd/md2pdf/md2pdf.go
@@ -14,7 +14,7 @@ import (
14
"strings"
15
16
"github.com/gomarkdown/markdown/parser"
17
- "github.com/mandolyte/mdtopdf"
+ "github.com/mandolyte/mdtopdf/v2"
18
"golang.org/x/exp/slices"
19
)
20
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/mandolyte/mdtopdf
+module github.com/mandolyte/mdtopdf/v2
2
3
go 1.18
4
0 commit comments