aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-05-05 21:23:56 +0300
committerTulir Asokan <tulir@maunium.net>2020-05-05 21:27:09 +0300
commit5927733562b401364d9df6dd9b40e82f654d0d3d (patch)
treeb49ecaf84bf4430b3e46386b69ff961a26885057 /go.mod
parentcfd5f7ae54fa2f4a21236665c9e685a3fabde5b6 (diff)
Update mautrix-go and other deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 7 insertions, 7 deletions
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
)