summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2020-12-06 03:58:20 +0700
committerShulhan <ms@kilabit.info>2020-12-06 03:59:50 +0700
commit9e35895cafd876a9635a2d9144222a8add452e68 (patch)
tree36a1e968538f759a863c1d4743eabed663a63973 /go.mod
parent7520991ff8103c14b4081543b9fb0fac518a0023 (diff)
downloadciigo-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.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 0696d84..3f9b0af 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,10 @@
module git.sr.ht/~shulhan/ciigo
-go 1.13
+go 1.14
require (
- git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201123200439-ea961ec7d812
- github.com/shuLhan/share v0.20.2-0.20201122173411-e8b3bf5ee6e9
+ git.sr.ht/~shulhan/asciidoctor-go v0.0.0-20201205130914-be765f32b57b
+ github.com/shuLhan/share v0.20.2-0.20201205202022-66069b9e49fe
)
//replace git.sr.ht/~shulhan/asciidoctor-go => ../asciidoctor-go