blob: 3d57e9fef6f2cf95dca8ee97cdc07cc4caf9c173 [file] [log] [blame]
Serge Bazanskicc25bdf2018-10-25 14:02:58 +02001module github.com/go-openapi/errors
2
3require (
4 github.com/davecgh/go-spew v1.1.1 // indirect
5 github.com/pmezard/go-difflib v1.0.0 // indirect
6 github.com/stretchr/testify v1.2.2
7)