module github.com/lestrrat-go/blackmagic

go 1.16

require (
	github.com/pkg/errors v0.9.1
	github.com/stretchr/testify v1.7.0
)
