From fbb99bd6de25790bea20cb065d05348b4a3ae59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:57:07 +0000 Subject: [PATCH] Bump github.com/tidwall/gjson from 1.17.1 to 1.18.0 in /operator (#6060) Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.17.1 to 1.18.0. - [Commits](https://github.com/tidwall/gjson/compare/v1.17.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- operator/go.mod | 2 +- operator/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/operator/go.mod b/operator/go.mod index 6928a9c716..164b0f3b0e 100644 --- a/operator/go.mod +++ b/operator/go.mod @@ -19,7 +19,7 @@ require ( github.com/seldonio/seldon-core/components/tls/v2 v2.0.0-00010101000000-000000000000 github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 - github.com/tidwall/gjson v1.17.1 + github.com/tidwall/gjson v1.18.0 google.golang.org/grpc v1.68.0 google.golang.org/protobuf v1.35.1 k8s.io/api v0.31.0 diff --git a/operator/go.sum b/operator/go.sum index bc7145def6..9cd4217dc3 100644 --- a/operator/go.sum +++ b/operator/go.sum @@ -805,8 +805,8 @@ github.com/testcontainers/testcontainers-go/modules/compose v0.31.0 h1:H74o3Hisn github.com/testcontainers/testcontainers-go/modules/compose v0.31.0/go.mod h1:z1JAsvL2/pNFy40yJX0VX9Yk+hzOCIO5DydxBJHBbCY= github.com/theupdateframework/notary v0.7.0 h1:QyagRZ7wlSpjT5N2qQAh/pN+DVqgekv4DzbAiAiEL3c= github.com/theupdateframework/notary v0.7.0/go.mod h1:c9DRxcmhHmVLDay4/2fUYdISnHqbFDGRSlXPO0AhYWw= -github.com/tidwall/gjson v1.17.1 h1:wlYEnwqAHgzmhNUFfw7Xalt2JzQvsMx2Se4PcoFCT/U= -github.com/tidwall/gjson v1.17.1/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= +github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY= +github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk= github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA= github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM= github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=