From 442fa5d6607d6188be01d342e1bc7d24b977bd22 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Thu, 3 Mar 2022 14:28:15 +0100 Subject: Bump libasciidoc --- go.mod | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 5b4d6b6..8f4697c 100644 --- a/go.mod +++ b/go.mod @@ -4,20 +4,21 @@ go 1.17 require ( github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 - github.com/alecthomas/chroma v0.8.1 // indirect - github.com/bytesparadise/libasciidoc v0.6.0 - github.com/dlclark/regexp2 v1.2.1 // indirect + github.com/alecthomas/chroma v0.10.0 // indirect + github.com/bytesparadise/libasciidoc v0.7.0 + github.com/dlclark/regexp2 v1.4.0 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 - github.com/nxadm/tail v1.4.5 // indirect - github.com/onsi/ginkgo v1.14.1 // indirect golang.org/x/image v0.0.0-20190802002840-cff245a6509b ) +require github.com/sirupsen/logrus v1.8.1 // indirect + require ( - github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/pkg/errors v0.9.1 // indirect - github.com/sirupsen/logrus v1.7.0 // indirect - golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect - gopkg.in/yaml.v2 v2.3.0 // indirect + golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect + golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect + golang.org/x/text v0.3.7 // indirect + golang.org/x/tools v0.1.9 // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect ) -- cgit v1.2.3-70-g09d2