mirror of
https://github.com/miniflux/v2.git
synced 2025-08-21 18:11:09 +00:00
Update vendor dependencies
This commit is contained in:
parent
34a3fe426b
commit
459bb4531f
747 changed files with 89857 additions and 39711 deletions
4
vendor/golang.org/x/oauth2/twitch/twitch.go
generated
vendored
4
vendor/golang.org/x/oauth2/twitch/twitch.go
generated
vendored
|
@ -14,6 +14,6 @@ import (
|
|||
// For more information see:
|
||||
// https://dev.twitch.tv/docs/authentication
|
||||
var Endpoint = oauth2.Endpoint{
|
||||
AuthURL: "https://api.twitch.tv/kraken/oauth2/authorize",
|
||||
TokenURL: "https://api.twitch.tv/kraken/oauth2/token",
|
||||
AuthURL: "https://id.twitch.tv/oauth2/authorize",
|
||||
TokenURL: "https://id.twitch.tv/oauth2/token",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue