summaryrefslogtreecommitdiffstats
path: root/vendor/modules.txt
diff options
context:
space:
mode:
authorDivyam Bhasin <divbest99@gmail.com>2020-10-25 14:21:49 -0400
committerGitHub <noreply@github.com>2020-10-25 14:21:49 -0400
commit7974b3418350c180df70111da611047f09122fa9 (patch)
tree869fad1ab88c8deca8f6e1eba01cb2b0a47a539e /vendor/modules.txt
parentf565cf5dcfa6a674eff2a7b3d47f47c77c6ed9d7 (diff)
downloadgitea-7974b3418350c180df70111da611047f09122fa9.tar.gz
gitea-7974b3418350c180df70111da611047f09122fa9.zip
#12897 - add mastodon provider (#13293)
* added mastodon provider to oauth code * changed go.mod and vendor/modules.txt to add updated goth * vendored mastodon and new goth * committing result of go mod tidy && go mod vendor * added pic and mastodon to oauth models * handled instance url * applied lafriks suggestion * Update web_src/js/index.js Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <matti@mdranta.net>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r--vendor/modules.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 5c58a018f8..53e4514c9a 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -559,6 +559,7 @@ github.com/markbates/goth/providers/gitea
github.com/markbates/goth/providers/github
github.com/markbates/goth/providers/gitlab
github.com/markbates/goth/providers/google
+github.com/markbates/goth/providers/mastodon
github.com/markbates/goth/providers/nextcloud
github.com/markbates/goth/providers/openidConnect
github.com/markbates/goth/providers/twitter