aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filehtml.go2
-rw-r--r--go.mod2
-rw-r--r--go.sum4
-rw-r--r--htmlgenerator.go2
4 files changed, 5 insertions, 5 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"
)
//
diff --git a/go.mod b/go.mod
index 151084b..eb82f0f 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/shuLhan/ciigo
go 1.13
require (
- github.com/shuLhan/asciidoctor-go v0.0.0-20201104064723-f7f67f4d9f49
+ git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201108174645-8fb69e9e17f1
github.com/shuLhan/share v0.20.0
)
diff --git a/go.sum b/go.sum
index 1231325..6a0e51e 100644
--- a/go.sum
+++ b/go.sum
@@ -1,5 +1,5 @@
-github.com/shuLhan/asciidoctor-go v0.0.0-20201104064723-f7f67f4d9f49 h1:F6Rd5dROJPzOOvmugVctfKp9y7CPRTCXCRg1pznKEQc=
-github.com/shuLhan/asciidoctor-go v0.0.0-20201104064723-f7f67f4d9f49/go.mod h1:VhBdT7ve5XYza9pVB/xwwcJAtDYJwlrzq2mYEhMHjCw=
+git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201108174645-8fb69e9e17f1 h1:3NTMPuFEXs0MdW0+oMS5CCfFWpyV6j2xKGVwsZ9vwC4=
+git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201108174645-8fb69e9e17f1/go.mod h1:fPrOtGyyO+frAW3M9IjmuulkhC6ti/hAF6U41gxIr9E=
github.com/shuLhan/share v0.20.0 h1:CNeT7Ky3kR4dAbxIOuuWmqaoGjBd2TlyY+qiPjSgLn0=
github.com/shuLhan/share v0.20.0/go.mod h1:FqPloTQlDTAmMXxaWft/V5tPmxEHBJeyJMAzVm4/1og=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
diff --git a/htmlgenerator.go b/htmlgenerator.go
index 0ae5dcd..36050c4 100644
--- a/htmlgenerator.go
+++ b/htmlgenerator.go
@@ -10,7 +10,7 @@ import (
"log"
"os"
- "github.com/shuLhan/asciidoctor-go"
+ "git.sr.ht/~shulhan/asciidoctor-go"
)
//