-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*: remove retool from Makefile (#8769)
- Loading branch information
1 parent
d20bf28
commit 0021af6
Showing
15 changed files
with
148 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
module github.com/pingcap/tidb/_tools | ||
|
||
require ( | ||
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect | ||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect | ||
github.com/chzchzchz/goword v0.0.0-20170907005317-a9744cb52b03 | ||
github.com/client9/misspell v0.3.4 | ||
github.com/dnephin/govet v0.0.0-20171012192244-4a96d43e39d3 | ||
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect | ||
github.com/gordonklaus/ineffassign v0.0.0-20180909121442-1003c8bd00dc | ||
github.com/kisielk/errcheck v1.1.0 | ||
github.com/mgechev/revive v0.0.0-20181210140514-b4cc152955fb | ||
github.com/nicksnyder/go-i18n v1.10.0 // indirect | ||
github.com/pelletier/go-toml v1.2.0 // indirect | ||
github.com/securego/gosec v0.0.0-20181211171558-12400f9a1ca7 | ||
gopkg.in/alecthomas/gometalinter.v2 v2.0.12 // indirect | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect | ||
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20170321130658-9670b87a702e // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
honnef.co/go/tools v0.0.0-20180920025451-e3ad64cb4ed3 | ||
) |
Oops, something went wrong.