aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-17 12:27:31 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-17 12:27:31 +0300
commitfe439f076ad3d76c459c9a76c4bbdcda5182ed85 (patch)
treec15399d67bea1661088146e0c28cab0a39a3a4ed /go.mod
parent754f8e493df64d6532ace194f3e75c9ccf5bfd95 (diff)
Wrap events in custom struct to add gomuks-specific fields
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c1a6062..75c6e2f 100644
--- a/go.mod
+++ b/go.mod
@@ -25,7 +25,7 @@ require (
gopkg.in/russross/blackfriday.v2 v2.0.1
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.20190616174145-055ff7b0fa6a
+ maunium.net/go/mautrix v0.1.0-alpha.3.0.20190617092349-2e611350d5a9
maunium.net/go/mauview v0.0.0-20190606152754-de9e0a754a5d
maunium.net/go/tcell v0.0.0-20190606152714-9a88fc07b3ed
)