forked from pingcap/tidb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.3 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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/dnephin/govet v0.0.0-20171012192244-4a96d43e39d3
github.com/kisielk/errcheck v1.2.0
github.com/mdempsky/unconvert v0.0.0-20200228143138-95ecdbfc0b5f // indirect
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/pingcap/errors v0.11.5-0.20211009033009-93128226aaa3 // indirect
github.com/pingcap/failpoint v0.0.0-20200702092429-9f69995143ce // indirect
github.com/securego/gosec v0.0.0-20181211171558-12400f9a1ca7
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
go.uber.org/automaxprocs v1.4.0 // indirect
golang.org/x/tools v0.1.9 // indirect
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
gotest.tools/gotestsum v1.7.0 // indirect
honnef.co/go/tools v0.0.0-20180920025451-e3ad64cb4ed3
)
go 1.16