From 18fa85f4c42fc23f4e35dc029cf59232adead404 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 18 Feb 2020 20:38:35 +0200 Subject: Update deps --- go.mod | 38 +++++++++++++++----------------------- 1 file changed, 15 insertions(+), 23 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 0903a12..1fb4d6d 100644 --- a/go.mod +++ b/go.mod @@ -1,33 +1,25 @@ module maunium.net/go/gomuks -go 1.11 +go 1.13 require ( - github.com/alecthomas/chroma v0.6.3 - github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect - github.com/disintegration/imaging v1.6.0 - github.com/kr/pretty v0.1.0 // indirect + github.com/alecthomas/chroma v0.7.1 + github.com/disintegration/imaging v1.6.2 github.com/kyokomi/emoji v2.1.0+incompatible - github.com/lithammer/fuzzysearch v1.0.2 - github.com/lucasb-eyer/go-colorful v1.0.2 - github.com/mattn/go-isatty v0.0.8 // indirect - github.com/mattn/go-runewidth v0.0.4 - github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect + github.com/lithammer/fuzzysearch v1.1.0 + github.com/lucasb-eyer/go-colorful v1.0.3 + github.com/mattn/go-runewidth v0.0.8 github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect - github.com/pkg/errors v0.8.1 + github.com/pkg/errors v0.9.1 github.com/sasha-s/go-deadlock v0.2.0 - github.com/stretchr/testify v1.3.0 + github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect + github.com/stretchr/testify v1.4.0 go.etcd.io/bbolt v1.3.3 - golang.org/x/image v0.0.0-20190616094056-33659d3de4f5 - golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 - golang.org/x/sys v0.0.0-20190614160838-b47fdc937951 // indirect - gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect - gopkg.in/russross/blackfriday.v2 v2.0.1 + golang.org/x/image v0.0.0-20200119044424-58c23975cae1 + golang.org/x/net v0.0.0-20200202094626-16171245cfb2 gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 - gopkg.in/yaml.v2 v2.2.2 - maunium.net/go/mautrix v0.1.0-alpha.3.0.20190622085722-6406f15cb8e3 - maunium.net/go/mauview v0.0.0-20190725205835-60a4e06eca68 - maunium.net/go/tcell v0.0.0-20190725205644-92d267dd4bf0 + gopkg.in/yaml.v2 v2.2.8 + maunium.net/go/mautrix v0.1.0-alpha.3.0.20200218183645-fea33ed88d03 + maunium.net/go/mauview v0.0.0-20200218183549-88ecb1321176 + maunium.net/go/tcell v1.1.2-0.20200218183045-87c4a25c5b09 ) - -replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1 -- cgit v1.2.3