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 /go.mod | |
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 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,7 @@ require ( github.com/spf13/viper v1.6.1 github.com/stretchr/testify v1.4.0 github.com/technoweenie/multipartstreamer v1.0.1 // indirect + github.com/writeas/go-strip-markdown v2.0.1+incompatible github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect github.com/yaegashi/msgraph.go v0.1.2 github.com/zfjagann/golang-ring v0.0.0-20190106091943-a88bb6aef447 @@ -56,6 +57,7 @@ require ( golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect + github.com/writeas/go-strip-markdown v2.0.1+incompatible gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect ) |