Skip to content

Commit

Permalink
upgrade to pingcap/errors 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregwebs committed Sep 12, 2018
1 parent 4a87403 commit dc9ad40
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 99 deletions.
7 changes: 4 additions & 3 deletions Gopkg.lock

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

3 changes: 2 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@

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

[[override]]
name = "github.com/BurntSushi/toml"
Expand Down
134 changes: 93 additions & 41 deletions vendor/github.com/pkg/errors/errors.go

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

Loading

0 comments on commit dc9ad40

Please sign in to comment.