module github.com/pingcap/errors

go 1.14

require (
	github.com/stretchr/testify v1.4.0
	go.uber.org/atomic v1.6.0
)