Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Connor1996 <zbk602423539@gmail.com>
  • Loading branch information
Connor1996 committed Oct 28, 2023
1 parent f73af71 commit e879ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ require (

replace google.golang.org/grpc v1.54.0 => google.golang.org/grpc v1.26.0

replace github.com/pingcap/tidb-dashboard => github.com/Connor1996/tidb-dashboard v0.0.0-20231028141016-fa0bf2eb5bb4
replace github.com/pingcap/tidb-dashboard => github.com/Connor1996/tidb-dashboard v0.0.0-20231028154309-0aa9ee2d42a0

// When you modify PD cooperatively with kvproto, this will be useful to submit the PR to PD and the PR to
// kvproto at the same time. You can run `go mod tidy` to make it replaced with go-mod style specification.
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/AlekSi/gocov-xml v1.0.0 h1:4QctJBgXEkbzeKz6PJy6bt3JSPNSN4I2mITYW+eKUo
github.com/AlekSi/gocov-xml v1.0.0/go.mod h1:J0qYeZ6tDg4oZubW9mAAgxlqw39PDfoEkzB3HXSbEuA=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/Connor1996/tidb-dashboard v0.0.0-20231028141016-fa0bf2eb5bb4 h1:Ap4pyJF0EuIKt+feYr7+HcjWR1D+2zPEoI6vhUBb/RA=
github.com/Connor1996/tidb-dashboard v0.0.0-20231028141016-fa0bf2eb5bb4/go.mod h1:trlHzyk6rcB/dRPL9t7svDI1Y3m/SgXnpkm5oDUIwvQ=
github.com/Connor1996/tidb-dashboard v0.0.0-20231028154309-0aa9ee2d42a0 h1:PVbH+gPtXBkNK893XY/HaQJo4Vnyxp//j4hQlWT3dcg=
github.com/Connor1996/tidb-dashboard v0.0.0-20231028154309-0aa9ee2d42a0/go.mod h1:trlHzyk6rcB/dRPL9t7svDI1Y3m/SgXnpkm5oDUIwvQ=
github.com/KyleBanks/depth v1.2.1 h1:5h8fQADFrWtarTdtDudMmGsC7GPbOAu6RVB3ffsVFHc=
github.com/KyleBanks/depth v1.2.1/go.mod h1:jzSb9d0L43HxTQfT+oSA1EEp2q+ne2uh6XgeJcm8brE=
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
Expand Down

0 comments on commit e879ae7

Please sign in to comment.