diff options
author | Wim <wim@42.be> | 2019-09-22 00:34:37 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2019-09-22 00:34:37 +0200 |
commit | da3868c104f9e044b97c86c93a88843b7d8d4ead (patch) | |
tree | f0c0888eb0fe6f041a03327dc448f133df54ee5a /go.mod | |
parent | 0abf4d5d5d7ffa3f87b65b788991e26cbbacc864 (diff) | |
download | matterbridge-msglm-da3868c104f9e044b97c86c93a88843b7d8d4ead.tar.gz matterbridge-msglm-da3868c104f9e044b97c86c93a88843b7d8d4ead.tar.bz2 matterbridge-msglm-da3868c104f9e044b97c86c93a88843b7d8d4ead.zip |
Try to fix blackfriday go modules mess
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -45,7 +45,6 @@ require ( github.com/russross/blackfriday v1.5.2 github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca github.com/shazow/ssh-chat v0.0.0-20190125184227-81d7e1686296 - github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect github.com/sirupsen/logrus v1.4.2 github.com/smartystreets/assertions v0.0.0-20180803164922-886ec427f6b9 // indirect github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect @@ -66,12 +65,11 @@ require ( golang.org/x/text v0.3.2 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect - gopkg.in/russross/blackfriday.v2 v2.0.1 // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect ) replace github.com/bwmarrin/discordgo v0.19.0 => github.com/matterbridge/discordgo v0.0.0-20190818085008-57c6e0fc2f40 -replace gopkg.in/russross/blackfriday.v2 v2.0.1 => github.com/russross/blackfriday/v2 v2.0.1 +replace gitlab.com/golang-commonmark/markdown v0.0.0-20181102083822-772775880e1f => github.com/matterbridge/golang-connmark-markdown v0.0.0-20190921222037-3cfbd51464b9 go 1.13 |