Skip to content

Commit 5f4ff9c

Browse files
authored
Merge pull request #45 from snorwin/go1.22
go1.22 and dependency upgrades
2 parents 4932a01 + f4a1272 commit 5f4ff9c

File tree

5 files changed

+27
-229
lines changed

5 files changed

+27
-229
lines changed

go.mod

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
module github.com/snorwin/jsonpatch
22

3-
go 1.15
3+
go 1.22
44

55
require (
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
)

0 commit comments

Comments
 (0)