diff options
| author | Shulhan <ms@kilabit.info> | 2022-02-17 00:08:03 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-02-17 00:08:03 +0700 |
| commit | 42e9c244d3c993dd6480229305fe664e827c6f5f (patch) | |
| tree | a3508b520f1f36b01b70d365a8299e8d6fc3b2fd /go.mod | |
| parent | ce2af85f4c767deebfaf170fe0b91348d279ceb8 (diff) | |
| download | ciigo-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.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
