From 5927733562b401364d9df6dd9b40e82f654d0d3d Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 5 May 2020 21:23:56 +0300 Subject: Update mautrix-go and other deps --- go.mod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c9536a2..6b5183a 100644 --- a/go.mod +++ b/go.mod @@ -3,12 +3,12 @@ module maunium.net/go/gomuks go 1.14 require ( - github.com/alecthomas/chroma v0.7.1 + github.com/alecthomas/chroma v0.7.2 github.com/disintegration/imaging v1.6.2 - github.com/kyokomi/emoji v2.1.0+incompatible + github.com/kyokomi/emoji v2.2.2+incompatible 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/mattn/go-runewidth v0.0.9 github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect github.com/pkg/errors v0.9.1 github.com/rivo/uniseg v0.1.0 @@ -16,12 +16,12 @@ require ( github.com/sasha-s/go-deadlock v0.2.0 github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect github.com/stretchr/testify v1.5.1 - go.etcd.io/bbolt v1.3.3 - golang.org/x/image v0.0.0-20200119044424-58c23975cae1 - golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e + go.etcd.io/bbolt v1.3.4 + golang.org/x/image v0.0.0-20200430140353-33d19683fad8 + golang.org/x/net v0.0.0-20200505041828-1ed23360d12c gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 gopkg.in/yaml.v2 v2.2.8 - maunium.net/go/mautrix v0.2.0-beta.4.0.20200505170605-f82efbca9632 + maunium.net/go/mautrix v0.3.0 maunium.net/go/mauview v0.1.0 maunium.net/go/tcell v0.1.0 ) -- cgit v1.2.3