Skip to content

Commit d88ad92

Browse files
build(deps): bump github.com/mailru/easyjson from 0.7.7 to 0.9.0 (#4635) (#4679)
* build(deps): bump github.com/mailru/easyjson from 0.7.7 to 0.9.0 Bumps [github.com/mailru/easyjson](https://github.com/mailru/easyjson) from 0.7.7 to 0.9.0. - [Release notes](https://github.com/mailru/easyjson/releases) - [Commits](mailru/easyjson@v0.7.7...v0.9.0) --- updated-dependencies: - dependency-name: github.com/mailru/easyjson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Post dependabot file modifications --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit c5495d1) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d206f0c commit d88ad92

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2745,11 +2745,11 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
27452745

27462746
--------------------------------------------------------------------------------
27472747
Dependency : github.com/mailru/easyjson
2748-
Version: v0.7.7
2748+
Version: v0.9.0
27492749
Licence type (autodetected): MIT
27502750
--------------------------------------------------------------------------------
27512751

2752-
Contents of probable licence file $GOMODCACHE/github.com/mailru/easyjson@v0.7.7/LICENSE:
2752+
Contents of probable licence file $GOMODCACHE/github.com/mailru/easyjson@v0.9.0/LICENSE:
27532753

27542754
Copyright (c) 2016 Mail.Ru Group
27552755

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/hashicorp/go-cleanhttp v0.5.2
1919
github.com/hashicorp/go-version v1.7.0
2020
github.com/hashicorp/golang-lru/v2 v2.0.7
21-
github.com/mailru/easyjson v0.7.7
21+
github.com/mailru/easyjson v0.9.0
2222
github.com/miolini/datacounter v1.0.3
2323
github.com/oapi-codegen/runtime v1.1.1
2424
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
105105
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
106106
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ81pIr0yLvtUWk2if982qA3F3QD6H4=
107107
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
108-
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
109-
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
108+
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=
109+
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
110110
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
111111
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
112112
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=

0 commit comments

Comments
 (0)