Skip to content

Commit

Permalink
Add vendoring
Browse files Browse the repository at this point in the history
  • Loading branch information
everesio committed Feb 2, 2018
1 parent b287fe1 commit 5c7cbb0
Show file tree
Hide file tree
Showing 198 changed files with 39,791 additions and 1 deletion.
106 changes: 106 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true


[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.1"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"

[[constraint]]
branch = "master"
name = "golang.org/x/net"

[[constraint]]
branch = "master"
name = "golang.org/x/oauth2"

[[constraint]]
branch = "master"
name = "google.golang.org/api"

[prune]
go-tests = true
unused-packages = true
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ A small application to retrieve or verify google ID token

[![Build Status](https://travis-ci.org/grepplabs/google-id-token.svg?branch=master)](https://travis-ci.org/grepplabs/google-id-token)


### Requirements

- gcloud Command-Line Tool to retrieve Application Default Credentials - [Installing Cloud SDK](https://cloud.google.com/sdk/downloads)

### Building

go build
Expand All @@ -29,7 +34,7 @@ A small application to retrieve or verify google ID token
-t, --timeout int Timeout in seconds (default 5)


### Acquire new user credentials and oogle ID token
### Acquire new user credentials and google ID token
[Application Default Credentials](https://cloud.google.com/sdk/gcloud/reference/auth/application-default/login)

gcloud auth application-default login
Expand Down
15 changes: 15 additions & 0 deletions vendor/cloud.google.com/go/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5c7cbb0

Please sign in to comment.