blob: eb4d623c590c3843c344a06e746edf5df3f3298d [file] [log] [blame]
Serge Bazanskicc25bdf2018-10-25 14:02:58 +02001module github.com/go-openapi/jsonpointer
2
3require (
4 github.com/davecgh/go-spew v1.1.1 // indirect
5 github.com/go-openapi/swag v0.17.0
6 github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 // indirect
7 github.com/pmezard/go-difflib v1.0.0 // indirect
8 github.com/stretchr/testify v1.2.2
9 gopkg.in/yaml.v2 v2.2.1 // indirect
10)