File tree Expand file tree Collapse file tree 5 files changed +27
-229
lines changed Expand file tree Collapse file tree 5 files changed +27
-229
lines changed Original file line number Diff line number Diff line change 11module github.com/snorwin/jsonpatch
22
3- go 1.15
3+ go 1.22
44
55require (
6- github.com/bxcodec/faker/v3 v3.8.1
76 github.com/evanphx/json-patch v5.9.0+incompatible
8- github.com/onsi/ginkgo v1.16.5
7+ github.com/go-faker/faker/v4 v4.4.1
8+ github.com/onsi/ginkgo/v2 v2.17.1
99 github.com/onsi/gomega v1.32.0
10+ )
11+
12+ require (
13+ github.com/go-logr/logr v1.4.1 // indirect
14+ github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
15+ github.com/google/go-cmp v0.6.0 // indirect
16+ github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
1017 github.com/pkg/errors v0.9.1 // indirect
18+ golang.org/x/net v0.20.0 // indirect
19+ golang.org/x/sys v0.16.0 // indirect
20+ golang.org/x/text v0.14.0 // indirect
21+ golang.org/x/tools v0.17.0 // indirect
22+ gopkg.in/yaml.v3 v3.0.1 // indirect
1123)
You can’t perform that action at this time.
0 commit comments