mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
Bumps [github.com/stretchr/objx](https://github.com/stretchr/objx) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/stretchr/objx/releases) - [Commits](https://github.com/stretchr/objx/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: github.com/stretchr/objx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
417 B
Modula-2
17 lines
417 B
Modula-2
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/davecgh/go-spew v1.1.1
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/stretchr/objx v0.5.2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
// Break dependency cycle with objx.
|
|
// See https://github.com/stretchr/objx/pull/140
|
|
exclude github.com/stretchr/testify v1.8.2
|