aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-08-17 00:56:18 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-08-17 04:40:20 +0200
commit91b1120c4a4a50cd3a561711583468657a192ffb (patch)
tree43bfbad8456aa4c402741f0e3e8e3c0f049a0a30 /go.mod
parentf7f892fb59f8e728ce8f67eec0094b839ecf8079 (diff)
downloadhaven-91b1120c4a4a50cd3a561711583468657a192ffb.tar.gz
haven-91b1120c4a4a50cd3a561711583468657a192ffb.tar.xz
haven-91b1120c4a4a50cd3a561711583468657a192ffb.zip
hswg: bump libasciidoc to a dev version
We want: - curved quotation marks - image alignment/float setting
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 4 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 52be0f7..75e2d26 100644
--- a/go.mod
+++ b/go.mod
@@ -5,12 +5,11 @@ go 1.14
require (
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
github.com/alecthomas/chroma v0.8.0 // indirect
- github.com/bytesparadise/libasciidoc v0.4.0
+ github.com/bytesparadise/libasciidoc v0.3.1-0.20200809205252-bb8703c3bc60
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/onsi/ginkgo v1.14.0 // indirect
- github.com/sirupsen/logrus v1.6.0 // indirect
- golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b
- golang.org/x/sys v0.0.0-20200727154430-2d971f7391a4 // indirect
- golang.org/x/tools v0.0.0-20200727233628-55644ead90ce // indirect
+ golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect
+ golang.org/x/tools v0.0.0-20200815165600-90abf76919f3 // indirect
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)