Skip to content

Commit

Permalink
*: remove tidb-lightning pkg to fix unexpected config change (pingcap…
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycs520 authored Jan 6, 2021
1 parent 67da69b commit 8ef1031
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 103 deletions.
1 change: 0 additions & 1 deletion executor/brie.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
"github.com/pingcap/parser/model"
"github.com/pingcap/parser/mysql"
"github.com/pingcap/parser/terror"
_ "github.com/pingcap/tidb-lightning/lightning" // stub that update go.mod
filter "github.com/pingcap/tidb-tools/pkg/table-filter"
pd "github.com/tikv/pd/client"

Expand Down
8 changes: 1 addition & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ module github.com/pingcap/tidb

require (
github.com/BurntSushi/toml v0.3.1
github.com/DATA-DOG/go-sqlmock v1.5.0 // indirect
github.com/HdrHistogram/hdrhistogram-go v0.9.0 // indirect
github.com/Jeffail/gabs/v2 v2.5.1
github.com/blacktear23/go-proxyprotocol v0.0.0-20180807104634-af7a81e8dd0d
github.com/carlmjohnson/flagext v0.20.2 // indirect
github.com/cheggaaa/pb/v3 v3.0.4 // indirect
github.com/cockroachdb/pebble v0.0.0-20200617141519-3b241b76ed3b // indirect
github.com/codahale/hdrhistogram v0.9.0 // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548
github.com/cznic/sortutil v0.0.0-20181122101858-f5f958428db8
Expand All @@ -28,7 +25,7 @@ require (
github.com/gorilla/mux v1.7.4
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/joho/sqltocsv v0.0.0-20190824231449-5650f27fd5b6 // indirect
github.com/klauspost/compress v1.10.5 // indirect
github.com/klauspost/cpuid v1.2.1
github.com/kr/text v0.2.0 // indirect
github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7
Expand All @@ -50,7 +47,6 @@ require (
github.com/pingcap/log v0.0.0-20201112100606-8f1e84a3abc8
github.com/pingcap/parser v0.0.0-20201222091346-02c8ff27d0bc
github.com/pingcap/sysutil v0.0.0-20201130064824-f0c8aa6a6966
github.com/pingcap/tidb-lightning v4.0.9-0.20201106041742-a1ac97827a27+incompatible
github.com/pingcap/tidb-tools v4.0.9-0.20201127090955-2707c97b3853+incompatible
github.com/pingcap/tipb v0.0.0-20201209065231-aa39b1b86217
github.com/prometheus/client_golang v1.5.1
Expand All @@ -66,7 +62,6 @@ require (
github.com/uber-go/atomic v1.4.0
github.com/uber/jaeger-client-go v2.22.1+incompatible
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
github.com/xitongsys/parquet-go v1.5.4 // indirect
github.com/zhangjinpeng1987/raft v0.0.0-20200819064223-df31bb68a018 // indirect
go.etcd.io/etcd v0.5.0-alpha.5.0.20200824191128-ae9734ed278b
go.uber.org/atomic v1.7.0
Expand All @@ -84,7 +79,6 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.3.0 // indirect
honnef.co/go/tools v0.1.0 // indirect
modernc.org/mathutil v1.1.1 // indirect
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0
sourcegraph.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67
)
Expand Down
Loading

0 comments on commit 8ef1031

Please sign in to comment.