Skip to content

Commit

Permalink
exec perl
Browse files Browse the repository at this point in the history
Signed-off-by: Connor1996 <zbk602423539@gmail.com>
  • Loading branch information
Connor1996 committed Oct 10, 2023
1 parent c9b270b commit 5a5864d
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-20231010093217-4f2630a01174
replace github.com/pingcap/tidb-dashboard => github.com/Connor1996/tidb-dashboard v0.0.0-20231010095012-c3618d59be62

// 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-20231010093217-4f2630a01174 h1:KLYwqNF5UUG7cmTyW25grZC+ai+IjI6ZvYgxY5BQp14=
github.com/Connor1996/tidb-dashboard v0.0.0-20231010093217-4f2630a01174/go.mod h1:EZ90+V5S4TttbYag6oKZ3jcNKRwZe1Mc9vXwOt9JBYw=
github.com/Connor1996/tidb-dashboard v0.0.0-20231010095012-c3618d59be62 h1:Z6/SXEUfpeqOiSauxXxOrRfmSVJOyggWuQtezpAUs+I=
github.com/Connor1996/tidb-dashboard v0.0.0-20231010095012-c3618d59be62/go.mod h1:EZ90+V5S4TttbYag6oKZ3jcNKRwZe1Mc9vXwOt9JBYw=
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 5a5864d

Please sign in to comment.