diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-11-15 15:43:15 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-11-15 15:43:15 +0700 |
| commit | 6429bf9b3755a5f2d05989ad63ff28b0d1075e18 (patch) | |
| tree | 6b02a97693808d6e363ebc7b84d8e793ec6e92ba /go.mod | |
| parent | 842a827c87daae98aaba83c519359baecb96afa9 (diff) | |
| download | asciidoctor-go-6429bf9b3755a5f2d05989ad63ff28b0d1075e18.tar.xz | |
all: support setting document title through meta "doctitle"
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
