mirror of https://github.com/dexidp/dex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
404 B
10 lines
404 B
package schema |
|
|
|
// This file exists to ensure Godep manages a vendored copy of the |
|
// `google-api-go-generator` library, used by the 'generate' script. |
|
// Unfortunately since this is a binary package and hence is not importable, we |
|
// need to trick godep into managing it by providing an import statement. |
|
|
|
// This file is not expected to build. |
|
|
|
import _ "google.golang.org/api/google-api-go-generator"
|
|
|