aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-02-17 00:08:03 +0700
committerShulhan <ms@kilabit.info>2022-02-17 00:08:03 +0700
commit42e9c244d3c993dd6480229305fe664e827c6f5f (patch)
treea3508b520f1f36b01b70d365a8299e8d6fc3b2fd /go.mod
parentce2af85f4c767deebfaf170fe0b91348d279ceb8 (diff)
downloadciigo-42e9c244d3c993dd6480229305fe664e827c6f5f.tar.xz
go.mod: update module asciidoctor-go to the tip
The latest tip fix rendering list check box text that get cut one character in the beginning.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 5c50eaa..01df485 100644
--- a/go.mod
+++ b/go.mod
@@ -3,8 +3,8 @@ module git.sr.ht/~shulhan/ciigo
go 1.16
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.1.1
- github.com/shuLhan/share v0.33.0
+ git.sr.ht/~shulhan/asciidoctor-go v0.1.2-0.20220216163141-be8999f3656c
+ github.com/shuLhan/share v0.34.0
)
//replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go