From 2f48e13764c98df6057765b44648d1abed49ed39 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 8 Jun 2020 00:31:34 +0300 Subject: Update deps and add gouuid to go.mod Closes #178 --- go.mod | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 67db38f..d0279ff 100644 --- a/go.mod +++ b/go.mod @@ -3,26 +3,27 @@ module maunium.net/go/gomuks go 1.14 require ( - github.com/alecthomas/chroma v0.7.2 + github.com/alecthomas/chroma v0.7.3 github.com/disintegration/imaging v1.6.2 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.9 + github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect github.com/pkg/errors v0.9.1 github.com/rivo/uniseg v0.1.0 github.com/russross/blackfriday/v2 v2.0.1 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 + github.com/stretchr/testify v1.6.1 // indirect github.com/zyedidia/clipboard v0.0.0-20200421031010-7c45b8673834 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 + golang.org/x/net v0.0.0-20200602114024-627f9648deb9 gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 - gopkg.in/yaml.v2 v2.2.8 - maunium.net/go/mautrix v0.4.9 + gopkg.in/yaml.v2 v2.3.0 + maunium.net/go/mautrix v0.4.10 maunium.net/go/mauview v0.1.1 maunium.net/go/tcell v0.2.0 ) -- cgit v1.2.3