module go.elastic.co/ecszap

require (
	github.com/magefile/mage v1.9.0
	github.com/pkg/errors v0.9.1
	github.com/stretchr/testify v1.5.0
	go.uber.org/zap v1.14.0
)

go 1.13
