Skip to content

Commit

Permalink
Merge pull request #3365 from dexidp/dependabot/go_modules/api/v2/goo…
Browse files Browse the repository at this point in the history
…gle.golang.org/grpc-1.62.0

build(deps): bump google.golang.org/grpc from 1.61.0 to 1.62.0 in /api/v2
  • Loading branch information
sagikazarmark committed Feb 27, 2024
2 parents d59145b + 34f5634 commit 8652a7c
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 12 deletions.
8 changes: 4 additions & 4 deletions api/v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/dexidp/dex/api/v2
go 1.17

require (
google.golang.org/grpc v1.61.0
google.golang.org/grpc v1.62.0
google.golang.org/protobuf v1.32.0
)

require (
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
)
Loading

0 comments on commit 8652a7c

Please sign in to comment.