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 /vendor/modules.txt | |
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 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 75549d7a..6ca424c9 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -111,8 +111,6 @@ github.com/matterbridge/gomatrix github.com/matterbridge/gozulipbot # github.com/matterbridge/logrus-prefixed-formatter v0.0.0-20180806162718-01618749af61 github.com/matterbridge/logrus-prefixed-formatter -# github.com/matterbridge/msgraph.go v0.0.0-20200308150230-9e043fe9dbaa -github.com/matterbridge/msgraph.go/msauth # github.com/mattermost/mattermost-server v5.5.0+incompatible github.com/mattermost/mattermost-server/mlog github.com/mattermost/mattermost-server/model @@ -205,6 +203,7 @@ github.com/valyala/fasttemplate # github.com/yaegashi/msgraph.go v0.1.2 github.com/yaegashi/msgraph.go/beta github.com/yaegashi/msgraph.go/jsonx +github.com/yaegashi/msgraph.go/msauth # github.com/zfjagann/golang-ring v0.0.0-20190106091943-a88bb6aef447 github.com/zfjagann/golang-ring # go.uber.org/atomic v1.4.0 |