move from juju/errors to pkg/errors (#7151)
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user