diff options
author | Wim <wim@42.be> | 2020-05-23 21:46:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-23 21:46:15 +0200 |
commit | ba0bfe70a8f07164e1341f4b094841acdad5c3a2 (patch) | |
tree | 1724d193854bc333b56cd585138ebe8a013dcbd8 /vendor/modules.txt | |
parent | 3c4a3e3f75bcab74539512eeab40cc88a9f849a2 (diff) | |
download | matterbridge-msglm-ba0bfe70a8f07164e1341f4b094841acdad5c3a2.tar.gz matterbridge-msglm-ba0bfe70a8f07164e1341f4b094841acdad5c3a2.tar.bz2 matterbridge-msglm-ba0bfe70a8f07164e1341f4b094841acdad5c3a2.zip |
Add StripMarkdown option (irc). (#1145)
Enable `StripMarkdown` to strip markdown for irc.
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index e8d5ffab..fe595159 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -200,6 +200,8 @@ github.com/technoweenie/multipartstreamer github.com/valyala/bytebufferpool # github.com/valyala/fasttemplate v1.1.0 github.com/valyala/fasttemplate +# github.com/writeas/go-strip-markdown v2.0.1+incompatible +github.com/writeas/go-strip-markdown # github.com/yaegashi/msgraph.go v0.1.2 github.com/yaegashi/msgraph.go/beta github.com/yaegashi/msgraph.go/jsonx |