aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-11-15 15:43:15 +0700
committerShulhan <m.shulhan@gmail.com>2020-11-15 15:43:15 +0700
commit6429bf9b3755a5f2d05989ad63ff28b0d1075e18 (patch)
tree6b02a97693808d6e363ebc7b84d8e793ec6e92ba /go.mod
parent842a827c87daae98aaba83c519359baecb96afa9 (diff)
downloadasciidoctor-go-6429bf9b3755a5f2d05989ad63ff28b0d1075e18.tar.xz
all: support setting document title through meta "doctitle"
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 111f65f..205d98b 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,6 @@ module git.sr.ht/~shulhan/asciidoctor-go
go 1.13
-require github.com/shuLhan/share v0.20.0
+require github.com/shuLhan/share v0.20.2-0.20201115083351-06c798790997
//replace github.com/shuLhan/share => ../share