aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/objx/go.mod
blob: 31ec5a7d9484886e181b4e890093c7cecf7e0be1 (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.3.0
)