diff options
Diffstat (limited to 'inline_parser.go')
| -rw-r--r-- | inline_parser.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inline_parser.go b/inline_parser.go index d5518e6..09aa5a1 100644 --- a/inline_parser.go +++ b/inline_parser.go @@ -6,7 +6,7 @@ package asciidoctor import ( "bytes" - "github.com/shuLhan/share/lib/ascii" + "git.sr.ht/~shulhan/pakakeh.go/lib/ascii" ) // inlineParser is the one that responsible to parse text that contains inline |
