23 lines
1.1 KiB
Modula-2
23 lines
1.1 KiB
Modula-2
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.2.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/gometalinter.v3 v3.0.0 // 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
|
|
)
|