go.mod 130 B

1234567
  1. module github.com/go-openapi/errors
  2. require (
  3. github.com/stretchr/objx v0.2.0 // indirect
  4. github.com/stretchr/testify v1.3.0
  5. )