aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-03-20 15:57:55 +0200
committerTulir Asokan <tulir@maunium.net>2020-03-20 16:00:30 +0200
commitbce30e32a049b3ee76081c8d3881a3820b0e7341 (patch)
treef7c7ea8bf3c46f5eeb97fabedf3526dac7f7e2d4 /go.mod
parent6d2b2ed5313753783a387db0b762ec392b80b41a (diff)
Update mautrix-go to ignore 404 errors in .well-known resolution
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 dfeb7ad..f72db5c 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
gopkg.in/yaml.v2 v2.2.8
- maunium.net/go/mautrix v0.1.0-beta.1.0.20200320123139-8ba1d97ed86b
+ maunium.net/go/mautrix v0.1.0-beta.1.0.20200320135656-32dd5f172592
maunium.net/go/mauview v0.1.0-beta.1
maunium.net/go/tcell v0.1.0
)