forked from pingcap/tiflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix go module for revive tool (pingcap#65)
- Loading branch information
Showing
2 changed files
with
18 additions
and
213 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,5 @@ | ||
module github.com/pingcap/tidb-binlog/_tools | ||
|
||
require ( | ||
github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead // indirect | ||
github.com/golangci/golangci-lint v1.16.1-0.20190425135923-692dacb773b7 | ||
github.com/mattn/go-colorable v0.1.1 // indirect | ||
github.com/mattn/go-isatty v0.0.7 // indirect | ||
github.com/mattn/go-runewidth v0.0.4 // indirect | ||
github.com/mgechev/dots v0.0.0-20181228164730-18fa4c4b71cc // indirect | ||
github.com/mgechev/revive v0.0.0-20190422175802-e8c1baf8ac0e | ||
github.com/olekukonko/tablewriter v0.0.1 // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect | ||
golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6 // indirect | ||
golang.org/x/sys v0.0.0-20190426135247-a129542de9ae // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
golang.org/x/tools v0.0.0-20190425222832-ad9eeb80039a // indirect | ||
sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455 // indirect | ||
) | ||
module github.com/pingcap/tidb-cdc/_tools | ||
|
||
go 1.13 | ||
|
||
require github.com/mgechev/revive v0.0.0-20191017201419-88015ccf8e97 // indirect |
Oops, something went wrong.