aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-16 17:14:51 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-16 17:14:51 +0300
commit6eaee844654355d8d5d1dd1710f6c27a47069d0f (patch)
tree8c5d3374942bf3df7583085714711778d41214fe /go.mod
parent967db3076249902da108b4d9344fb8ed9c221ccc (diff)
Use https by default if scheme is not provided
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 73f9e52..8167018 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.20190616122434-35971ee5ad3c
+ maunium.net/go/mautrix v0.1.0-alpha.3.0.20190616140407-62f6f484857e
maunium.net/go/mauview v0.0.0-20190606152754-de9e0a754a5d
maunium.net/go/tcell v0.0.0-20190606152714-9a88fc07b3ed
)