Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Commit 960678b

Browse files
chore(deps): update module github.com/buger/jsonparser to v1.1.2 [security] (#314)
| datasource | package | from | to | | ---------- | --------------------------- | ------ | ------ | | go | github.com/buger/jsonparser | v1.1.1 | v1.1.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent e339c37 commit 960678b

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
@@ -83,7 +83,7 @@ require (
8383
github.com/aws/smithy-go v1.13.3 // indirect
8484
github.com/baidubce/bce-sdk-go v0.9.141 // indirect
8585
github.com/beorn7/perks v1.0.1 // indirect
86-
github.com/buger/jsonparser v1.1.1 // indirect
86+
github.com/buger/jsonparser v1.1.2 // indirect
8787
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee // indirect
8888
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
8989
github.com/cespare/xxhash v1.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,8 @@ github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 h1:DDGfHa7BWjL4Yn
787787
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4=
788788
github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
789789
github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8=
790-
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
791-
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
790+
github.com/buger/jsonparser v1.1.2 h1:frqHqw7otoVbk5M8LlE/L7HTnIq2v9RX6EJ48i9AxJk=
791+
github.com/buger/jsonparser v1.1.2/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
792792
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee h1:BnPxIde0gjtTnc9Er7cxvBk8DHLWhEux0SxayC8dP6I=
793793
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee/go.mod h1:S/7n9copUssQ56c7aAgHqftWO4LTf4xY6CGWt8Bc+3M=
794794
github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ=

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
@@ -401,7 +401,7 @@ github.com/baidubce/bce-sdk-go/util/log
401401
# github.com/beorn7/perks v1.0.1
402402
## explicit; go 1.11
403403
github.com/beorn7/perks/quantile
404-
# github.com/buger/jsonparser v1.1.1
404+
# github.com/buger/jsonparser v1.1.2
405405
## explicit; go 1.13
406406
github.com/buger/jsonparser
407407
# github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee

0 commit comments

Comments
 (0)