aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-04-28 22:00:37 +0300
committerTulir Asokan <tulir@maunium.net>2020-04-28 22:00:37 +0300
commitfa04323daffb8bf783ba438065a5ce47b2994bea (patch)
treee1976c16a0bd40e3f3db895cc1d848ea3be97b1a /go.mod
parent92d4279b216987ebdfbea4577965ffb192e7726a (diff)
Update mautrix-go and move crypto store to XDG_DATA_HOME
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 95879d3..aafb5a4 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
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.20200427215704-fe82e2b914c8
+ maunium.net/go/mautrix v0.2.0-beta.4.0.20200428185931-73915bafb538
maunium.net/go/mauview v0.1.0
maunium.net/go/tcell v0.1.0
)