Code refactoring for bpa operator
[icn.git] / cmd / bpa-operator / vendor / github.com / go-openapi / jsonpointer / go.mod
1 module github.com/go-openapi/jsonpointer
2
3 require (
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 )