Skip to content

Commit

Permalink
Update version of grpcreflect in internal test
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayjshah committed Jul 26, 2023
1 parent 82a566b commit 60b59e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
connectrpc.com/grpchealth v1.2.0/go.mod h1:fZos12C4p/ZaZC6OwBGZUM+i/fhnRhv75ax/6V/zIeM=
connectrpc.com/grpcreflect v1.1.0/go.mod h1:QBX/Lf8oW35iCFCBYlPVTM5xrlKG1dMC+55klHv7YvE=
4 changes: 2 additions & 2 deletions internal/resolvertest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.19

require (
connectrpc.com/grpchealth v1.2.0
connectrpc.com/grpcreflect v1.0.0
connectrpc.com/grpcreflect v1.1.0
github.com/google/go-cmp v0.5.9
google.golang.org/protobuf v1.30.0
google.golang.org/protobuf v1.31.0
)

require connectrpc.com/connect v1.11.0 // indirect
5 changes: 5 additions & 0 deletions internal/resolvertest/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
connectrpc.com/connect v1.11.0 h1:Av2KQXxSaX4vjqhf5Cl01SX4dqYADQ38eBtr84JSUBk=
connectrpc.com/grpchealth v1.2.0 h1:aHP33Bki+F2jPNI1mFVSFG7v0qJrgmfbg7X7nOdSj0M=
connectrpc.com/grpcreflect v1.1.0 h1:kgY7+AuFbxDlk9rK7ywjHIWPBBNieo1zxvNFeBUi1Rs=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=

0 comments on commit 60b59e7

Please sign in to comment.