Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to new protobuf message types #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
module github.com/someone1/gcp-jwt-go/v2

require (
cloud.google.com/go v0.76.0
github.com/davecgh/go-spew v1.1.1 // indirect
cloud.google.com/go/kms v1.10.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3
google.golang.org/api v0.40.0
golang.org/x/oauth2 v0.7.0
google.golang.org/api v0.118.0
google.golang.org/appengine v1.6.7
google.golang.org/genproto v0.0.0-20210202153253-cf70463f6119
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
)

go 1.13
Loading