blob: 3542835b57ccd9dec29c83b184e91f27edd2e09c [file] [edit]
module github.com/stretchr/testify
// This should match the minimum supported version that is tested in
// .github/workflows/main.yml
go 1.17
require (
github.com/stretchr/objx v0.5.3
gopkg.in/yaml.v3 v3.0.1
)