Skip to content

Commit

Permalink
Merge pull request #45 from snorwin/go1.22
Browse files Browse the repository at this point in the history
go1.22 and dependency upgrades
  • Loading branch information
snorwin committed Apr 15, 2024
2 parents 4932a01 + f4a1272 commit 5f4ff9c
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 229 deletions.
18 changes: 15 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
module github.com/snorwin/jsonpatch

go 1.15
go 1.22

require (
github.com/bxcodec/faker/v3 v3.8.1
github.com/evanphx/json-patch v5.9.0+incompatible
github.com/onsi/ginkgo v1.16.5
github.com/go-faker/faker/v4 v4.4.1
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.32.0
)

require (
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 5f4ff9c

Please sign in to comment.