aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/go.mod
blob: bddefac03e13cce5e2cb09b4a6ab3394ba7c2ad1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module github.com/stretchr/testify

go 1.20

require (
	github.com/davecgh/go-spew v1.1.1
	github.com/pmezard/go-difflib v1.0.0
	github.com/stretchr/objx v0.5.0
	gopkg.in/yaml.v3 v3.0.1
)