From b30952d3d4837f25fef3ff94fc84cdaf854d1922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:32:18 +0000 Subject: [PATCH] Bump github.com/fgrzl/json from 1.0.0 to 1.0.2 Bumps [github.com/fgrzl/json](https://github.com/fgrzl/json) from 1.0.0 to 1.0.2. - [Changelog](https://github.com/fgrzl/json/blob/main/CHANGELOG.md) - [Commits](https://github.com/fgrzl/json/compare/v1.0.0...v1.0.2) --- updated-dependencies: - dependency-name: github.com/fgrzl/json dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 bf821c6..e9de83e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/fgrzl/es go 1.25.6 require ( - github.com/fgrzl/json v1.0.0 + github.com/fgrzl/json v1.0.2 github.com/fgrzl/timestamp v1.0.0 github.com/google/uuid v1.6.0 github.com/stretchr/testify v1.11.1 diff --git a/go.sum b/go.sum index 6571e10..e202d1c 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/fgrzl/json v1.0.0 h1:ZCTSbZq3077eP/grt+H71TFoI/Ac8TMSgo0nI/gXNFE= -github.com/fgrzl/json v1.0.0/go.mod h1:8ZdkBL2YZJ2w96e9GHs70TG7omuJLPVclgj/uQSTgq8= +github.com/fgrzl/json v1.0.2 h1:EjXLcKKnLA/rMnslIrdohRDPd0Yjz6Q438Iv6mU3Ibs= +github.com/fgrzl/json v1.0.2/go.mod h1:IqXPQpVxXnceeaXiHaFHWlxuCeRbvWEzkf6YZAtnY1U= github.com/fgrzl/timestamp v1.0.0 h1:iQZu9+elD+/Zfu0z5wuinQMsxWMmRnhWRhp+s25v8CQ= github.com/fgrzl/timestamp v1.0.0/go.mod h1:0n1Kx9fdOog6ESB44hdTz230BORIAtWgiKjFtNbCFM8= github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=