From ed2a1b4f1f22c6544317183e380a86769e57c4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 06:01:49 +0000 Subject: [PATCH] chore(deps): bump github.com/goccy/go-json from 0.10.0 to 0.10.2 Bumps [github.com/goccy/go-json](https://github.com/goccy/go-json) from 0.10.0 to 0.10.2. - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.0...v0.10.2) --- updated-dependencies: - dependency-name: github.com/goccy/go-json 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 159bb51..739dd65 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require github.com/golang-queue/queue v0.1.4-0.20230129131029-321f27ee1387 require ( - github.com/goccy/go-json v0.10.0 + github.com/goccy/go-json v0.10.2 github.com/stretchr/testify v1.8.1 ) diff --git a/go.sum b/go.sum index 2117bc6..3310754 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 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/goccy/go-json v0.10.0 h1:mXKd9Qw4NuzShiRlOXKews24ufknHO7gx30lsDyokKA= -github.com/goccy/go-json v0.10.0/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I= +github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU= +github.com/goccy/go-json v0.10.2/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I= github.com/golang-queue/queue v0.1.4-0.20230129131029-321f27ee1387 h1:qAj1tqpV3BW7Ll4N9xM4L+sIPeJDH3dulJ6s4txt8Yg= github.com/golang-queue/queue v0.1.4-0.20230129131029-321f27ee1387/go.mod h1:iFgyvS8kKQ3Mh+diQ6ZqF6yFaYFm6gA8W0NW2CMQ8KI= github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc=