Skip to content

Commit 119ca89

Browse files
build(deps): bump github.com/mailru/easyjson from 0.9.0 to 0.9.1 (#5516) (#5527)
* build(deps): bump github.com/mailru/easyjson from 0.9.0 to 0.9.1 Bumps [github.com/mailru/easyjson](https://github.com/mailru/easyjson) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/mailru/easyjson/releases) - [Commits](mailru/easyjson@v0.9...v0.9.1) --- updated-dependencies: - dependency-name: github.com/mailru/easyjson dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... * Post dependabot file modifications --------- (cherry picked from commit a47c47f) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 7042576 commit 119ca89

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,11 +2305,11 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
23052305

23062306
--------------------------------------------------------------------------------
23072307
Dependency : github.com/mailru/easyjson
2308-
Version: v0.9.0
2308+
Version: v0.9.1
23092309
Licence type (autodetected): MIT
23102310
--------------------------------------------------------------------------------
23112311

2312-
Contents of probable licence file $GOMODCACHE/github.com/mailru/[email protected].0/LICENSE:
2312+
Contents of probable licence file $GOMODCACHE/github.com/mailru/[email protected].1/LICENSE:
23132313

23142314
Copyright (c) 2016 Mail.Ru Group
23152315

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,11 +2305,11 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
23052305

23062306
--------------------------------------------------------------------------------
23072307
Dependency : github.com/mailru/easyjson
2308-
Version: v0.9.0
2308+
Version: v0.9.1
23092309
Licence type (autodetected): MIT
23102310
--------------------------------------------------------------------------------
23112311

2312-
Contents of probable licence file $GOMODCACHE/github.com/mailru/[email protected].0/LICENSE:
2312+
Contents of probable licence file $GOMODCACHE/github.com/mailru/[email protected].1/LICENSE:
23132313

23142314
Copyright (c) 2016 Mail.Ru Group
23152315

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/hashicorp/go-version v1.7.0
2020
github.com/hashicorp/golang-lru/v2 v2.0.7
2121
github.com/magefile/mage v1.15.0
22-
github.com/mailru/easyjson v0.9.0
22+
github.com/mailru/easyjson v0.9.1
2323
github.com/miolini/datacounter v1.0.3
2424
github.com/oapi-codegen/runtime v1.1.1
2525
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ
111111
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
112112
github.com/magefile/mage v1.15.0 h1:BvGheCMAsG3bWUDbZ8AyXXpCNwU9u5CB6sM+HNb9HYg=
113113
github.com/magefile/mage v1.15.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A=
114-
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=
115-
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
114+
github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8=
115+
github.com/mailru/easyjson v0.9.1/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
116116
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
117117
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
118118
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=

0 commit comments

Comments
 (0)