From ba0cc0e262e7e4a6cc13673f5e6e1cd906b5e70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 03:12:55 +0000 Subject: [PATCH] Bump github.com/buger/jsonparser in the go group across 1 directory Bumps the go group with 1 update in the / directory: [github.com/buger/jsonparser](https://github.com/buger/jsonparser). Updates `github.com/buger/jsonparser` from 1.3.0 to 1.6.0 - [Release notes](https://github.com/buger/jsonparser/releases) - [Changelog](https://github.com/buger/jsonparser/blob/master/CHANGELOG.md) - [Commits](https://github.com/buger/jsonparser/compare/v1.3.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/buger/jsonparser dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 6878f2ec2..66b2a8e1b 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ replace ( require ( github.com/BurntSushi/toml v1.6.0 github.com/agnivade/levenshtein v1.2.1 - github.com/buger/jsonparser v1.3.0 + github.com/buger/jsonparser v1.6.0 github.com/gocarina/gocsv v0.0.0-20260607070740-0735908c6461 github.com/jfrog/archiver/v3 v3.6.3 github.com/jfrog/build-info-go v1.13.1-0.20260728083052-16a97012811d diff --git a/go.sum b/go.sum index 32346b6f7..e65ef7187 100644 --- a/go.sum +++ b/go.sum @@ -109,8 +109,8 @@ github.com/bshuster-repo/logrus-logstash-hook v1.0.0 h1:e+C0SB5R1pu//O4MQ3f9cFuP github.com/bshuster-repo/logrus-logstash-hook v1.0.0/go.mod h1:zsTqEiSzDgAa/8GZR7E1qaXrhYNDKBYy5/dWPTIflbk= github.com/bufbuild/protocompile v0.14.1 h1:iA73zAf/fyljNjQKwYzUHD6AD4R8KMasmwa/FBatYVw= github.com/bufbuild/protocompile v0.14.1/go.mod h1:ppVdAIhbr2H8asPk6k4pY7t9zB1OU5DoEw9xY/FUi1c= -github.com/buger/jsonparser v1.3.0 h1:2RJHo4G3vFBQSYwwEAOfHNRlKIameh/HdbhPJ/zY/0A= -github.com/buger/jsonparser v1.3.0/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= +github.com/buger/jsonparser v1.6.0 h1:IHTgLjkgckOjAp8p0aYfXkv+cqC+zrzALg/JywnPjxY= +github.com/buger/jsonparser v1.6.0/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= github.com/c-bata/go-prompt v0.2.5 h1:3zg6PecEywxNn0xiqcXHD96fkbxghD+gdB2tbsYfl+Y= github.com/c-bata/go-prompt v0.2.5/go.mod h1:vFnjEGDIIA/Lib7giyE4E9c50Lvl8j0S+7FVlAwDAVw= github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=