Skip to content

Commit

Permalink
Merge pull request #8 from connectedcars/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
tlbdk authored Sep 12, 2022
2 parents db966b1 + a5c216e commit 56e6ca3
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 34 deletions.
18 changes: 12 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ module github.com/connectedcars/auth-wrapper
go 1.13

require (
cloud.google.com/go v0.76.0
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
cloud.google.com/go/compute v1.9.0 // indirect
cloud.google.com/go/iam v0.4.0 // indirect
cloud.google.com/go/kms v1.4.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
google.golang.org/api v0.95.0 // indirect
google.golang.org/genproto v0.0.0-20220908141613-51c1cc9bc6d0
google.golang.org/grpc v1.49.0 // indirect
)
Loading

0 comments on commit 56e6ca3

Please sign in to comment.