aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-02-20 00:25:16 +0200
committerTulir Asokan <tulir@maunium.net>2020-02-20 00:40:59 +0200
commit8a0a3a6487bafbbcd3e0ae630b7ba95bf8ce76ce (patch)
tree38a69e205cb689929d786c2c382745e9fc090144 /go.mod
parentb6e20af056ff9968d6493cca7a8471b2d873281e (diff)
Improve login view and add .well-known resolution
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index b776ab3..a19e2cb 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@ require (
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
gopkg.in/yaml.v2 v2.2.8
- maunium.net/go/mautrix v0.1.0-alpha.3.0.20200218232310-9638cb6d80d2
- maunium.net/go/mauview v0.0.0-20200219201346-81706f13fc83
+ maunium.net/go/mautrix v0.1.0-alpha.3.0.20200219223957-21a588b7e623
+ maunium.net/go/mauview v0.0.0-20200219222453-b984e20438e6
maunium.net/go/tcell v1.1.2-0.20200218183045-87c4a25c5b09
)