aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/objx/go.mod
blob: 45a55d27e47c32eeec13b49572fa0c1c5fb120e1 (plain)
1
2
3
4
5
6
7
8
module github.com/stretchr/objx

go 1.12

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/stretchr/testify v1.7.1
)