Skip to content

Commit

Permalink
Upgrade to jsonpath v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Dec 13, 2024
1 parent b770086 commit 2c23dc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module main

go 1.22

require github.com/theory/jsonpath v0.1.2
require github.com/theory/jsonpath v0.2.1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/theory/jsonpath v0.1.2 h1:V0xNSmgrJxvgPk6rMxignjoZn8WeusP1cYDslVX5jYo=
github.com/theory/jsonpath v0.1.2/go.mod h1:BcMmctdhgqIJDBtdRAfXDd6ePEjHpPgKAr2+LC7IoG8=
github.com/theory/jsonpath v0.2.1 h1:8jA1BYWeXI09FNs7Ak4pPbR9UmlvZbYsJCaURUuQeDs=
github.com/theory/jsonpath v0.2.1/go.mod h1:BcMmctdhgqIJDBtdRAfXDd6ePEjHpPgKAr2+LC7IoG8=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 comments on commit 2c23dc9

Please sign in to comment.