Skip to content

Commit

Permalink
Update kvproto to take the change of defining new TSO service
Browse files Browse the repository at this point in the history
Issue Number: ref tikv#5836

Signed-off-by: binshi-bing <[email protected]>
  • Loading branch information
binshi-bing committed Feb 5, 2023
1 parent 248b3f0 commit cf88082
Show file tree
Hide file tree
Showing 5 changed files with 885 additions and 10 deletions.
2 changes: 2 additions & 0 deletions client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ require (
go.uber.org/zap v1.20.0
google.golang.org/grpc v1.51.0
)

replace github.com/pingcap/kvproto => github.com/binshi-bing/kvproto 12ab52f10612433afa1584ef1788b632561cd0ef
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,5 @@ replace google.golang.org/grpc v1.51.0 => google.golang.org/grpc v1.26.0
// kvproto at the same time. You can run `go mod tidy` to make it replaced with go-mod style specification.
// After the PR to kvproto is merged, remember to comment this out and run `go mod tidy`.
// replace github.com/pingcap/kvproto => github.com/$YourPrivateRepo $YourPrivateBranch

replace github.com/pingcap/kvproto => github.com/binshi-bing/kvproto v0.0.0-20230204185016-12ab52f10612
Loading

0 comments on commit cf88082

Please sign in to comment.