aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.lock
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-11-14 00:28:53 +0200
committerTulir Asokan <tulir@maunium.net>2018-11-14 00:28:53 +0200
commita0815a6f3de6ed4063fcdcf6c7af3f946bbf52f8 (patch)
treeecd06cea61855cd55371cc6adbd4e4674ce01755 /Gopkg.lock
parent7651e84be949ecabac62d21b6e843b6776a2371e (diff)
Fix named colors and remove HTML from plaintext body when sending
Diffstat (limited to 'Gopkg.lock')
-rw-r--r--Gopkg.lock8
1 files changed, 6 insertions, 2 deletions
diff --git a/Gopkg.lock b/Gopkg.lock
index 5e46ec5..a8f4ee4 100644
--- a/Gopkg.lock
+++ b/Gopkg.lock
@@ -164,9 +164,12 @@
[[projects]]
branch = "master"
- digest = "1:d23e0bbfa4e45fe847e61fdfd442b24adf9bd3d0b050a846f9ef0f3af4f43c86"
+ digest = "1:6dd6ac30401547ebcd1c0ee7a08e74e9ae872eba28607309979e9ed9776cee21"
name = "maunium.net/go/mautrix"
- packages = ["."]
+ packages = [
+ ".",
+ "format",
+ ]
pruneopts = "UT"
revision = "e8080dcf484d1db9021d2019fee132ffc9e37e3c"
@@ -208,6 +211,7 @@
"gopkg.in/toast.v1",
"gopkg.in/yaml.v2",
"maunium.net/go/mautrix",
+ "maunium.net/go/mautrix/format",
"maunium.net/go/tcell",
"maunium.net/go/tview",
]