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 1
1
module github.com/snorwin/jsonpatch
2
2
3
- go 1.15
3
+ go 1.22
4
4
5
5
require (
6
- github.com/bxcodec/faker/v3 v3.8.1
7
6
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
9
9
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
10
17
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
11
23
)
You can’t perform that action at this time.
0 commit comments