Skip to content

Commit 2b9d9df

Browse files
committed
Use v2
1 parent 3796f64 commit 2b9d9df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/md2pdf/md2pdf.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"strings"
1515

1616
"github.com/gomarkdown/markdown/parser"
17-
"github.com/mandolyte/mdtopdf"
17+
"github.com/mandolyte/mdtopdf/v2"
1818
"golang.org/x/exp/slices"
1919
)
2020

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/mandolyte/mdtopdf
1+
module github.com/mandolyte/mdtopdf/v2
22

33
go 1.18
44

0 commit comments

Comments
 (0)