go.mod 137 B

123456789
  1. module github.com/stretchr/objx
  2. go 1.12
  3. require (
  4. github.com/davecgh/go-spew v1.1.1 // indirect
  5. github.com/stretchr/testify v1.3.0
  6. )