Skip to content

Commit 575a8b0

Browse files
chore(deps): update module github.com/buger/jsonparser to v1.1.2
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent e9d076d commit 575a8b0

7 files changed

Lines changed: 75 additions & 43 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
2424
github.com/bahlo/generic-list-go v0.2.0 // indirect
2525
github.com/blang/semver/v4 v4.0.0 // indirect
26-
github.com/buger/jsonparser v1.1.1 // indirect
26+
github.com/buger/jsonparser v1.1.2 // indirect
2727
github.com/chai2010/gettext-go v1.0.3 // indirect
2828
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
2929
github.com/containerd/containerd v1.7.30 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM
3838
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
3939
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 h1:e+C0SB5R1pu//O4MQ3f9cFuPGoOVeF2fE4Og9otCc70=
4040
github.com/bshuster-repo/logrus-logstash-hook v1.0.0/go.mod h1:zsTqEiSzDgAa/8GZR7E1qaXrhYNDKBYy5/dWPTIflbk=
41-
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
42-
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
41+
github.com/buger/jsonparser v1.1.2 h1:frqHqw7otoVbk5M8LlE/L7HTnIq2v9RX6EJ48i9AxJk=
42+
github.com/buger/jsonparser v1.1.2/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
4343
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
4444
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
4545
github.com/cenkalti/backoff/v5 v5.0.3 h1:ZN+IMa753KfX5hd8vVaMixjnqRZ3y8CuJKRKj1xcsSM=

vendor/github.com/buger/jsonparser/.travis.yml

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/buger/jsonparser/README.md

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/buger/jsonparser/bytes.go

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/buger/jsonparser/parser.go

Lines changed: 47 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ github.com/bahlo/generic-list-go
4545
# github.com/blang/semver/v4 v4.0.0
4646
## explicit; go 1.14
4747
github.com/blang/semver/v4
48-
# github.com/buger/jsonparser v1.1.1
48+
# github.com/buger/jsonparser v1.1.2
4949
## explicit; go 1.13
5050
github.com/buger/jsonparser
5151
# github.com/chai2010/gettext-go v1.0.3

0 commit comments

Comments
 (0)