mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-01-27 21:00:20 +08:00
16 lines
617 B
Modula-2
16 lines
617 B
Modula-2
module github.com/pingcap-incubator/tinykv/scheduler/_tools
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/dnephin/govet v0.0.0-20171012192244-4a96d43e39d3
|
|
github.com/go-playground/overalls v0.0.0-20180201144345-22ec1a223b7c
|
|
github.com/golangci/golangci-lint v1.17.0
|
|
github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 // indirect
|
|
github.com/mgechev/revive v0.0.0-20180723234540-7773f47324c2
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/pingcap/failpoint v0.0.0-20190512135322-30cc7431d99c
|
|
golang.org/x/tools v0.0.0-20190420000508-685fecacd0a0
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
|
)
|