diff options
| author | Shulhan <ms@kilabit.info> | 2020-11-09 00:55:26 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-11-09 00:55:26 +0700 |
| commit | 8fea31a3bb47569be42c2e48d66dfe669fea1d02 (patch) | |
| tree | 8a009eb8ecbab51036a7c15bc602d57396de6f72 /go.mod | |
| parent | c048413eb7930c1c3f08c0699a3c77313ef1ec2e (diff) | |
| download | ciigo-8fea31a3bb47569be42c2e48d66dfe669fea1d02.tar.xz | |
go.mod: update to latest asciidoctor-go
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |
