From 3239449404f4be4dbc0b18ac8ded697819dec866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 20:43:08 +0000 Subject: [PATCH] build(deps): bump github.com/mailru/easyjson from 0.9.1 to 0.9.2 (#6596) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build(deps): bump github.com/mailru/easyjson from 0.9.1 to 0.9.2 Bumps [github.com/mailru/easyjson](https://github.com/mailru/easyjson) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/mailru/easyjson/releases) - [Commits](https://github.com/mailru/easyjson/compare/v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: github.com/mailru/easyjson dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Post dependabot file modifications --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] Co-authored-by: Mikołaj Świątek (cherry picked from commit 3f08f634395d8b942a6fbed6c02d50453ae34a10) --- NOTICE-fips.txt | 4 ++-- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index d1f10047f..6e8e1e614 100644 --- a/NOTICE-fips.txt +++ b/NOTICE-fips.txt @@ -2335,11 +2335,11 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice -------------------------------------------------------------------------------- Dependency : github.com/mailru/easyjson -Version: v0.9.1 +Version: v0.9.2 Licence type (autodetected): MIT -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/mailru/easyjson@v0.9.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/mailru/easyjson@v0.9.2/LICENSE: Copyright (c) 2016 Mail.Ru Group diff --git a/NOTICE.txt b/NOTICE.txt index f7bf1d7ff..9a30c8308 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -2335,11 +2335,11 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice -------------------------------------------------------------------------------- Dependency : github.com/mailru/easyjson -Version: v0.9.1 +Version: v0.9.2 Licence type (autodetected): MIT -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/mailru/easyjson@v0.9.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/mailru/easyjson@v0.9.2/LICENSE: Copyright (c) 2016 Mail.Ru Group diff --git a/go.mod b/go.mod index 60991a09b..cfd0a35de 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/hashicorp/go-version v1.8.0 github.com/hashicorp/golang-lru/v2 v2.0.7 github.com/magefile/mage v1.16.0 - github.com/mailru/easyjson v0.9.1 + github.com/mailru/easyjson v0.9.2 github.com/miolini/datacounter v1.0.3 github.com/oapi-codegen/runtime v1.2.0 github.com/open-telemetry/opamp-go v0.23.0 diff --git a/go.sum b/go.sum index 2f97843e8..9a99e4da0 100644 --- a/go.sum +++ b/go.sum @@ -111,8 +111,8 @@ github.com/madflojo/testcerts v1.5.0 h1:GhQllyAiGzXVZU+i8O/cQkPTHzN59RxMGtm3uETg github.com/madflojo/testcerts v1.5.0/go.mod h1:MW8sh39gLnkKh4K0Nc55AyHEDl9l/FBLDUsQhpmkuo0= github.com/magefile/mage v1.16.0 h1:2naaPmNwrMicCdLBCRDw288hcyClO9lmnm6FMpXyJ5I= github.com/magefile/mage v1.16.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= -github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8= -github.com/mailru/easyjson v0.9.1/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU= +github.com/mailru/easyjson v0.9.2 h1:dX8U45hQsZpxd80nLvDGihsQ/OxlvTkVUXH2r/8cb2M= +github.com/mailru/easyjson v0.9.2/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA= github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg= github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=