diff --git a/NOTICE-fips.txt b/NOTICE-fips.txt index 90fe959f4..243ad1bfb 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 2e3ff1700..352dfd0f9 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 e1357cb46..c353ffd19 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 49cad54a6..bd4acc7da 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=