Skip to content

Commit 8271edc

Browse files
dependabot[bot]tekton-robot
authored andcommitted
Bump github.com/tidwall/gjson from 1.12.1 to 1.18.0
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.12.1 to 1.18.0. - [Commits](tidwall/gjson@v1.12.1...v1.18.0) --- updated-dependencies: - dependency-name: github.com/tidwall/gjson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 517bf98 commit 8271edc

File tree

7 files changed

+584
-172
lines changed

7 files changed

+584
-172
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/spf13/viper v1.19.0
3232
github.com/tektoncd/cli v0.37.0
3333
github.com/tektoncd/pipeline v0.68.0
34-
github.com/tidwall/gjson v1.12.1
34+
github.com/tidwall/gjson v1.18.0
3535
go.opencensus.io v0.24.0
3636
go.uber.org/automaxprocs v1.6.0
3737
go.uber.org/zap v1.27.0

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,8 @@ github.com/tektoncd/pipeline v0.68.0 h1:bVzj+HbS/NQAPV2CfEW8HZrREm7uagPCzEggyxVT
781781
github.com/tektoncd/pipeline v0.68.0/go.mod h1:MScUtGGW4VeaNcaNrulmNLBSn14EGTXXKy+kh+YZ8Gg=
782782
github.com/tektoncd/triggers v0.27.0 h1:c55e/YJF6Vs5BEarqDYksFYuR4sFbmAVEqrLNPZvXUk=
783783
github.com/tektoncd/triggers v0.27.0/go.mod h1:DkkAkdSd9aAW9RklUVyFRKQ8kONmZQw4Ur2G1r3wFQo=
784-
github.com/tidwall/gjson v1.12.1 h1:ikuZsLdhr8Ws0IdROXUS1Gi4v9Z4pGqpX/CvJkxvfpo=
785-
github.com/tidwall/gjson v1.12.1/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
784+
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=
785+
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
786786
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
787787
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
788788
github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=

Diff for: vendor/github.com/tidwall/gjson/README.md

+26-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vendor/github.com/tidwall/gjson/SYNTAX.md

+30-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)