github.com/nikandfor/errors@v0.8.0/go.mod (about) 1 module github.com/nikandfor/errors 2 3 go 1.13 4 5 require ( 6 github.com/davecgh/go-spew v1.1.1 // indirect 7 github.com/kr/pretty v0.1.0 // indirect 8 github.com/nikandfor/loc v0.5.0 9 github.com/stretchr/testify v1.7.0 10 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect 11 gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect 12 )