diff options
| author | Shulhan <ms@kilabit.info> | 2020-12-06 03:58:20 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2020-12-06 03:59:50 +0700 |
| commit | 9e35895cafd876a9635a2d9144222a8add452e68 (patch) | |
| tree | 36a1e968538f759a863c1d4743eabed663a63973 /go.sum | |
| parent | 7520991ff8103c14b4081543b9fb0fac518a0023 (diff) | |
| download | ciigo-0.3.0.tar.xz | |
Release ciigo v0.3.0 (2020-12-06)v0.3.0
This release replace the asciidoc parsing from libasciidoc-go to
https://sr.ht/~shulhan/asciidoctor-go[asciidoctor-go], which provide more
control and stable APIs.
We also remove support form markdown markup language and focus only to
support asciidoctor format from now on.
The Go module path and repository is also moved from github to
git.sr.ht/~shulhan/ciigo.
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,8 @@ -git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201123200439-ea961ec7d812 h1:+SxD7GySHXoGPBqlNJXNqz/3azM1qH+2QMEar9O3rys= -git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201123200439-ea961ec7d812/go.mod h1:ejaxKeBMNL5EpP2zjRP4B8zuOr+MM4ZyGwE3y7807WI= -github.com/shuLhan/share v0.20.2-0.20201122173411-e8b3bf5ee6e9 h1:stVl2M1etW0Kix0SSlH0tp5XgH9Ip3SI3cAeQBlhVZo= +git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201205130914-be765f32b57b h1:kcJmp4awIHV7lKRrRpgh/y1GHCTAANHGwK9OcENjiMM= +git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201205130914-be765f32b57b/go.mod h1:ejaxKeBMNL5EpP2zjRP4B8zuOr+MM4ZyGwE3y7807WI= github.com/shuLhan/share v0.20.2-0.20201122173411-e8b3bf5ee6e9/go.mod h1:oBv+CGHG6u4Sa71+nJJJji8mCgPAadywjsB3I3k/b0o= +github.com/shuLhan/share v0.20.2-0.20201205202022-66069b9e49fe h1:v0zC26L+aXrB7nSokISTW9/4vZGWMKQJvz+XRVcre1Y= +github.com/shuLhan/share v0.20.2-0.20201205202022-66069b9e49fe/go.mod h1:oBv+CGHG6u4Sa71+nJJJji8mCgPAadywjsB3I3k/b0o= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= |
