diff options
| author | Shulhan <ms@kilabit.info> | 2020-11-09 00:55:26 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-11-09 00:55:26 +0700 |
| commit | 8fea31a3bb47569be42c2e48d66dfe669fea1d02 (patch) | |
| tree | 8a009eb8ecbab51036a7c15bc602d57396de6f72 /filehtml.go | |
| parent | c048413eb7930c1c3f08c0699a3c77313ef1ec2e (diff) | |
| download | ciigo-8fea31a3bb47569be42c2e48d66dfe669fea1d02.tar.xz | |
go.mod: update to latest asciidoctor-go
Diffstat (limited to 'filehtml.go')
| -rw-r--r-- | filehtml.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filehtml.go b/filehtml.go index f62c82c..51afca0 100644 --- a/filehtml.go +++ b/filehtml.go @@ -8,7 +8,7 @@ import ( "html/template" "strings" - "github.com/shuLhan/asciidoctor-go" + "git.sr.ht/~shulhan/asciidoctor-go" ) // |
