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
17
vendor/golang.org/x/oauth2/mailchimp/mailchimp.go
generated
vendored
Normal file
17
vendor/golang.org/x/oauth2/mailchimp/mailchimp.go
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
// Copyright 2018 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// Package mailchimp provides constants for using OAuth2 to access MailChimp.
|
||||
package mailchimp // import "golang.org/x/oauth2/mailchimp"
|
||||
|
||||
import (
|
||||
"golang.org/x/oauth2"
|
||||
)
|
||||
|
||||
// Endpoint is MailChimp's OAuth 2.0 endpoint.
|
||||
// See http://developer.mailchimp.com/documentation/mailchimp/guides/how-to-use-oauth2/
|
||||
var Endpoint = oauth2.Endpoint{
|
||||
AuthURL: "https://login.mailchimp.com/oauth2/authorize",
|
||||
TokenURL: "https://login.mailchimp.com/oauth2/token",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue