Skip to content

Commit

Permalink
update pkg/errors && add pump client in vendor (#8051)
Browse files Browse the repository at this point in the history
  • Loading branch information
WangXiangUSTC authored Oct 26, 2018
1 parent 3024a5a commit 4cfa774
Show file tree
Hide file tree
Showing 19 changed files with 2,108 additions and 60 deletions.
210 changes: 191 additions & 19 deletions Gopkg.lock

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,14 @@ required = ["github.com/golang/protobuf/jsonpb"]

[[constraint]]
name = "github.com/pkg/errors"
version = "0.9.0"
version = "0.11.0"
source = "https://github.com/pingcap/errors.git"

[[constraint]]
branch = "master"
name = "github.com/pingcap/parser"
name = "github.com/pingcap/parser"


[[constraint]]
name = "github.com/pingcap/tidb-tools"
revision = "5db58e3b7e6613456551c40d011806a346b2f44a"
201 changes: 201 additions & 0 deletions vendor/github.com/pingcap/tidb-tools/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4cfa774

Please sign in to comment.