Skip to content

Commit 8828f82

Browse files
dependabot[bot]daveshanley
authored andcommitted
Bump github.com/pb33f/jsonpath from 0.8.1 to 0.8.2
Bumps [github.com/pb33f/jsonpath](https://github.com/pb33f/jsonpath) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/pb33f/jsonpath/releases) - [Commits](pb33f/jsonpath@v0.8.1...v0.8.2) --- updated-dependencies: - dependency-name: github.com/pb33f/jsonpath dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1151bc5 commit 8828f82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/dlclark/regexp2 v1.11.5
88
github.com/go-openapi/jsonpointer v0.22.5
99
github.com/goccy/go-yaml v1.19.2
10-
github.com/pb33f/jsonpath v0.8.1
10+
github.com/pb33f/jsonpath v0.8.2
1111
github.com/pb33f/libopenapi v0.34.3
1212
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
1313
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
2626
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
2727
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
2828
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
29-
github.com/pb33f/jsonpath v0.8.1 h1:84C6QRyx6HcSm6PZnsMpcqYot3IsZ+m0n95+0NbBbvs=
30-
github.com/pb33f/jsonpath v0.8.1/go.mod h1:zBV5LJW4OQOPatmQE2QdKpGQJvhDTlE5IEj6ASaRNTo=
29+
github.com/pb33f/jsonpath v0.8.2 h1:Ou4C7zjYClBm97dfZjDCjdZGusJoynv/vrtiEKNfj2Y=
30+
github.com/pb33f/jsonpath v0.8.2/go.mod h1:zBV5LJW4OQOPatmQE2QdKpGQJvhDTlE5IEj6ASaRNTo=
3131
github.com/pb33f/libopenapi v0.34.3 h1:3D1N56ayc7iOeEnKoy85QDe4tFbg5G1sj2J5UISi4Is=
3232
github.com/pb33f/libopenapi v0.34.3/go.mod h1:sD2REdvz9QSFY9enfFHBCwwwZ41k/86krTM9qtKEBwQ=
3333
github.com/pb33f/ordered-map/v2 v2.3.0 h1:k2OhVEQkhTCQMhAicQ3Z6iInzoZNQ7L9MVomwKBZ5WQ=

0 commit comments

Comments
 (0)