Skip to content

Commit

Permalink
Fix go module for revive tool (pingcap#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyangfei authored Oct 23, 2019
1 parent 161b199 commit 6da1547
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 213 deletions.
22 changes: 3 additions & 19 deletions tools/check/go.mod
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
Loading

0 comments on commit 6da1547

Please sign in to comment.