Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbdk committed Feb 17, 2021
1 parent de6e96a commit 41cbad9
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 3 deletions.
10 changes: 7 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ module github.com/connectedcars/auth-wrapper
go 1.13

require (
cloud.google.com/go v0.48.0
golang.org/x/crypto v0.0.0-20191108234033-bd318be0434a
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a
cloud.google.com/go v0.76.0
github.com/hashicorp/golang-lru v0.5.4 // indirect
go.opencensus.io v0.22.6 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/oauth2 v0.0.0-20210210192628-66670185b0cd // indirect
google.golang.org/api v0.40.0 // indirect
google.golang.org/genproto v0.0.0-20210212180131-e7f2df4ecc2d
)
Loading

0 comments on commit 41cbad9

Please sign in to comment.