From 3d002bc54041eb221a93ca66184f02611a35e45d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 14 Sep 2020 01:54:56 +0200 Subject: Bump libasciidoc dependency --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 75e2d26..d9452a3 100644 --- a/go.mod +++ b/go.mod @@ -5,11 +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.3.1-0.20200809205252-bb8703c3bc60 + github.com/bytesparadise/libasciidoc v0.3.1-0.20200913184529-3480071e77b4 + github.com/dlclark/regexp2 v1.2.1 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 - github.com/onsi/ginkgo v1.14.0 // indirect + github.com/onsi/ginkgo v1.14.1 // indirect golang.org/x/image v0.0.0-20181116024801-cd38e8056d9b - 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 + golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect + golang.org/x/tools v0.0.0-20200913032122-97363e29fc9b // indirect ) -- cgit v1.2.3