Skip to content

Commit

Permalink
vendor: update vendor to use the new parser package
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao committed Nov 22, 2018
1 parent 3727e15 commit 6d43789
Show file tree
Hide file tree
Showing 868 changed files with 160,478 additions and 9,351 deletions.
243 changes: 40 additions & 203 deletions Gopkg.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ required = ["github.com/golang/protobuf/jsonpb"]
version = "1.1.0"
name = "github.com/golang/protobuf"

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

[[constraint]]
branch = "master"
name = "github.com/cznic/sortutil"
Expand Down Expand Up @@ -106,3 +102,7 @@ required = ["github.com/golang/protobuf/jsonpb"]
[[constraint]]
name = "github.com/pingcap/tidb-tools"
revision = "8dd71127bcf09130ae032ab6877dd22f32b53e14"

[[constraint]]
name = "github.com/pingcap/parser"
branch = "release-2.1"
5 changes: 5 additions & 0 deletions vendor/github.com/BurntSushi/toml/.gitignore

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

15 changes: 15 additions & 0 deletions vendor/github.com/BurntSushi/toml/.travis.yml

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

3 changes: 3 additions & 0 deletions vendor/github.com/BurntSushi/toml/COMPATIBLE

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

19 changes: 19 additions & 0 deletions vendor/github.com/BurntSushi/toml/Makefile

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

218 changes: 218 additions & 0 deletions vendor/github.com/BurntSushi/toml/README.md

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

14 changes: 0 additions & 14 deletions vendor/github.com/BurntSushi/toml/cmd/toml-test-decoder/COPYING

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/COPYING

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/BurntSushi/toml/cmd/tomlv/COPYING

This file was deleted.

Loading

0 comments on commit 6d43789

Please sign in to comment.