Download Latest Version v1.12.1 source code.zip (208.3 kB)
Email in envelope

Get an email when there's a new version of Testify

Home / v1.12.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-08-17 1.6 kB
v1.12.1 source code.tar.gz 2026-08-17 167.0 kB
v1.12.1 source code.zip 2026-08-17 208.3 kB
Totals: 3 Items   376.9 kB 1

This is the first release which has the minimum dependencies practical in testify v1. The last remaining dependencies are github.com/stretchr/objx which itself has no dependencies, and go.yaml.in/yaml/v3. Removing objx would require v2, it cannot be vendored. Removing YAML would require vendoring the yaml library, which would do more harm than good. It's better to become aware of vulnerabilities in the official yaml package than to attempt to maintain our own.

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1

What's Changed

New Contributors

Full Changelog: https://github.com/stretchr/testify/compare/v1.12.0...v1.12.1

Source: README.md, updated 2026-08-17