move from juju/errors to pkg/errors (#7151)

This commit is contained in:
lysu
2018-09-12 15:42:20 +08:00
committed by GitHub
parent a6d3a18aa0
commit cb03f2bec1
327 changed files with 1240 additions and 2135 deletions

View File

@ -17,8 +17,8 @@ import (
"strings"
"unicode/utf8"
"github.com/juju/errors"
"github.com/pingcap/tidb/util/hack"
"github.com/pkg/errors"
)
// ErrSyntax indicates that a value does not have the right syntax for the target type.