File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 44 "encoding/json"
55 "testing"
66
7- jp "github.com/evanphx/json-patch"
87 "github.com/stretchr/testify/assert"
98 "gomodules.xyz/jsonpatch/v2"
9+ jp "gopkg.in/evanphx/json-patch.v4"
1010)
1111
1212func FuzzCreatePatch (f * testing.F ) {
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ module gomodules.xyz/jsonpatch/v2
33go 1.20
44
55require (
6- github.com/evanphx/json-patch v0.5.2
76 github.com/stretchr/testify v1.3.0
7+ gopkg.in/evanphx/json-patch.v4 v4.13.0
88)
99
1010require (
1111 github.com/davecgh/go-spew v1.1.0 // indirect
12- github.com/pkg/errors v0.9.1 // indirect
1312 github.com/pmezard/go-difflib v1.0.0 // indirect
1413)
Original file line number Diff line number Diff line change 11github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 =
22github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3- github.com/evanphx/json-patch v0.5.2 h1:xVCHIVMUu1wtM/VkR9jVZ45N3FhZfYMMYGorLCR8P3k =
4- github.com/evanphx/json-patch v0.5.2 /go.mod h1:ZWS5hhDbVDyob71nXKNL0+PWn6ToqBHMikGIFbs31qQ =
5- github.com/jessevdk/go-flags v1.4.0 /go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI =
6- github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
7- github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
83github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
94github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
105github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
116github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q =
127github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
8+ gopkg.in/evanphx/json-patch.v4 v4.13.0 h1:czT3CmqEaQ1aanPc5SdlgQrrEIb8w/wwCvWWnfEbYzo =
9+ gopkg.in/evanphx/json-patch.v4 v4.13.0 /go.mod h1:p8EYWUEYMpynmqDbY58zCKCFZw8pRWMG4EsWvDvM72M =
Original file line number Diff line number Diff line change 44 "encoding/json"
55 "testing"
66
7- jp "github.com/evanphx/json-patch"
87 "github.com/stretchr/testify/assert"
98 "gomodules.xyz/jsonpatch/v2"
9+ jp "gopkg.in/evanphx/json-patch.v4"
1010)
1111
1212var simpleA = `{"a":100, "b":200, "c":"hello"}`
You can’t perform that action at this time.
0 commit comments