module github.com/jordanlewis/gcassert

go 1.13

require (
	github.com/stretchr/testify v1.6.1
	golang.org/x/tools v0.17.0
)
