diff options
author | Wim <wim@42.be> | 2020-03-28 23:44:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 23:44:49 +0100 |
commit | 0df253964123537b91e5a7364c83cc52f0e88df4 (patch) | |
tree | 15b630d26fd3d5e15c489a2a0a1201f631bd9d60 /go.mod | |
parent | 0f2d8a599c6b3f2ee6cba4d0d887fe021df84ca6 (diff) | |
download | matterbridge-msglm-0df253964123537b91e5a7364c83cc52f0e88df4.tar.gz matterbridge-msglm-0df253964123537b91e5a7364c83cc52f0e88df4.tar.bz2 matterbridge-msglm-0df253964123537b91e5a7364c83cc52f0e88df4.zip |
Use upstream yaegashi/msgraph.go/msauth (msteams) (#1067)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ require ( github.com/matterbridge/gomatrix v0.0.0-20200209224845-c2104d7936a6 github.com/matterbridge/gozulipbot v0.0.0-20190212232658-7aa251978a18 github.com/matterbridge/logrus-prefixed-formatter v0.0.0-20180806162718-01618749af61 - github.com/matterbridge/msgraph.go v0.0.0-20200308150230-9e043fe9dbaa github.com/mattermost/mattermost-server v5.5.0+incompatible github.com/mattn/go-runewidth v0.0.7 // indirect github.com/mattn/godown v0.0.0-20180312012330-2e9e17e0ea51 |