module github.com/launchdarkly/go-test-helpers/v2

go 1.13

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/stretchr/testify v1.5.1
	gopkg.in/yaml.v2 v2.2.8 // indirect
)
